@xyo-network/diviner-jsonpatch-memory 5.5.6 → 5.6.0

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.
Files changed (1) hide show
  1. package/package.json +30 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-jsonpatch-memory",
3
- "version": "5.5.6",
3
+ "version": "5.6.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,24 +34,23 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-jsonpatch-model": "~5.5.6",
38
- "@xyo-network/diviner-abstract": "~5.5.6",
39
- "@xyo-network/diviner-model": "~5.5.6",
40
- "@xyo-network/module-model": "~5.5.6"
37
+ "@xyo-network/diviner-abstract": "~5.6.0",
38
+ "@xyo-network/diviner-jsonpatch-model": "~5.6.0",
39
+ "@xyo-network/diviner-model": "~5.6.0",
40
+ "@xyo-network/module-model": "~5.6.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@bitauth/libauth": "~3.0.0",
44
44
  "@opentelemetry/api": "^1.9.1",
45
- "@opentelemetry/sdk-trace-base": "^2.7.0",
45
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
46
46
  "@scure/base": "~2.2.0",
47
47
  "@scure/bip39": "~2.2.0",
48
48
  "@types/node": "^25.6.0",
49
- "@xylabs/sdk-js": "^5.0.100",
50
- "@xylabs/threads": "~5.0.100",
51
- "@xylabs/toolchain": "~7.11.12",
52
- "@xylabs/tsconfig": "~7.11.12",
53
- "@xylabs/vitest-extended": "~5.0.100",
54
- "@xylabs/vitest-matchers": "~5.0.100",
49
+ "@xylabs/sdk-js": "^5.1.0",
50
+ "@xylabs/threads": "~5.0.102",
51
+ "@xylabs/toolchain": "~7.12.3",
52
+ "@xylabs/tsconfig": "~7.12.3",
53
+ "@xylabs/vitest-extended": "~5.1.0",
55
54
  "@xyo-network/account": "~5.5.2",
56
55
  "@xyo-network/account-model": "~5.5.2",
57
56
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -70,11 +69,11 @@
70
69
  "chalk": "^5.6.2",
71
70
  "debug": "~4.4.3",
72
71
  "esbuild": "^0.28.0",
73
- "eslint": "^10.2.1",
72
+ "eslint": "^10.3.0",
74
73
  "ethers": "^6.16.0",
75
74
  "fast-json-patch": "~3.1.1",
76
75
  "hash-wasm": "~4.12.0",
77
- "lru-cache": "^11.3.5",
76
+ "lru-cache": "^11.3.6",
78
77
  "observable-fns": "~0.6.1",
79
78
  "pako": "~2.1.0",
80
79
  "tslib": "^2.8.1",
@@ -82,27 +81,27 @@
82
81
  "vite": "^8.0.10",
83
82
  "vitest": "~4.1.5",
84
83
  "wasm-feature-detect": "~1.8.0",
85
- "zod": "^4.3.6"
84
+ "zod": "^4.4.3"
86
85
  },
87
86
  "peerDependencies": {
88
- "@scure/base": ">=2.2.0 <3",
89
- "@xylabs/sdk-js": ">=5.0.100 <6",
90
- "@xyo-network/account": ">=5.5.2 <6",
91
- "@xyo-network/account-model": ">=5.5.2 <6",
92
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
93
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
94
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
95
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
96
- "@xyo-network/manifest-model": ">=5.5.2 <6",
97
- "@xyo-network/payload-builder": ">=5.5.2 <6",
98
- "@xyo-network/payload-model": ">=5.5.2 <6",
99
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
100
- "@xyo-network/wallet-model": ">=5.5.2 <6",
87
+ "@scure/base": ">=2.2.0 <2.3",
88
+ "@xylabs/sdk-js": ">=5.1.0 <6",
89
+ "@xyo-network/account": ">=5.5.2 <5.6",
90
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
91
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
92
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
93
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
94
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
95
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
96
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
97
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
98
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
99
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
101
100
  "async-mutex": ">=0.5.0 <1",
102
101
  "ethers": ">=6.16.0 <7",
103
- "fast-json-patch": ">=3.1.1 <4",
104
- "lru-cache": ">=11.3.5 <12",
105
- "zod": ">=4.3.6 <5"
102
+ "fast-json-patch": ">=3.1.1 <3.2",
103
+ "lru-cache": ">=11.3.6 <12",
104
+ "zod": ">=4.4.3 <5"
106
105
  },
107
106
  "publishConfig": {
108
107
  "access": "public"