@jskit-ai/resource-crud-core 0.1.119 → 0.1.121

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/resource-crud-core",
3
- "version": "0.1.119",
3
+ "version": "0.1.121",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -13,7 +13,7 @@
13
13
  "./shared/crudResource": "./src/shared/crudResource.js"
14
14
  },
15
15
  "dependencies": {
16
- "@jskit-ai/resource-core": "0.1.119"
16
+ "@jskit-ai/resource-core": "0.1.121"
17
17
  },
18
18
  "description": "Shared CRUD resource, field, lookup, filter, and namespace contracts.",
19
19
  "jskit": {
@@ -34,6 +34,6 @@
34
34
  }
35
35
  },
36
36
  "peerDependencies": {
37
- "@jskit-ai/kernel": "0.1.177"
37
+ "@jskit-ai/kernel": "0.1.179"
38
38
  }
39
39
  }
@@ -100,4 +100,3 @@ different pattern and requires corresponding policy and migration evidence.
100
100
  - hidden ownership aliases other than the framework's explicit ownership field
101
101
  - durable receipts recording that this pattern was copied
102
102
  - changing an installed baseline migration instead of adding a new migration
103
-