Skip to content

Commit 5f383f1

Browse files
committed
fix: add repository.url to native package manifests for npm provenance
npm --provenance requires repository.url to match the GitHub repo. Authored-By: Francisco August <support@faugust.com>
1 parent b2726fe commit 5f383f1

5 files changed

Lines changed: 20 additions & 0 deletions

File tree

npm/darwin-arm64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"files": [
1313
"aiyoucli-napi.darwin-arm64.node"
1414
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/faugustdev/aiyoucli.git"
18+
},
1519
"publishConfig": {
1620
"access": "public"
1721
},

npm/darwin-x64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"files": [
1313
"aiyoucli-napi.darwin-x64.node"
1414
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/faugustdev/aiyoucli.git"
18+
},
1519
"publishConfig": {
1620
"access": "public"
1721
},

npm/linux-arm64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"files": [
1313
"aiyoucli-napi.linux-arm64-gnu.node"
1414
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/faugustdev/aiyoucli.git"
18+
},
1519
"publishConfig": {
1620
"access": "public"
1721
},

npm/linux-x64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"files": [
1313
"aiyoucli-napi.linux-x64-gnu.node"
1414
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/faugustdev/aiyoucli.git"
18+
},
1519
"publishConfig": {
1620
"access": "public"
1721
},

npm/win32-x64-msvc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"files": [
1313
"aiyoucli-napi.win32-x64-msvc.node"
1414
],
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/faugustdev/aiyoucli.git"
18+
},
1519
"publishConfig": {
1620
"access": "public"
1721
},

0 commit comments

Comments
 (0)