Skip to content

Commit

Permalink
0.0.600
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Oct 3, 2024
1 parent 99d62aa commit f699fdb
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 @@ -1090,8 +1090,8 @@ 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);
await deep.insert(inserting.map(i => ({ ...i, containerId: packageId })));
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.599",
"version": "0.0.600",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit f699fdb

Please sign in to comment.