@xyo-network/diviner-jsonpath-memory 4.1.0 → 4.1.1

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.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Determines if a JSON path expression is a scalar expression (targeting
3
+ * a single property in the JSON object) or a multiple value expression
4
+ * @param jsonPath The JSON path expression to check
5
+ * @returns
6
+ */
7
+ export declare const isScalarJsonPathExpression: (jsonPath: string) => boolean;
8
+ //# sourceMappingURL=isScalarJsonPathExpression.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isScalarJsonPathExpression.d.ts","sourceRoot":"","sources":["../../../src/jsonpath/isScalarJsonPathExpression.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,0BAA0B,GAAI,UAAU,MAAM,YAQ1D,CAAA"}
@@ -0,0 +1,2 @@
1
+ import '@xylabs/vitest-extended';
2
+ //# sourceMappingURL=isScalarJsonPathExpression.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isScalarJsonPathExpression.spec.d.ts","sourceRoot":"","sources":["../../../../src/jsonpath/spec/isScalarJsonPathExpression.spec.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA"}
@@ -0,0 +1,2 @@
1
+ import '@xylabs/vitest-extended';
2
+ //# sourceMappingURL=Diviner.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Diviner.spec.d.ts","sourceRoot":"","sources":["../../../src/spec/Diviner.spec.ts"],"names":[],"mappings":"AAAA,OAAO,yBAAyB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-jsonpath-memory",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,20 +30,20 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
32
  "@xylabs/assert": "^4.13.15",
33
- "@xyo-network/diviner-abstract": "^4.1.0",
34
- "@xyo-network/diviner-jsonpath-model": "^4.1.0",
35
- "@xyo-network/diviner-model": "^4.1.0",
36
- "@xyo-network/payload-builder": "^4.1.0",
37
- "@xyo-network/payload-model": "^4.1.0",
33
+ "@xyo-network/diviner-abstract": "^4.1.1",
34
+ "@xyo-network/diviner-jsonpath-model": "^4.1.1",
35
+ "@xyo-network/diviner-model": "^4.1.1",
36
+ "@xyo-network/payload-builder": "^4.1.1",
37
+ "@xyo-network/payload-model": "^4.1.1",
38
38
  "jsonpath": "^1.1.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/jsonpath": "^0.2.4",
42
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.20",
43
- "@xylabs/tsconfig": "^7.0.0-rc.20",
42
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.23",
43
+ "@xylabs/tsconfig": "^7.0.0-rc.23",
44
44
  "@xylabs/vitest-extended": "^4.13.15",
45
- "@xyo-network/wallet": "^4.1.0",
46
- "@xyo-network/wallet-model": "^4.1.0",
45
+ "@xyo-network/wallet": "^4.1.1",
46
+ "@xyo-network/wallet-model": "^4.1.1",
47
47
  "typescript": "^5.8.3",
48
48
  "vitest": "^3.2.4"
49
49
  },
@@ -1,3 +0,0 @@
1
- export * from './Diviner.ts';
2
- export * from './jsonpath/index.ts';
3
- //# sourceMappingURL=index.d.ts.map
File without changes
File without changes
File without changes
File without changes
File without changes