@xyo-network/xl1-rpc 1.18.7 → 1.18.9

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 +3 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/xl1-rpc",
4
- "version": "1.18.7",
4
+ "version": "1.18.9",
5
5
  "description": "XYO Layer One API",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -50,8 +50,6 @@
50
50
  "scripts": {
51
51
  "build": "xy build-package",
52
52
  "build-tests": "tsc --noEmit --lib dom,esnext",
53
- "deploy": "echo Deploy not allowed!",
54
- "deploy3": "echo Deploy3 not allowed!",
55
53
  "start-esm": "node ./dist/node/index.mjs",
56
54
  "test": "vitest run",
57
55
  "test:ci": "vitest run",
@@ -65,8 +63,8 @@
65
63
  "@xyo-network/module-model": "~5.2.19",
66
64
  "@xyo-network/node-model": "~5.2.19",
67
65
  "@xyo-network/payload-model": "~5.2.19",
68
- "@xyo-network/xl1-protocol": "~1.18.7",
69
- "@xyo-network/xl1-protocol-sdk": "~1.18.7",
66
+ "@xyo-network/xl1-protocol": "~1.18.9",
67
+ "@xyo-network/xl1-protocol-sdk": "~1.18.9",
70
68
  "axios": "~1.13.2",
71
69
  "uuid": "~13.0.0",
72
70
  "zod": "~4.2.1"