@xyo-network/core 5.6.3 → 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.3",
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,35 +34,35 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/data": "~5.6.2",
38
- "@xyo-network/schema-name-validator": "~5.6.3",
39
- "@xyo-network/hash": "~5.6.3",
40
- "@xyo-network/wasm": "~5.6.3"
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.2",
47
- "@xylabs/platform": "^5.1.2",
48
- "@xylabs/sdk-js": "^5.1.2",
49
- "@xylabs/threads": "^5.1.2",
50
- "@xylabs/toolchain": "~7.13.15",
51
- "@xylabs/tsconfig": "~7.13.15",
52
- "@xylabs/vitest-extended": "^5.1.2",
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
  },
@@ -70,8 +70,8 @@
70
70
  "@opentelemetry/api": "^1.9",
71
71
  "@opentelemetry/sdk-trace-base": "^2.7",
72
72
  "@scure/base": "~2.2",
73
- "@xylabs/sdk-js": "^5.1",
74
- "@xylabs/threads": "^5.1",
73
+ "@xylabs/sdk-js": "^6.0",
74
+ "@xylabs/threads": "^6.0",
75
75
  "async-mutex": "^0.5",
76
76
  "bn.js": "^5.2",
77
77
  "buffer": "^6.0",
@@ -84,6 +84,9 @@
84
84
  "wasm-feature-detect": "~1.8",
85
85
  "zod": "^4.4"
86
86
  },
87
+ "engines": {
88
+ "node": "^24"
89
+ },
87
90
  "publishConfig": {
88
91
  "access": "public"
89
92
  }