@xyo-network/diviner-transform 5.5.6 → 5.6.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.
Files changed (1) hide show
  1. package/package.json +31 -32
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-transform",
3
- "version": "5.5.6",
3
+ "version": "5.6.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,23 +46,22 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/diviner-abstract": "~5.5.6",
50
- "@xyo-network/diviner-model": "~5.5.6",
51
- "@xyo-network/module-model": "~5.5.6"
49
+ "@xyo-network/diviner-model": "~5.6.1",
50
+ "@xyo-network/diviner-abstract": "~5.6.1",
51
+ "@xyo-network/module-model": "~5.6.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@bitauth/libauth": "~3.0.0",
55
55
  "@opentelemetry/api": "^1.9.1",
56
- "@opentelemetry/sdk-trace-base": "^2.7.0",
56
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
57
57
  "@scure/base": "~2.2.0",
58
58
  "@types/jsonpath": "~0.2.4",
59
59
  "@types/node": "^25.6.0",
60
- "@xylabs/sdk-js": "^5.0.100",
61
- "@xylabs/threads": "~5.0.100",
62
- "@xylabs/toolchain": "~7.11.12",
63
- "@xylabs/tsconfig": "~7.11.12",
64
- "@xylabs/vitest-extended": "~5.0.100",
65
- "@xylabs/vitest-matchers": "~5.0.100",
60
+ "@xylabs/sdk-js": "^5.1.0",
61
+ "@xylabs/threads": "~5.0.102",
62
+ "@xylabs/toolchain": "~7.12.3",
63
+ "@xylabs/tsconfig": "~7.12.3",
64
+ "@xylabs/vitest-extended": "~5.1.0",
66
65
  "@xyo-network/account": "~5.5.2",
67
66
  "@xyo-network/account-model": "~5.5.2",
68
67
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -81,40 +80,40 @@
81
80
  "chalk": "^5.6.2",
82
81
  "debug": "~4.4.3",
83
82
  "esbuild": "^0.28.0",
84
- "eslint": "^10.2.1",
83
+ "eslint": "^10.3.0",
85
84
  "ethers": "^6.16.0",
86
85
  "hash-wasm": "~4.12.0",
87
86
  "jsonpath": "~1.3.0",
88
- "lru-cache": "^11.3.5",
87
+ "lru-cache": "^11.3.6",
89
88
  "observable-fns": "~0.6.1",
90
89
  "pako": "~2.1.0",
91
90
  "typescript": "~5.9.3",
92
91
  "vite": "^8.0.10",
93
92
  "vitest": "~4.1.5",
94
93
  "wasm-feature-detect": "~1.8.0",
95
- "zod": "^4.3.6"
94
+ "zod": "^4.4.3"
96
95
  },
97
96
  "peerDependencies": {
98
- "@scure/base": ">=2.2.0 <3",
99
- "@xylabs/sdk-js": ">=5.0.100 <6",
100
- "@xyo-network/account": ">=5.5.2 <6",
101
- "@xyo-network/account-model": ">=5.5.2 <6",
102
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
103
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
104
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
105
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
106
- "@xyo-network/manifest-model": ">=5.5.2 <6",
107
- "@xyo-network/payload-builder": ">=5.5.2 <6",
108
- "@xyo-network/payload-model": ">=5.5.2 <6",
109
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
110
- "@xyo-network/value-payload-plugin": ">=5.5.2 <6",
111
- "@xyo-network/wallet-model": ">=5.5.2 <6",
97
+ "@scure/base": ">=2.2.0 <2.3",
98
+ "@xylabs/sdk-js": ">=5.1.0 <6",
99
+ "@xyo-network/account": ">=5.5.2 <5.6",
100
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
101
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
102
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
103
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
104
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
105
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
106
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
107
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
108
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
109
+ "@xyo-network/value-payload-plugin": ">=5.5.2 <5.6",
110
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
112
111
  "async-mutex": ">=0.5.0 <1",
113
112
  "ethers": ">=6.16.0 <7",
114
- "jsonpath": ">=1.3.0 <2",
115
- "lru-cache": ">=11.3.5 <12",
116
- "vitest": ">=4.1.5 <5",
117
- "zod": ">=4.3.6 <5"
113
+ "jsonpath": ">=1.3.0 <1.4",
114
+ "lru-cache": ">=11.3.6 <12",
115
+ "vitest": ">=4.1.5 <4.2",
116
+ "zod": ">=4.4.3 <5"
118
117
  },
119
118
  "publishConfig": {
120
119
  "access": "public"