Skip to content

Commit 791d35e

Browse files
ci: fix publish provenance issue
1 parent f92ac3c commit 791d35e

File tree

6 files changed

+21
-1
lines changed

6 files changed

+21
-1
lines changed

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kevinmichaelchen/cel-typescript-core",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"type": "module",
55
"description": "TypeScript bindings for the Common Expression Language (CEL) using cel-rust",
66
"repository": {

libs/darwin-arm64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"main": "cel-typescript.darwin-arm64.node",
77
"files": ["cel-typescript.darwin-arm64.node"],
88
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/kevinmichaelchen/cel-typescript.git"
12+
},
913
"engines": {
1014
"node": ">=18.0.0"
1115
}

libs/darwin-x64/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"main": "cel-typescript.darwin-x64.node",
77
"files": ["cel-typescript.darwin-x64.node"],
88
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/kevinmichaelchen/cel-typescript.git"
12+
},
913
"engines": {
1014
"node": ">=18.0.0"
1115
}

libs/linux-arm64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"main": "cel-typescript.linux-arm64-gnu.node",
77
"files": ["cel-typescript.linux-arm64-gnu.node"],
88
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/kevinmichaelchen/cel-typescript.git"
12+
},
913
"engines": {
1014
"node": ">=18.0.0"
1115
}

libs/linux-x64-gnu/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"main": "cel-typescript.linux-x64-gnu.node",
77
"files": ["cel-typescript.linux-x64-gnu.node"],
88
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/kevinmichaelchen/cel-typescript.git"
12+
},
913
"engines": {
1014
"node": ">=18.0.0"
1115
}

libs/win32-x64-msvc/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"main": "cel-typescript.win32-x64-msvc.node",
77
"files": ["cel-typescript.win32-x64-msvc.node"],
88
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/kevinmichaelchen/cel-typescript.git"
12+
},
913
"engines": {
1014
"node": ">=18.0.0"
1115
}

0 commit comments

Comments
 (0)