@xyo-network/chain-api 1.4.7 → 1.5.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.
- package/package.json +32 -32
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-api",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"description": "XYO Layer One API",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -44,29 +44,29 @@
|
|
|
44
44
|
"@opentelemetry/instrumentation": "^0.201.1",
|
|
45
45
|
"@opentelemetry/instrumentation-express": "^0.50.0",
|
|
46
46
|
"@opentelemetry/instrumentation-http": "^0.201.1",
|
|
47
|
-
"@xylabs/assert": "^4.
|
|
48
|
-
"@xylabs/express": "^4.
|
|
49
|
-
"@xylabs/hex": "^4.
|
|
50
|
-
"@xyo-network/archivist-memory": "^3.17.
|
|
51
|
-
"@xyo-network/archivist-mongodb": "^3.17.
|
|
52
|
-
"@xyo-network/archivist-view": "^3.17.
|
|
53
|
-
"@xyo-network/boundwitness-model": "^3.17.
|
|
54
|
-
"@xyo-network/chain-modules": "^1.
|
|
55
|
-
"@xyo-network/chain-rpc": "^1.
|
|
56
|
-
"@xyo-network/chain-telemetry": "^1.
|
|
57
|
-
"@xyo-network/manifest-model": "^3.17.
|
|
58
|
-
"@xyo-network/manifest-wrapper": "^3.17.
|
|
59
|
-
"@xyo-network/module-abstract": "^3.17.
|
|
60
|
-
"@xyo-network/module-abstract-mongodb": "^3.17.
|
|
61
|
-
"@xyo-network/module-factory-locator": "^3.17.
|
|
62
|
-
"@xyo-network/module-model": "^3.17.
|
|
63
|
-
"@xyo-network/node-core-lib": "^3.7.
|
|
64
|
-
"@xyo-network/node-memory": "^3.17.
|
|
65
|
-
"@xyo-network/node-model": "^3.17.
|
|
66
|
-
"@xyo-network/payload-model": "^3.17.
|
|
67
|
-
"@xyo-network/sentinel-memory": "^3.17.
|
|
68
|
-
"@xyo-network/wallet": "^3.17.
|
|
69
|
-
"@xyo-network/xl1-rpc": "^1.
|
|
47
|
+
"@xylabs/assert": "^4.11.3",
|
|
48
|
+
"@xylabs/express": "^4.11.3",
|
|
49
|
+
"@xylabs/hex": "^4.11.3",
|
|
50
|
+
"@xyo-network/archivist-memory": "^3.17.1",
|
|
51
|
+
"@xyo-network/archivist-mongodb": "^3.17.1",
|
|
52
|
+
"@xyo-network/archivist-view": "^3.17.1",
|
|
53
|
+
"@xyo-network/boundwitness-model": "^3.17.1",
|
|
54
|
+
"@xyo-network/chain-modules": "^1.5.0",
|
|
55
|
+
"@xyo-network/chain-rpc": "^1.5.0",
|
|
56
|
+
"@xyo-network/chain-telemetry": "^1.5.0",
|
|
57
|
+
"@xyo-network/manifest-model": "^3.17.1",
|
|
58
|
+
"@xyo-network/manifest-wrapper": "^3.17.1",
|
|
59
|
+
"@xyo-network/module-abstract": "^3.17.1",
|
|
60
|
+
"@xyo-network/module-abstract-mongodb": "^3.17.1",
|
|
61
|
+
"@xyo-network/module-factory-locator": "^3.17.1",
|
|
62
|
+
"@xyo-network/module-model": "^3.17.1",
|
|
63
|
+
"@xyo-network/node-core-lib": "^3.7.4",
|
|
64
|
+
"@xyo-network/node-memory": "^3.17.1",
|
|
65
|
+
"@xyo-network/node-model": "^3.17.1",
|
|
66
|
+
"@xyo-network/payload-model": "^3.17.1",
|
|
67
|
+
"@xyo-network/sentinel-memory": "^3.17.1",
|
|
68
|
+
"@xyo-network/wallet": "^3.17.1",
|
|
69
|
+
"@xyo-network/xl1-rpc": "^1.5.0",
|
|
70
70
|
"compression": "^1.8.0",
|
|
71
71
|
"cors": "^2.8.5",
|
|
72
72
|
"express": "^5.1.0",
|
|
@@ -76,17 +76,17 @@
|
|
|
76
76
|
"@types/compression": "^1.8.0",
|
|
77
77
|
"@types/cors": "^2.8.18",
|
|
78
78
|
"@types/express": "5.0.2",
|
|
79
|
-
"@types/node": "^22.15.
|
|
80
|
-
"@xylabs/object": "^4.
|
|
79
|
+
"@types/node": "^22.15.24",
|
|
80
|
+
"@xylabs/object": "^4.11.3",
|
|
81
81
|
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
|
82
82
|
"@xylabs/tsconfig": "^6.5.7",
|
|
83
|
-
"@xyo-network/account": "^3.17.
|
|
84
|
-
"@xyo-network/account-model": "^3.17.
|
|
85
|
-
"@xyo-network/archivist-abstract": "^3.17.
|
|
86
|
-
"@xyo-network/boundwitness-builder": "^3.17.
|
|
87
|
-
"@xyo-network/node-core-model": "^3.7.
|
|
83
|
+
"@xyo-network/account": "^3.17.1",
|
|
84
|
+
"@xyo-network/account-model": "^3.17.1",
|
|
85
|
+
"@xyo-network/archivist-abstract": "^3.17.1",
|
|
86
|
+
"@xyo-network/boundwitness-builder": "^3.17.1",
|
|
87
|
+
"@xyo-network/node-core-model": "^3.7.4",
|
|
88
88
|
"dotenv": "^16.5.0",
|
|
89
|
-
"knip": "^5.
|
|
89
|
+
"knip": "^5.59.1",
|
|
90
90
|
"nodemon": "^3.1.10",
|
|
91
91
|
"typescript": "^5.8.3",
|
|
92
92
|
"vitest": "^3.1.4",
|