Skip to content

Commit

Permalink
0.0.605
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 3, 2024
1 parent f86c8ed commit 573c1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/packager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ export class Packager<L extends Link<any>> {
const _inserting = [...inserting];
if (insertPackage) _inserting.push({ type_id: _ids['@deep-foundation/core']['Package'], id: packageId, string: pckg.package.name });
_inserting.push(...contains);
console.log(_inserting);
_inserting.forEach(l => console.log(l))
await deep.insert(_inserting);
for (let u of updating) {
if (u.value) await deep.value(u.id, u.value);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.604",
"version": "0.0.605",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 573c1b3

Please sign in to comment.