Skip to content

Commit 17841de

Browse files
committed
updo and issues link fixed
1 parent 3b7caba commit 17841de

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

package.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "XYO Layer One Protocol Sample Code [Node]",
66
"homepage": "https://xyo.network",
77
"bugs": {
8-
"url": "git+https://github.com/XYOracleNetwork/xl1-samples-nodejs/issues",
8+
"url": "git+https://github.com/XYOracleNetwork/xl1-issues/issues",
99
"email": "support@xylabs.com"
1010
},
1111
"repository": {
@@ -20,30 +20,32 @@
2020
"compile": "tsc",
2121
"lint": "eslint",
2222
"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",
2424
"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"
2627
},
2728
"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",
3132
"@xyo-network/payload-builder": "~5.0.0",
3233
"@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",
3637
"dotenv": "~17.2.1"
3738
},
3839
"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",
4142
"@xyo-network/payload-model": "~5.0.0",
42-
"@xyo-network/xl1-cli": "~1.9.0",
43+
"@xyo-network/xl1-cli": "~1.10.0",
4344
"eslint": "~9.32.0",
4445
"eslint-import-resolver-typescript": "~4.4.4",
46+
"npm-check": "~6.0.1",
4547
"tsx": "~4.20.3",
46-
"typedoc": "~0.28.8",
48+
"typedoc": "0.28.9",
4749
"typedoc-plugin-markdown": "~4.8.0",
4850
"typescript": "~5.8.3"
4951
},

0 commit comments

Comments
 (0)