@pc-nexus/storage 0.5.0-next.0 → 0.5.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { invoke } from "@pc-nexus/core";
1
+ import { invoke } from "@pc-nexus/internal";
2
2
  import { ConditionBuilder } from "./condition-builder/index.js";
3
3
  /**
4
4
  * Entity storage API implementation, provides CRUD operations for entities via CES hook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pc-nexus/storage",
3
- "version": "0.5.0-next.0",
3
+ "version": "0.5.0-next.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,6 +30,7 @@
30
30
  },
31
31
  "type": "module",
32
32
  "dependencies": {
33
+ "@pc-nexus/internal": "0.5.0-next.2",
33
34
  "lodash": "^4.17.21"
34
35
  },
35
36
  "devDependencies": {},