|
5 | 5 | "description": "XYO Layer One Protocol Sample Code [Node]", |
6 | 6 | "homepage": "https://xyo.network", |
7 | 7 | "bugs": { |
8 | | - "url": "git+https://github.com/XYOracleNetwork/xl1-samples-nodejs/issues", |
| 8 | + "url": "git+https://github.com/XYOracleNetwork/xl1-issues/issues", |
9 | 9 | "email": "support@xylabs.com" |
10 | 10 | }, |
11 | 11 | "repository": { |
|
20 | 20 | "compile": "tsc", |
21 | 21 | "lint": "eslint", |
22 | 22 | "check-node-version": "node ./scripts/check-node-version.mjs", |
23 | | - "readme:gen": "node scripts/readme-gen.mjs", |
| 23 | + "readme:gen": "node ./scripts/readme-gen.mjs", |
24 | 24 | "start": "node ./scripts/check-node-version.mjs && tsx ./src/helloWorldRunner.ts", |
25 | | - "start-sample": "node ./scripts/check-node-version.mjs && tsx ./src/index.ts" |
| 25 | + "start-sample": "node ./scripts/check-node-version.mjs && tsx ./src/index.ts", |
| 26 | + "updo": "npx npm-check -u" |
26 | 27 | }, |
27 | 28 | "dependencies": { |
28 | | - "@xylabs/assert": "~5.0.0", |
29 | | - "@xylabs/delay": "~5.0.0", |
30 | | - "@xylabs/typeof": "~5.0.0", |
| 29 | + "@xylabs/assert": "~5.0.3", |
| 30 | + "@xylabs/delay": "~5.0.3", |
| 31 | + "@xylabs/typeof": "~5.0.3", |
31 | 32 | "@xyo-network/payload-builder": "~5.0.0", |
32 | 33 | "@xyo-network/wallet": "~5.0.0", |
33 | | - "@xyo-network/xl1-protocol": "~1.8.0", |
34 | | - "@xyo-network/xl1-protocol-sdk": "~1.9.0", |
35 | | - "@xyo-network/xl1-rpc": "~1.9.0", |
| 34 | + "@xyo-network/xl1-protocol": "~1.9.3", |
| 35 | + "@xyo-network/xl1-protocol-sdk": "~1.10.0", |
| 36 | + "@xyo-network/xl1-rpc": "~1.10.0", |
36 | 37 | "dotenv": "~17.2.1" |
37 | 38 | }, |
38 | 39 | "devDependencies": { |
39 | | - "@types/node": "~24.1.0", |
40 | | - "@xylabs/eslint-config-flat": "~7.0.2", |
| 40 | + "@types/node": "~24.2.0", |
| 41 | + "@xylabs/eslint-config-flat": "~7.1.0", |
41 | 42 | "@xyo-network/payload-model": "~5.0.0", |
42 | | - "@xyo-network/xl1-cli": "~1.9.0", |
| 43 | + "@xyo-network/xl1-cli": "~1.10.0", |
43 | 44 | "eslint": "~9.32.0", |
44 | 45 | "eslint-import-resolver-typescript": "~4.4.4", |
| 46 | + "npm-check": "~6.0.1", |
45 | 47 | "tsx": "~4.20.3", |
46 | | - "typedoc": "~0.28.8", |
| 48 | + "typedoc": "0.28.9", |
47 | 49 | "typedoc-plugin-markdown": "~4.8.0", |
48 | 50 | "typescript": "~5.8.3" |
49 | 51 | }, |
|
0 commit comments