@xyo-network/chain-services 1.0.10 → 1.0.12
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 +20 -20
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.12",
|
|
5
5
|
"description": "XYO Layer One SDK Services",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -46,38 +46,38 @@
|
|
|
46
46
|
"@xyo-network/boundwitness-model": "^3.10.4",
|
|
47
47
|
"@xyo-network/boundwitness-validator": "^3.10.4",
|
|
48
48
|
"@xyo-network/boundwitness-wrapper": "^3.10.4",
|
|
49
|
-
"@xyo-network/chain-model": "^1.0.
|
|
50
|
-
"@xyo-network/chain-modules": "^1.0.
|
|
51
|
-
"@xyo-network/chain-protocol": "^1.0.
|
|
52
|
-
"@xyo-network/chain-utils": "^1.0.
|
|
49
|
+
"@xyo-network/chain-model": "^1.0.12",
|
|
50
|
+
"@xyo-network/chain-modules": "^1.0.12",
|
|
51
|
+
"@xyo-network/chain-protocol": "^1.0.12",
|
|
52
|
+
"@xyo-network/chain-utils": "^1.0.12",
|
|
53
53
|
"@xyo-network/module-event-emitter": "^3.10.4",
|
|
54
54
|
"@xyo-network/payload-builder": "^3.10.4",
|
|
55
55
|
"@xyo-network/payload-model": "^3.10.4",
|
|
56
56
|
"@xyo-network/typechain": "^3.4.17",
|
|
57
57
|
"async-mutex": "^0.5.0",
|
|
58
|
-
"ethers": "^6.13.
|
|
59
|
-
"lru-cache": "^11.0
|
|
58
|
+
"ethers": "^6.13.6",
|
|
59
|
+
"lru-cache": "^11.1.0",
|
|
60
60
|
"web3-types": "^1.10.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@types/node": "^22.13.
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
65
|
-
"@typescript-eslint/parser": "^8.
|
|
66
|
-
"@xylabs/config": "^6.1.
|
|
63
|
+
"@types/node": "^22.13.13",
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
65
|
+
"@typescript-eslint/parser": "^8.28.0",
|
|
66
|
+
"@xylabs/config": "^6.1.5",
|
|
67
67
|
"@xylabs/delay": "^4.7.11",
|
|
68
|
-
"@xylabs/eslint-config-flat": "^6.1.
|
|
69
|
-
"@xylabs/ts-scripts-yarn3": "^6.1.
|
|
70
|
-
"@xylabs/tsconfig": "^6.1.
|
|
71
|
-
"@xylabs/tsconfig-react": "^6.1.
|
|
68
|
+
"@xylabs/eslint-config-flat": "^6.1.5",
|
|
69
|
+
"@xylabs/ts-scripts-yarn3": "^6.1.5",
|
|
70
|
+
"@xylabs/tsconfig": "^6.1.5",
|
|
71
|
+
"@xylabs/tsconfig-react": "^6.1.5",
|
|
72
72
|
"@xylabs/vitest-extended": "^4.7.11",
|
|
73
73
|
"@xyo-network/account": "^3.10.4",
|
|
74
74
|
"@xyo-network/account-model": "^3.10.4",
|
|
75
75
|
"@xyo-network/boundwitness-model": "^3.10.4",
|
|
76
|
-
"@xyo-network/chain-ethereum": "^1.0.
|
|
77
|
-
"@xyo-network/chain-validation": "^1.0.
|
|
76
|
+
"@xyo-network/chain-ethereum": "^1.0.12",
|
|
77
|
+
"@xyo-network/chain-validation": "^1.0.12",
|
|
78
78
|
"@xyo-network/open-zeppelin-typechain": "^3.4.17",
|
|
79
|
-
"eslint": "^9.
|
|
80
|
-
"eslint-import-resolver-typescript": "^4.2.
|
|
79
|
+
"eslint": "^9.23.0",
|
|
80
|
+
"eslint-import-resolver-typescript": "^4.2.3",
|
|
81
81
|
"ganache": "^7.9.2",
|
|
82
82
|
"knip": "^5.46.0",
|
|
83
83
|
"reflect-metadata": "^0.2.2",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"tslib": "^2.8.1",
|
|
86
86
|
"typedoc": "^0.28.1",
|
|
87
87
|
"typescript": "^5.8.2",
|
|
88
|
-
"vite": "^6.2.
|
|
88
|
+
"vite": "^6.2.3",
|
|
89
89
|
"vite-tsconfig-paths": "^5.1.4",
|
|
90
90
|
"vitest": "^3.0.9",
|
|
91
91
|
"vitest-mock-extended": "^3.0.1"
|