Skip to content

Commit b7c909f

Browse files
committed
fix: add repository field to package.json for npm provenance validation
1 parent 0bb068f commit b7c909f

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

packages/client/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"dist",
1616
"!dist/**/*.js.map"
1717
],
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/btwld/nest-mcp",
21+
"directory": "packages/client"
22+
},
1823
"publishConfig": {
1924
"access": "public"
2025
},

packages/common/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"dist",
1616
"!dist/**/*.js.map"
1717
],
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/btwld/nest-mcp",
21+
"directory": "packages/common"
22+
},
1823
"publishConfig": {
1924
"access": "public"
2025
},

packages/gateway/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"dist",
1616
"!dist/**/*.js.map"
1717
],
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/btwld/nest-mcp",
21+
"directory": "packages/gateway"
22+
},
1823
"publishConfig": {
1924
"access": "public"
2025
},

packages/server/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"dist",
2020
"!dist/**/*.js.map"
2121
],
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/btwld/nest-mcp",
25+
"directory": "packages/server"
26+
},
2227
"publishConfig": {
2328
"access": "public"
2429
},

0 commit comments

Comments
 (0)