Skip to content

Commit 6d6562a

Browse files
authored
Add missing repository field in package.json (#1520)
This is a requirement for trusted publishers: npm error 422 Unprocessable Entity - PUT https://registry.npmjs.org/@inrupt%2finternal-playwright-helpers - Error verifying sigstore provenance bundle: Failed to validate repository information: package.json: "repository.url" is "", expected to match "https://github.com/inrupt/typescript-sdk-tools" from provenance.
1 parent dfa04fe commit 6d6562a

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

packages/internal-playwright-helpers/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "This package provides page models for known common elements of the sdk testable UIs",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/inrupt/typescript-sdk-tools.git"
10+
},
711
"publishConfig": {
812
"access": "public"
913
},

packages/internal-playwright-testids/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Shared identifiers between browser-based tests and test app.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/inrupt/typescript-sdk-tools.git"
10+
},
711
"publishConfig": {
812
"access": "public"
913
},

packages/internal-test-env/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "This package provides various test environment utilities needed for jest when using the Inrupt SDKs",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/inrupt/typescript-sdk-tools.git"
10+
},
711
"publishConfig": {
812
"access": "public"
913
},

0 commit comments

Comments
 (0)