Skip to content

Commit

Permalink
feat: bumps + generate provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirke committed Jun 7, 2023
1 parent d478b07 commit 2c2793e
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 68 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
id-token: write

jobs:
testing:
runs-on: ubuntu-latest
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,22 @@
"release": "zx tools/scripts/patch-package-publish-config.mjs && pnpm exec changeset publish"
},
"dependencies": {
"ioredis": "^5.3.1",
"mongodb": "^5.1.0"
"ioredis": "^5.3.2",
"mongodb": "^5.6.0"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.2.2",
"@nx/js": "16.2.2",
"@nx/linter": "16.2.2",
"@nx/workspace": "16.2.2",
"@svitejs/changesets-changelog-github-compact": "1.1.0",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.62",
"@swc/jest": "0.2.26",
"@types/jest": "29.5.2",
"@types/node": "18.16.16",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"cache-manager": "5.2.2",
Expand All @@ -27,16 +32,11 @@
"eslint-plugin-import": "2.27.5",
"jest": "29.5.0",
"nx": "16.2.2",
"nx-cloud": "16.0.5",
"prettier": "2.8.8",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"typescript": "5.1.3",
"zx": "7.2.2",
"nx-cloud": "16.0.5",
"@nx/workspace": "16.2.2",
"@nx/linter": "16.2.2",
"@nx/js": "16.2.2",
"@nx/eslint-plugin": "16.2.2",
"@nx/jest": "16.2.2"
"zx": "7.2.2"
}
}
3 changes: 2 additions & 1 deletion packages/node-cache-manager-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"node": ">=14.20"
},
"publishConfig": {
"directory": "../../dist/packages/node-cache-manager-ioredis"
"directory": "../../dist/packages/node-cache-manager-ioredis",
"provenance": true
},
"dependencies": {
"ioredis": "^5.2.2"
Expand Down
3 changes: 2 additions & 1 deletion packages/node-cache-manager-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"node": ">=14.20"
},
"publishConfig": {
"directory": "../../dist/packages/node-cache-manager-mongodb"
"directory": "../../dist/packages/node-cache-manager-mongodb",
"provenance": true
},
"dependencies": {
"mongodb": "^5.0.0"
Expand Down
Loading

0 comments on commit 2c2793e

Please sign in to comment.