Skip to content

Commit

Permalink
0.0.599
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 3, 2024
1 parent a423613 commit 99d62aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions imports/packager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ export class Packager<L extends Link<any>> {
const deep = this.client;
if (!deep.isId(packageId)) throw new Error('!packageId');
await deep.insert(inserting.map(i => ({ ...i, containerId: packageId })));
console.log(inserting);
for (let u of updating) {
if (u.value) await deep.value(u.id, u.value);
else await deep.update(u.id, { from_id: u.from_id, to_id: u.to_id })
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.598",
"version": "0.0.599",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 99d62aa

Please sign in to comment.