Skip to content

Commit e6bf864

Browse files
committed
feat: add provenance to packages
1 parent f9477aa commit e6bf864

22 files changed

Lines changed: 90 additions & 2 deletions

File tree

.changeset/eleven-buttons-wash.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
'@astrojs/cloudflare': patch
3+
'@astrojs/partytown': patch
4+
'@astrojs/alpinejs': patch
5+
'@astrojs/prefetch': patch
6+
'@astrojs/tailwind': patch
7+
'@astrojs/markdoc': patch
8+
'@astrojs/sitemap': patch
9+
'@astrojs/underscore-redirects': patch
10+
'@astrojs/preact': patch
11+
'@astrojs/svelte': patch
12+
'@astrojs/vercel': patch
13+
'@astrojs/react': patch
14+
'@astrojs/solid-js': patch
15+
'@astrojs/node': patch
16+
'@astrojs/lit': patch
17+
'@astrojs/mdx': patch
18+
'@astrojs/vue': patch
19+
'@astrojs/internal-helpers': patch
20+
'@astrojs/markdown-remark': patch
21+
'@astrojs/telemetry': patch
22+
'astro': patch
23+
---
24+
25+
Add provenance statement when publishing the library from CI

packages/astro/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,8 @@
226226
"engines": {
227227
"node": ">=18.14.1",
228228
"npm": ">=6.14.0"
229+
},
230+
"publishConfig": {
231+
"provenance": true
229232
}
230233
}

packages/integrations/alpinejs/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
"devDependencies": {
4040
"astro": "workspace:*",
4141
"astro-scripts": "workspace:*"
42+
},
43+
"publishConfig": {
44+
"provenance": true
4245
}
4346
}

packages/integrations/cloudflare/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,8 @@
5858
"cheerio": "1.0.0-rc.12",
5959
"mocha": "^10.2.0",
6060
"wrangler": "^3.5.1"
61+
},
62+
"publishConfig": {
63+
"provenance": true
6164
}
6265
}

packages/integrations/lit/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@
5959
"peerDependencies": {
6060
"@webcomponents/template-shadowroot": "^0.2.1",
6161
"lit": "^2.7.0"
62+
},
63+
"publishConfig": {
64+
"provenance": true
6265
}
6366
}

packages/integrations/markdoc/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,8 @@
9494
},
9595
"engines": {
9696
"node": ">=18.14.1"
97+
},
98+
"publishConfig": {
99+
"provenance": true
97100
}
98101
}

packages/integrations/mdx/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,8 @@
7979
},
8080
"engines": {
8181
"node": ">=18.14.1"
82+
},
83+
"publishConfig": {
84+
"provenance": true
8285
}
8386
}

packages/integrations/node/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@
5151
"mocha": "^10.2.0",
5252
"node-mocks-http": "^1.13.0",
5353
"undici": "^5.23.0"
54+
},
55+
"publishConfig": {
56+
"provenance": true
5457
}
5558
}

packages/integrations/partytown/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
"devDependencies": {
3939
"astro": "workspace:*",
4040
"astro-scripts": "workspace:*"
41+
},
42+
"publishConfig": {
43+
"provenance": true
4144
}
4245
}

packages/integrations/preact/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@
5252
},
5353
"engines": {
5454
"node": ">=18.14.1"
55+
},
56+
"publishConfig": {
57+
"provenance": true
5558
}
5659
}

0 commit comments

Comments
 (0)