declapract-typescript-ehmpathy 0.47.16 → 0.47.17

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.
@@ -12,6 +12,10 @@ concurrency:
12
12
  group: ${{ github.workflow }}-${{ github.ref }} # per [workflow] x [branch, tag]
13
13
  cancel-in-progress: true # cancel workflows for non-latest commits
14
14
 
15
+ permissions:
16
+ id-token: write # required for oidc
17
+ contents: read
18
+
15
19
  jobs:
16
20
  suite:
17
21
  uses: ./.github/workflows/.test.yml
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.47.16",
5
+ "version": "0.47.17",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",