@xyo-network/diviner-jsonpath-aggregate-model 5.2.18 → 5.2.20

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 type { JsonValue } from '@xylabs/object';
1
+ import type { JsonValue } from '@xylabs/sdk-js';
2
2
  /**
3
3
  * Describes the JSON-path transformation to retrieve a field on a source object
4
4
  * and the target field to store the value to on a destination object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-jsonpath-aggregate-model",
3
- "version": "5.2.18",
3
+ "version": "5.2.20",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -36,17 +36,17 @@
36
36
  "!**/*.test.*"
37
37
  ],
38
38
  "dependencies": {
39
- "@xylabs/object": "~5.0.50",
40
- "@xyo-network/diviner-model": "~5.2.18",
41
- "@xyo-network/module-model": "~5.2.18",
42
- "@xyo-network/payload-model": "~5.2.18"
39
+ "@xylabs/sdk-js": "~5.0.61",
40
+ "@xyo-network/diviner-model": "workspace:~",
41
+ "@xyo-network/module-model": "workspace:~",
42
+ "@xyo-network/payload-model": "workspace:~"
43
43
  },
44
44
  "devDependencies": {
45
- "@xylabs/ts-scripts-yarn3": "~7.2.8",
46
- "@xylabs/tsconfig": "~7.2.8",
45
+ "@xylabs/ts-scripts-yarn3": "~7.2.32",
46
+ "@xylabs/tsconfig": "~7.2.32",
47
47
  "typescript": "~5.9.3"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  }
52
- }
52
+ }
@@ -1,4 +1,4 @@
1
- import type { JsonValue } from '@xylabs/object'
1
+ import type { JsonValue } from '@xylabs/sdk-js'
2
2
 
3
3
  /**
4
4
  * Describes the JSON-path transformation to retrieve a field on a source object