Skip to content

Commit

Permalink
fix(core): added provenance statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Dec 10, 2023
1 parent 036cc3f commit 04c2d87
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Expand Up @@ -278,6 +278,7 @@ jobs:
if: github.ref == 'refs/heads/main'
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
needs:
- test-linux-node-lts-active
Expand Down
3 changes: 2 additions & 1 deletion packages/assertions/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/console-reporter/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/cucumber/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/jasmine/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/local-server/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/mocha/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright-test/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/playwright/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/protractor/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/rest/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/serenity-bdd/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/web/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/webdriverio/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://serenity-js.org",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 04c2d87

Please sign in to comment.