Skip to content

Commit 8a1bbe9

Browse files
authored
chore: Add publish config (#27)
1 parent 3914106 commit 8a1bbe9

File tree

12 files changed

+46
-0
lines changed

12 files changed

+46
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1212
jobs:
1313
publish:
1414
name: Publish
15+
permissions:
16+
id-token: write
1517
runs-on: ubuntu-latest
1618
if: |
1719
contains(github.event.head_commit.message, 'meta(changelog)')

packages/browser/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
},
2727
"devDependencies": {
2828
"@debugids/common": "0.1.0"
29+
},
30+
"publishConfig": {
31+
"access": "public",
32+
"provenance": true
2933
}
3034
}

packages/cli/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@
1717
},
1818
"dependencies": {
1919
"@debugids/common": "0.1.0"
20+
},
21+
"publishConfig": {
22+
"access": "public",
23+
"provenance": true
2024
}
2125
}

packages/common/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,9 @@
2121
},
2222
"scripts": {
2323
"build": "rollup --config rollup.config.mjs"
24+
},
25+
"publishConfig": {
26+
"access": "public",
27+
"provenance": true
2428
}
2529
}

packages/esbuild/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@debugids/common": "0.1.0"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"provenance": true
2832
}
2933
}

packages/node/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@debugids/common": "0.1.0"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"provenance": true
2832
}
2933
}

packages/parcel/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,9 @@
2929
"dependencies": {
3030
"@parcel/plugin": "^2.0.0",
3131
"@debugids/common": "0.1.0"
32+
},
33+
"publishConfig": {
34+
"access": "public",
35+
"provenance": true
3236
}
3337
}

packages/rolldown/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@debugids/rollup": "0.1.0"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"provenance": true
2832
}
2933
}

packages/rollup/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@debugids/common": "0.1.0"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"provenance": true
2832
}
2933
}

packages/rspack/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@debugids/webpack": "0.1.0"
28+
},
29+
"publishConfig": {
30+
"access": "public",
31+
"provenance": true
2832
}
2933
}

0 commit comments

Comments
 (0)