@xyo-network/core 5.6.2 → 6.0.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.
@@ -3,4 +3,4 @@ export * from "@xyo-network/data";
3
3
  export * from "@xyo-network/hash";
4
4
  export * from "@xyo-network/schema-name-validator";
5
5
  export * from "@xyo-network/wasm";
6
- //# sourceMappingURL=index.mjs.map
6
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1,7 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/data'\nexport * from '@xyo-network/hash'\nexport * from '@xyo-network/schema-name-validator'\nexport * from '@xyo-network/wasm'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["export * from '@xyo-network/data'\nexport * from '@xyo-network/hash'\nexport * from '@xyo-network/schema-name-validator'\nexport * from '@xyo-network/wasm'\n"],
5
+ "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;",
6
+ "names": []
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/core",
3
- "version": "5.6.2",
3
+ "version": "6.0.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,55 +34,58 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/data": "~5.6.1",
38
- "@xyo-network/hash": "~5.6.2",
39
- "@xyo-network/schema-name-validator": "~5.6.2",
40
- "@xyo-network/wasm": "~5.6.2"
37
+ "@xyo-network/data": "~6.0.0",
38
+ "@xyo-network/schema-name-validator": "~6.0.0",
39
+ "@xyo-network/hash": "~6.0.0",
40
+ "@xyo-network/wasm": "~6.0.0"
41
41
  },
42
42
  "devDependencies": {
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/hex": "^5.1.1",
47
- "@xylabs/platform": "^5.1.1",
48
- "@xylabs/sdk-js": "^5.1.1",
49
- "@xylabs/threads": "^5.1.1",
50
- "@xylabs/toolchain": "~7.13.4",
51
- "@xylabs/tsconfig": "~7.13.4",
52
- "@xylabs/vitest-extended": "^5.1.1",
46
+ "@xylabs/hex": "^6.0.0",
47
+ "@xylabs/platform": "^6.0.0",
48
+ "@xylabs/sdk-js": "~6.0",
49
+ "@xylabs/threads": "~6.0",
50
+ "@xylabs/toolchain": "~8.0.17",
51
+ "@xylabs/tsconfig": "~8.0.17",
52
+ "@xylabs/vitest-extended": "^6.0.0",
53
53
  "async-mutex": "^0.5.0",
54
54
  "bn.js": "^5.2.3",
55
55
  "buffer": "^6.0.3",
56
56
  "chalk": "^5.6.2",
57
57
  "debug": "~4.4.3",
58
- "eslint": "^10.3.0",
58
+ "eslint": "^10.4.0",
59
59
  "ethers": "^6.16.0",
60
60
  "hash-wasm": "~4.12.0",
61
61
  "observable-fns": "~0.6.1",
62
62
  "pako": "~2.1.0",
63
- "typescript": "~5.9.3",
64
- "vite": "^8.0.10",
65
- "vitest": "~4.1.5",
63
+ "typescript": "~6.0.3",
64
+ "vite": "^8.0.13",
65
+ "vitest": "~4.1.6",
66
66
  "wasm-feature-detect": "~1.8.0",
67
67
  "zod": "^4.4.3"
68
68
  },
69
69
  "peerDependencies": {
70
- "@opentelemetry/api": ">=1.9.1 <2",
71
- "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
72
- "@scure/base": ">=2.2.0 <2.3",
73
- "@xylabs/sdk-js": ">=5.1.1 <6",
74
- "@xylabs/threads": ">=5.1.1 <6",
75
- "async-mutex": ">=0.5.0 <1",
76
- "bn.js": ">=5.2.3 <6",
77
- "buffer": ">=6.0.3 <7",
78
- "chalk": ">=5.6.2 <6",
79
- "debug": ">=4.4.3 <4.5",
80
- "ethers": ">=6.16.0 <7",
81
- "hash-wasm": ">=4.12.0 <4.13",
82
- "observable-fns": ">=0.6.1 <0.7",
83
- "pako": ">=2.1.0 <2.2",
84
- "wasm-feature-detect": ">=1.8.0 <1.9",
85
- "zod": ">=4.4.3 <5"
70
+ "@opentelemetry/api": "^1.9",
71
+ "@opentelemetry/sdk-trace-base": "^2.7",
72
+ "@scure/base": "~2.2",
73
+ "@xylabs/sdk-js": "^6.0",
74
+ "@xylabs/threads": "^6.0",
75
+ "async-mutex": "^0.5",
76
+ "bn.js": "^5.2",
77
+ "buffer": "^6.0",
78
+ "chalk": "^5.6",
79
+ "debug": "~4.4",
80
+ "ethers": "^6.16",
81
+ "hash-wasm": "~4.12",
82
+ "observable-fns": "~0.6",
83
+ "pako": "~2.1",
84
+ "wasm-feature-detect": "~1.8",
85
+ "zod": "^4.4"
86
+ },
87
+ "engines": {
88
+ "node": "^24"
86
89
  },
87
90
  "publishConfig": {
88
91
  "access": "public"