@xyo-network/module-wrapper 5.6.3 → 5.6.4

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 +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/module-wrapper",
3
- "version": "5.6.3",
3
+ "version": "5.6.4",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,23 +34,23 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/module-model": "~5.6.3"
37
+ "@xyo-network/module-model": "~5.6.4"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@bitauth/libauth": "~3.0.0",
41
41
  "@opentelemetry/api": "^1.9.1",
42
42
  "@opentelemetry/sdk-trace-base": "^2.7.1",
43
43
  "@scure/base": "~2.2.0",
44
- "@xylabs/sdk-js": "^5.1.1",
45
- "@xylabs/threads": "~5.1.1",
46
- "@xylabs/toolchain": "~7.13.4",
47
- "@xylabs/tsconfig": "~7.13.4",
48
- "@xyo-network/account-model": "~5.6.2",
49
- "@xyo-network/boundwitness-builder": "~5.6.1",
50
- "@xyo-network/boundwitness-model": "~5.6.2",
51
- "@xyo-network/boundwitness-wrapper": "~5.6.1",
52
- "@xyo-network/manifest-model": "~5.6.2",
53
- "@xyo-network/payload-model": "~5.6.2",
44
+ "@xylabs/sdk-js": "^5.1.2",
45
+ "@xylabs/threads": "~5.1.2",
46
+ "@xylabs/toolchain": "~7.13.15",
47
+ "@xylabs/tsconfig": "~7.13.15",
48
+ "@xyo-network/account-model": "~5.6.3",
49
+ "@xyo-network/boundwitness-builder": "~5.6.2",
50
+ "@xyo-network/boundwitness-model": "~5.6.3",
51
+ "@xyo-network/boundwitness-wrapper": "~5.6.2",
52
+ "@xyo-network/manifest-model": "~5.6.3",
53
+ "@xyo-network/payload-model": "~5.6.3",
54
54
  "async-mutex": "^0.5.0",
55
55
  "bn.js": "^5.2.3",
56
56
  "buffer": "^6.0.3",
@@ -68,30 +68,30 @@
68
68
  "zod": "^4.4.3"
69
69
  },
70
70
  "peerDependencies": {
71
- "@bitauth/libauth": ">=3.0.0 <3.1",
72
- "@opentelemetry/api": ">=1.9.1 <2",
73
- "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
74
- "@scure/base": ">=2.2.0 <2.3",
75
- "@xylabs/sdk-js": ">=5.1.1 <6",
76
- "@xylabs/threads": ">=5.1.1 <5.2",
77
- "@xyo-network/account-model": ">=5.6.2 <5.7",
78
- "@xyo-network/boundwitness-builder": ">=5.6.1 <5.7",
79
- "@xyo-network/boundwitness-model": ">=5.6.2 <5.7",
80
- "@xyo-network/boundwitness-wrapper": ">=5.6.1 <5.7",
81
- "@xyo-network/manifest-model": ">=5.6.2 <5.7",
82
- "@xyo-network/payload-model": ">=5.6.2 <5.7",
83
- "async-mutex": ">=0.5.0 <1",
84
- "bn.js": ">=5.2.3 <6",
85
- "buffer": ">=6.0.3 <7",
86
- "chalk": ">=5.6.2 <6",
87
- "debug": ">=4.4.3 <4.5",
88
- "ethers": ">=6.16.0 <7",
89
- "hash-wasm": ">=4.12.0 <4.13",
90
- "lru-cache": ">=11.3.6 <12",
91
- "observable-fns": ">=0.6.1 <0.7",
92
- "pako": ">=2.1.0 <2.2",
93
- "wasm-feature-detect": ">=1.8.0 <1.9",
94
- "zod": ">=4.4.3 <5"
71
+ "@bitauth/libauth": "~3.0",
72
+ "@opentelemetry/api": "^1.9",
73
+ "@opentelemetry/sdk-trace-base": "^2.7",
74
+ "@scure/base": "~2.2",
75
+ "@xylabs/sdk-js": "^5.1",
76
+ "@xylabs/threads": "~5.1",
77
+ "@xyo-network/account-model": "~5.6",
78
+ "@xyo-network/boundwitness-builder": "~5.6",
79
+ "@xyo-network/boundwitness-model": "~5.6",
80
+ "@xyo-network/boundwitness-wrapper": "~5.6",
81
+ "@xyo-network/manifest-model": "~5.6",
82
+ "@xyo-network/payload-model": "~5.6",
83
+ "async-mutex": "^0.5",
84
+ "bn.js": "^5.2",
85
+ "buffer": "^6.0",
86
+ "chalk": "^5.6",
87
+ "debug": "~4.4",
88
+ "ethers": "^6.16",
89
+ "hash-wasm": "~4.12",
90
+ "lru-cache": "^11.3",
91
+ "observable-fns": "~0.6",
92
+ "pako": "~2.1",
93
+ "wasm-feature-detect": "~1.8",
94
+ "zod": "^4.4"
95
95
  },
96
96
  "publishConfig": {
97
97
  "access": "public"