Skip to content

Commit 269d85a

Browse files
wrn14897claude
andcommitted
Add repository.url to packages missing it for npm provenance
npm provenance verification requires package.json repository.url to match the GitHub repo. Added it to browser, cli, otel-web, and otel-web-session-recorder packages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 458486b commit 269d85a

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

packages/browser/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"rollup-plugin-visualizer": "^5.9.0",
2121
"zone.js": "0.11.4"
2222
},
23+
"repository": {
24+
"type": "git",
25+
"url": "https://github.com/hyperdxio/hyperdx-js.git"
26+
},
2327
"files": [
2428
"build/*"
2529
],

packages/cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@hyperdx/cli",
33
"version": "0.1.0",
44
"description": "HyperDX command line tool",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/hyperdxio/hyperdx-js.git"
8+
},
59
"publishConfig": {
610
"access": "public"
711
},

packages/otel-web/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@
126126
"selenium-webdriver": "4.5.0"
127127
}
128128
},
129+
"repository": {
130+
"type": "git",
131+
"url": "https://github.com/hyperdxio/hyperdx-js.git"
132+
},
129133
"publishConfig": {
130134
"access": "public"
131135
}

packages/session-recorder/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"ts-jest": "^29.1.1",
6868
"ts-proto": "^1.165.0"
6969
},
70+
"repository": {
71+
"type": "git",
72+
"url": "https://github.com/hyperdxio/hyperdx-js.git"
73+
},
7074
"publishConfig": {
7175
"access": "public"
7276
}

0 commit comments

Comments
 (0)