@xyo-network/diviner-jsonpatch-memory 2.110.19 → 2.111.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.
@@ -36,4 +36,4 @@ var JsonPatchDiviner = class extends AbstractDiviner {
36
36
  export {
37
37
  JsonPatchDiviner
38
38
  };
39
- //# sourceMappingURL=index.js.map
39
+ //# sourceMappingURL=index.mjs.map
@@ -36,4 +36,4 @@ var JsonPatchDiviner = class extends AbstractDiviner {
36
36
  export {
37
37
  JsonPatchDiviner
38
38
  };
39
- //# sourceMappingURL=index.js.map
39
+ //# sourceMappingURL=index.mjs.map
@@ -42,4 +42,4 @@ var JsonPatchDiviner = _JsonPatchDiviner;
42
42
  export {
43
43
  JsonPatchDiviner
44
44
  };
45
- //# sourceMappingURL=index.js.map
45
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -10,19 +10,19 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^3.6.6",
14
- "@xylabs/exists": "^3.6.6",
15
- "@xyo-network/diviner-abstract": "^2.110.19",
16
- "@xyo-network/diviner-jsonpatch-model": "^2.110.19",
17
- "@xyo-network/diviner-model": "^2.110.19",
18
- "@xyo-network/payload-model": "^2.110.19",
19
- "json-joy": "^16.22.0",
13
+ "@xylabs/assert": "^3.6.8",
14
+ "@xylabs/exists": "^3.6.8",
15
+ "@xyo-network/diviner-abstract": "^2.111.1",
16
+ "@xyo-network/diviner-jsonpatch-model": "^2.111.1",
17
+ "@xyo-network/diviner-model": "^2.111.1",
18
+ "@xyo-network/payload-model": "^2.111.1",
19
+ "json-joy": "^16.22.1",
20
20
  "tslib": "^2.6.3"
21
21
  },
22
22
  "devDependencies": {
23
- "@xylabs/ts-scripts-yarn3": "^3.14.1",
24
- "@xylabs/tsconfig": "^3.14.1",
25
- "@xyo-network/account": "^2.110.19",
23
+ "@xylabs/ts-scripts-yarn3": "^3.15.8",
24
+ "@xylabs/tsconfig": "^3.15.8",
25
+ "@xyo-network/account": "^2.111.1",
26
26
  "typescript": "^5.5.4"
27
27
  },
28
28
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "import": {
38
38
  "types": "./dist/browser/index.d.mts",
39
- "default": "./dist/browser/index.js"
39
+ "default": "./dist/browser/index.mjs"
40
40
  }
41
41
  },
42
42
  "node": {
@@ -46,14 +46,14 @@
46
46
  },
47
47
  "import": {
48
48
  "types": "./dist/node/index.d.mts",
49
- "default": "./dist/node/index.js"
49
+ "default": "./dist/node/index.mjs"
50
50
  }
51
51
  }
52
52
  },
53
53
  "./package.json": "./package.json"
54
54
  },
55
55
  "main": "dist/node/index.cjs",
56
- "module": "dist/node/index.js",
56
+ "module": "dist/node/index.mjs",
57
57
  "homepage": "https://xyo.network",
58
58
  "license": "LGPL-3.0-only",
59
59
  "publishConfig": {
@@ -64,6 +64,6 @@
64
64
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
65
65
  },
66
66
  "sideEffects": false,
67
- "version": "2.110.19",
67
+ "version": "2.111.1",
68
68
  "type": "module"
69
69
  }
File without changes
File without changes
File without changes