Skip to content

Commit

Permalink
Update workflows and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 28, 2023
1 parent c02f62b commit 7b2f081
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 100 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
contents: read
packages: write
statuses: write
id-token: write
strategy:
matrix:
registry:
Expand Down
182 changes: 86 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@types/mocha": "^10.0.3",
"@types/node": ">= 20.8.9",
"chai": "^4.3.10",
"eslint-formatter-gha": "^1.4.2",
"eslint-formatter-gha": "^1.4.3",
"knex": "^3.0.1",
"merge": "^2.1.1",
"mocha": "^10.2.0",
"mocha-multi": "^1.1.7",
"mocha-reporter-gha": "^1.1.0",
"mocha-reporter-sonarqube": "^2.0.4",
"mocha-reporter-gha": "^1.1.1",
"mocha-reporter-sonarqube": "^2.0.5",
"nyc": "^15.1.0",
"sqlite3": "^5.1.6",
"ts-node": "^10.9.1",
Expand Down Expand Up @@ -64,6 +64,7 @@
},
"homepage": "https://github.com/myrotvorets/opentelemetry-plugin-knex#readme",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}

0 comments on commit 7b2f081

Please sign in to comment.