env-secrets 0.3.1 → 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,8 @@ jobs:
21
21
  runs-on: ubuntu-latest
22
22
  permissions:
23
23
  id-token: write # Required for OIDC authentication
24
- contents: read # Allows checking out the repository
24
+ contents: write
25
+ packages: read
25
26
 
26
27
  steps:
27
28
  - name: Clone Repository
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "env-secrets",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "get secrets from a secrets vault and inject them into the running environment",
5
5
  "main": "index.js",
6
6
  "author": "Mark C Allen (@markcallen)",
@@ -42,7 +42,7 @@
42
42
  "prettier": "^2.8.8",
43
43
  "release-it": "^15.11.0",
44
44
  "rimraf": "^3.0.2",
45
- "ts-jest": "^29.4.5",
45
+ "ts-jest": "^29.4.6",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^4.9.5"
48
48
  },