Skip to content

Commit

Permalink
932: Add provenance flag to npm publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben van Leeuwen authored and DutchBen committed Nov 18, 2024
1 parent 59389ea commit 1b96d61
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"prettier": "^3.2.5"
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}
3 changes: 2 additions & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.4.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"description": "Contains the jest configuration used in the Workflow orchestrator frontend projects",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/orchestrator-ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"type": "git",
"url": "https://github.com/workfloworchestrator/orchestrator-ui-library.git"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"homepage": "https://www.workfloworchestrator.org",
"bugs": "https://github.com/workfloworchestrator/orchestrator-ui-library/issues",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const ORCHESTRATOR_UI_LIBRARY_VERSION = '2.9.1';
export const ORCHESTRATOR_UI_LIBRARY_VERSION = '2.10.1';
3 changes: 2 additions & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"version": "1.1.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}

0 comments on commit 1b96d61

Please sign in to comment.