@xyo-network/chain-services 1.0.3 → 1.0.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.
- package/package.json +34 -34
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/chain-services",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "XYO Layer One SDK Services",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
"deploy3": "echo Deploy3 not allowed!"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xylabs/array": "^4.
|
|
38
|
-
"@xylabs/assert": "^4.
|
|
39
|
-
"@xylabs/decimal-precision": "^4.
|
|
40
|
-
"@xylabs/exists": "^4.
|
|
41
|
-
"@xylabs/hex": "^4.
|
|
42
|
-
"@xylabs/object": "^4.
|
|
43
|
-
"@xylabs/promise": "^4.
|
|
44
|
-
"@xyo-network/archivist-memory": "^3.
|
|
45
|
-
"@xyo-network/archivist-model": "^3.
|
|
46
|
-
"@xyo-network/chain-model": "^1.0.
|
|
47
|
-
"@xyo-network/chain-modules": "^1.0.
|
|
48
|
-
"@xyo-network/chain-protocol": "^1.0.
|
|
49
|
-
"@xyo-network/chain-utils": "^1.0.
|
|
50
|
-
"@xyo-network/module-event-emitter": "^3.
|
|
51
|
-
"@xyo-network/payload-builder": "^3.
|
|
52
|
-
"@xyo-network/payload-model": "^3.
|
|
37
|
+
"@xylabs/array": "^4.7.5",
|
|
38
|
+
"@xylabs/assert": "^4.7.5",
|
|
39
|
+
"@xylabs/decimal-precision": "^4.7.5",
|
|
40
|
+
"@xylabs/exists": "^4.7.5",
|
|
41
|
+
"@xylabs/hex": "^4.7.5",
|
|
42
|
+
"@xylabs/object": "^4.7.5",
|
|
43
|
+
"@xylabs/promise": "^4.7.5",
|
|
44
|
+
"@xyo-network/archivist-memory": "^3.10.1",
|
|
45
|
+
"@xyo-network/archivist-model": "^3.10.1",
|
|
46
|
+
"@xyo-network/chain-model": "^1.0.4",
|
|
47
|
+
"@xyo-network/chain-modules": "^1.0.4",
|
|
48
|
+
"@xyo-network/chain-protocol": "^1.0.4",
|
|
49
|
+
"@xyo-network/chain-utils": "^1.0.4",
|
|
50
|
+
"@xyo-network/module-event-emitter": "^3.10.1",
|
|
51
|
+
"@xyo-network/payload-builder": "^3.10.1",
|
|
52
|
+
"@xyo-network/payload-model": "^3.10.1",
|
|
53
53
|
"@xyo-network/typechain": "^3.4.15",
|
|
54
54
|
"async-mutex": "^0.5.0",
|
|
55
55
|
"ethers": "^6.13.5",
|
|
@@ -57,33 +57,33 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@types/node": "^22.13.10",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
61
|
-
"@typescript-eslint/parser": "^8.
|
|
62
|
-
"@xylabs/config": "^6.
|
|
63
|
-
"@xylabs/delay": "^4.
|
|
64
|
-
"@xylabs/eslint-config-flat": "^6.
|
|
65
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
66
|
-
"@xylabs/tsconfig": "^6.
|
|
67
|
-
"@xylabs/tsconfig-react": "^6.
|
|
68
|
-
"@xylabs/vitest-extended": "^4.
|
|
69
|
-
"@xyo-network/account": "^3.
|
|
70
|
-
"@xyo-network/account-model": "^3.
|
|
71
|
-
"@xyo-network/boundwitness-model": "^3.
|
|
72
|
-
"@xyo-network/chain-ethereum": "^1.0.
|
|
73
|
-
"@xyo-network/chain-validation": "^1.0.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
|
61
|
+
"@typescript-eslint/parser": "^8.27.0",
|
|
62
|
+
"@xylabs/config": "^6.1.4",
|
|
63
|
+
"@xylabs/delay": "^4.7.5",
|
|
64
|
+
"@xylabs/eslint-config-flat": "^6.1.4",
|
|
65
|
+
"@xylabs/ts-scripts-yarn3": "^6.1.4",
|
|
66
|
+
"@xylabs/tsconfig": "^6.1.4",
|
|
67
|
+
"@xylabs/tsconfig-react": "^6.1.4",
|
|
68
|
+
"@xylabs/vitest-extended": "^4.7.5",
|
|
69
|
+
"@xyo-network/account": "^3.10.1",
|
|
70
|
+
"@xyo-network/account-model": "^3.10.1",
|
|
71
|
+
"@xyo-network/boundwitness-model": "^3.10.1",
|
|
72
|
+
"@xyo-network/chain-ethereum": "^1.0.4",
|
|
73
|
+
"@xyo-network/chain-validation": "^1.0.4",
|
|
74
74
|
"@xyo-network/open-zeppelin-typechain": "^3.4.15",
|
|
75
75
|
"eslint": "^9.22.0",
|
|
76
|
-
"eslint-import-resolver-typescript": "^
|
|
76
|
+
"eslint-import-resolver-typescript": "^4.2.2",
|
|
77
77
|
"ganache": "^7.9.2",
|
|
78
78
|
"knip": "^5.46.0",
|
|
79
79
|
"reflect-metadata": "^0.2.2",
|
|
80
80
|
"ts-node": "^10.9.2",
|
|
81
81
|
"tslib": "^2.8.1",
|
|
82
|
-
"typedoc": "^0.
|
|
82
|
+
"typedoc": "^0.28.1",
|
|
83
83
|
"typescript": "^5.8.2",
|
|
84
84
|
"vite": "^6.2.2",
|
|
85
85
|
"vite-tsconfig-paths": "^5.1.4",
|
|
86
|
-
"vitest": "^3.0.
|
|
86
|
+
"vitest": "^3.0.9",
|
|
87
87
|
"vitest-mock-extended": "^3.0.1"
|
|
88
88
|
},
|
|
89
89
|
"packageManager": "yarn@4.6.0",
|