@xyo-network/chain-api 1.5.27 → 1.5.29

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/chain-api",
3
- "version": "1.5.27",
3
+ "version": "1.5.29",
4
4
  "description": "XYO Layer One API",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -43,52 +43,52 @@
43
43
  "@opentelemetry/instrumentation": "^0.202.0",
44
44
  "@opentelemetry/instrumentation-express": "^0.51.0",
45
45
  "@opentelemetry/instrumentation-http": "^0.202.0",
46
- "@xylabs/assert": "^4.11.14",
47
- "@xylabs/express": "^4.11.14",
48
- "@xylabs/hex": "^4.11.14",
49
- "@xyo-network/archivist-memory": "^3.18.4",
50
- "@xyo-network/archivist-mongodb": "^3.18.4",
51
- "@xyo-network/archivist-view": "^3.18.4",
52
- "@xyo-network/boundwitness-model": "^3.18.4",
53
- "@xyo-network/chain-modules": "^1.5.27",
54
- "@xyo-network/chain-rpc": "^1.5.27",
55
- "@xyo-network/chain-telemetry": "^1.5.27",
56
- "@xyo-network/manifest-model": "^3.18.4",
57
- "@xyo-network/manifest-wrapper": "^3.18.4",
58
- "@xyo-network/module-abstract": "^3.18.4",
59
- "@xyo-network/module-abstract-mongodb": "^3.18.4",
60
- "@xyo-network/module-factory-locator": "^3.18.4",
61
- "@xyo-network/module-model": "^3.18.4",
62
- "@xyo-network/node-core-lib": "^3.7.10",
63
- "@xyo-network/node-memory": "^3.18.4",
64
- "@xyo-network/node-model": "^3.18.4",
65
- "@xyo-network/payload-model": "^3.18.4",
66
- "@xyo-network/sentinel-memory": "^3.18.4",
67
- "@xyo-network/wallet": "^3.18.4",
68
- "@xyo-network/xl1-rpc": "^1.5.27",
46
+ "@xylabs/assert": "^4.11.16",
47
+ "@xylabs/express": "^4.11.16",
48
+ "@xylabs/hex": "^4.11.16",
49
+ "@xyo-network/archivist-memory": "^3.18.5",
50
+ "@xyo-network/archivist-mongodb": "^3.18.5",
51
+ "@xyo-network/archivist-view": "^3.18.5",
52
+ "@xyo-network/boundwitness-model": "^3.18.5",
53
+ "@xyo-network/chain-modules": "^1.5.29",
54
+ "@xyo-network/chain-rpc": "^1.5.29",
55
+ "@xyo-network/chain-telemetry": "^1.5.29",
56
+ "@xyo-network/manifest-model": "^3.18.5",
57
+ "@xyo-network/manifest-wrapper": "^3.18.5",
58
+ "@xyo-network/module-abstract": "^3.18.5",
59
+ "@xyo-network/module-abstract-mongodb": "^3.18.5",
60
+ "@xyo-network/module-factory-locator": "^3.18.5",
61
+ "@xyo-network/module-model": "^3.18.5",
62
+ "@xyo-network/node-core-lib": "^3.7.12",
63
+ "@xyo-network/node-memory": "^3.18.5",
64
+ "@xyo-network/node-model": "^3.18.5",
65
+ "@xyo-network/payload-model": "^3.18.5",
66
+ "@xyo-network/sentinel-memory": "^3.18.5",
67
+ "@xyo-network/wallet": "^3.18.5",
68
+ "@xyo-network/xl1-rpc": "^1.5.29",
69
69
  "compression": "^1.8.0",
70
70
  "cors": "^2.8.5",
71
71
  "express": "^5.1.0",
72
72
  "http-status-codes": "^2.3.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@types/compression": "^1.8.0",
76
- "@types/cors": "^2.8.18",
77
- "@types/express": "5.0.2",
75
+ "@types/compression": "^1.8.1",
76
+ "@types/cors": "^2.8.19",
77
+ "@types/express": "5.0.3",
78
78
  "@types/node": "^22.15.30",
79
- "@xylabs/object": "^4.11.14",
79
+ "@xylabs/object": "^4.11.16",
80
80
  "@xylabs/ts-scripts-yarn3": "^6.5.8",
81
81
  "@xylabs/tsconfig": "^6.5.8",
82
- "@xyo-network/account": "^3.18.4",
83
- "@xyo-network/account-model": "^3.18.4",
84
- "@xyo-network/archivist-abstract": "^3.18.4",
85
- "@xyo-network/boundwitness-builder": "^3.18.4",
86
- "@xyo-network/node-core-model": "^3.7.10",
82
+ "@xyo-network/account": "^3.18.5",
83
+ "@xyo-network/account-model": "^3.18.5",
84
+ "@xyo-network/archivist-abstract": "^3.18.5",
85
+ "@xyo-network/boundwitness-builder": "^3.18.5",
86
+ "@xyo-network/node-core-model": "^3.7.12",
87
87
  "dotenv": "^16.5.0",
88
88
  "knip": "^5.60.2",
89
89
  "nodemon": "^3.1.10",
90
90
  "typescript": "^5.8.3",
91
- "vitest": "^3.2.2",
91
+ "vitest": "^3.2.3",
92
92
  "vitest-mock-extended": "^3.1.0"
93
93
  },
94
94
  "engines": {