Skip to content

Commit 0f3efbb

Browse files
geroplona-agent
andauthored
[npm] Add repository field to published packages (#21228)
Required for npm provenance publishing with OIDC. Co-authored-by: Ona <no-reply@ona.com>
1 parent a3ba966 commit 0f3efbb

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

components/gitpod-protocol/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@gitpod/gitpod-protocol",
33
"version": "0.1.5",
44
"license": "UNLICENSED",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gitpod-io/gitpod"
8+
},
59
"main": "./lib/index.js",
610
"types": "./lib/index.d.ts",
711
"files": [

components/ide-metrics-api/typescript-grpc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@gitpod/ide-metrics-api-grpc",
33
"version": "0.0.1",
44
"license": "UNLICENSED",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gitpod-io/gitpod"
8+
},
59
"scripts": {
610
"build": "sh build.sh"
711
},

components/ide-metrics-api/typescript-grpcweb/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@gitpod/ide-metrics-api-grpcweb",
33
"version": "0.0.1",
44
"license": "UNLICENSED",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gitpod-io/gitpod"
8+
},
59
"main": "lib/index.js",
610
"types": "lib/index.d.ts",
711
"scripts": {

components/local-app-api/typescript-grpcweb/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@gitpod/local-app-api-grpcweb",
33
"version": "0.1.5",
44
"license": "UNLICENSED",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gitpod-io/gitpod"
8+
},
59
"main": "lib/localapp.js",
610
"types": "lib/localapp.d.ts",
711
"scripts": {

components/public-api/typescript/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@gitpod/public-api",
33
"version": "0.1.5",
44
"license": "AGPL-3.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gitpod-io/gitpod"
8+
},
59
"main": "./lib/index.js",
610
"types": "./lib/index.d.ts",
711
"module": "./lib/esm/index.js",

components/supervisor-api/typescript-grpc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@gitpod/supervisor-api-grpc",
33
"version": "0.1.5",
44
"license": "UNLICENSED",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gitpod-io/gitpod"
8+
},
59
"scripts": {
610
"build": "sh build.sh"
711
},

components/supervisor-api/typescript-grpcweb/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@gitpod/supervisor-api-grpcweb",
33
"version": "0.1.5",
44
"license": "UNLICENSED",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/gitpod-io/gitpod"
8+
},
59
"scripts": {
610
"build": "sh build.sh"
711
},

0 commit comments

Comments
 (0)