@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.
Files changed (1) hide show
  1. 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.3",
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.6.0",
38
- "@xylabs/assert": "^4.6.0",
39
- "@xylabs/decimal-precision": "^4.6.0",
40
- "@xylabs/exists": "^4.6.0",
41
- "@xylabs/hex": "^4.6.0",
42
- "@xylabs/object": "^4.6.0",
43
- "@xylabs/promise": "^4.6.0",
44
- "@xyo-network/archivist-memory": "^3.9.37",
45
- "@xyo-network/archivist-model": "^3.9.37",
46
- "@xyo-network/chain-model": "^1.0.3",
47
- "@xyo-network/chain-modules": "^1.0.3",
48
- "@xyo-network/chain-protocol": "^1.0.3",
49
- "@xyo-network/chain-utils": "^1.0.3",
50
- "@xyo-network/module-event-emitter": "^3.9.37",
51
- "@xyo-network/payload-builder": "^3.9.37",
52
- "@xyo-network/payload-model": "^3.9.37",
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.26.1",
61
- "@typescript-eslint/parser": "^8.26.1",
62
- "@xylabs/config": "^6.0.9",
63
- "@xylabs/delay": "^4.6.0",
64
- "@xylabs/eslint-config-flat": "^6.0.9",
65
- "@xylabs/ts-scripts-yarn3": "^6.0.9",
66
- "@xylabs/tsconfig": "^6.0.9",
67
- "@xylabs/tsconfig-react": "^6.0.9",
68
- "@xylabs/vitest-extended": "^4.6.0",
69
- "@xyo-network/account": "^3.9.37",
70
- "@xyo-network/account-model": "^3.9.37",
71
- "@xyo-network/boundwitness-model": "^3.9.37",
72
- "@xyo-network/chain-ethereum": "^1.0.3",
73
- "@xyo-network/chain-validation": "^1.0.3",
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": "^3.8.7",
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.27.9",
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.8",
86
+ "vitest": "^3.0.9",
87
87
  "vitest-mock-extended": "^3.0.1"
88
88
  },
89
89
  "packageManager": "yarn@4.6.0",