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