Skip to content

Commit ba1f661

Browse files
committed
Set provenance to true for each package
1 parent a7aa49b commit ba1f661

File tree

7 files changed

+28
-0
lines changed

7 files changed

+28
-0
lines changed

packages/config/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"default": "./dist/index.mjs"
3333
}
3434
},
35+
"publishConfig": {
36+
"access": "public",
37+
"provenance": true
38+
},
3539
"scripts": {
3640
"check": "tsc --noEmit",
3741
"build": "tsdown",

packages/format-po/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"default": "./dist/formatter.mjs"
3131
}
3232
},
33+
"publishConfig": {
34+
"access": "public",
35+
"provenance": true
36+
},
3337
"scripts": {
3438
"check": "tsc --noEmit",
3539
"build": "tsdown",

packages/integration-carbon/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
"default": "./dist/index.mjs"
3131
}
3232
},
33+
"publishConfig": {
34+
"access": "public",
35+
"provenance": true
36+
},
3337
"scripts": {
3438
"check": "tsc --noEmit",
3539
"build": "tsdown",

packages/integration-react/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
"default": "./dist/server.mjs"
3939
}
4040
},
41+
"publishConfig": {
42+
"access": "public",
43+
"provenance": true
44+
},
4145
"scripts": {
4246
"check": "tsc --noEmit",
4347
"build": "tsdown",

packages/integration/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"default": "./dist/runtime.mjs"
3232
}
3333
},
34+
"publishConfig": {
35+
"access": "public",
36+
"provenance": true
37+
},
3438
"scripts": {
3539
"check": "tsc --noEmit",
3640
"build": "tsdown",

packages/plugin-babel/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
"default": "./dist/core/index.mjs"
3636
}
3737
},
38+
"publishConfig": {
39+
"access": "public",
40+
"provenance": true
41+
},
3842
"scripts": {
3943
"check": "tsc --noEmit",
4044
"test": "vitest",

packages/unplugin/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
"default": "./dist/*.mjs"
3636
}
3737
},
38+
"publishConfig": {
39+
"access": "public",
40+
"provenance": true
41+
},
3842
"scripts": {
3943
"check": "tsc --noEmit",
4044
"build": "tsdown",

0 commit comments

Comments
 (0)