Skip to content

Commit

Permalink
update to support npm provenance attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
KingOfTac authored Sep 6, 2024
1 parent 1befc91 commit 9312d92
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

name: release npm packages

permissions:
id-token: write

on:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions packages/adaptive-ui-designer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.3.1",
"description": "Core infrastructure for the Adaptive UI Designer",
"main": "dist/esm/index.js",
"publishConfig": {
"provenance": true
},
"exports": {
".": {
"types": "./dist/dts/index.d.ts",
Expand Down
3 changes: 3 additions & 0 deletions packages/adaptive-ui-designer-figma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.4.1",
"description": "Figma integration for Adaptive Web.",
"main": "./dist/lib/index.js",
"publishConfig": {
"provenance": true
},
"bin": {
"aui-figma-compiler": "./bin/aui-figma-compiler.js"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/adaptive-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"type": "module",
"sideEffects": false,
"license": "MIT",
"publishConfig": {
"provenance": true
},
"author": {
"name": "Adaptive Web Community",
"url": "https://github.com/adaptive-web-community"
Expand Down
3 changes: 3 additions & 0 deletions packages/adaptive-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"url": "https://github.com/adaptive-web-community/adaptive-web-components.git",
"directory": "packages/adaptive-web-components"
},
"publishConfig": {
"provenance": true
},
"main": "dist/adaptive-web-components.cjs",
"module": "dist/esm/index.js",
"types": "dist/dts/index.d.ts",
Expand Down

0 comments on commit 9312d92

Please sign in to comment.