Skip to content

Commit 3c7f1a1

Browse files
add bug url
1 parent e540a6f commit 3c7f1a1

File tree

6 files changed

+19
-1
lines changed

6 files changed

+19
-1
lines changed

packages/auto-consensus/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"name": "Autonomys",
1212
"url": "https://www.autonomys.xyz"
1313
},
14+
"bugs": {
15+
"url": "https://github.com/autonomys/auto-sdk/issues"
16+
},
1417
"scripts": {
1518
"build": "tsc",
1619
"clean": "rm -rf dist",

packages/auto-dag-data/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "1.0.12",
55
"license": "MIT",
66
"main": "dist/index.js",
7+
"type": "module",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/autonomys/auto-sdk"
@@ -12,7 +13,9 @@
1213
"name": "Autonomys",
1314
"url": "https://www.autonomys.xyz"
1415
},
15-
"type": "module",
16+
"bugs": {
17+
"url": "https://github.com/autonomys/auto-sdk/issues"
18+
},
1619
"scripts": {
1720
"build": "tsc",
1821
"pb": "yarn protons src/metadata/onchain/protobuf/OnchainMetadata.proto -o src/metadata/onchain/protobuf",

packages/auto-drive/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"name": "Autonomys",
1414
"url": "https://www.autonomys.xyz"
1515
},
16+
"bugs": {
17+
"url": "https://github.com/autonomys/auto-sdk/issues"
18+
},
1619
"engines": {
1720
"node": ">=20.8.0"
1821
},

packages/auto-id/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"name": "Autonomys",
1212
"url": "https://www.autonomys.xyz"
1313
},
14+
"bugs": {
15+
"url": "https://github.com/autonomys/auto-sdk/issues"
16+
},
1417
"scripts": {
1518
"build": "tsc",
1619
"clean": "rm -rf dist",

packages/auto-utils/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"name": "Autonomys",
1212
"url": "https://www.autonomys.xyz"
1313
},
14+
"bugs": {
15+
"url": "https://github.com/autonomys/auto-sdk/issues"
16+
},
1417
"scripts": {
1518
"build": "tsc",
1619
"clean": "rm -rf dist",

packages/auto-xdm/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"name": "Autonomys",
1212
"url": "https://www.autonomys.xyz"
1313
},
14+
"bugs": {
15+
"url": "https://github.com/autonomys/auto-sdk/issues"
16+
},
1417
"scripts": {
1518
"build": "tsc",
1619
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)