declapract-typescript-ehmpathy 0.47.17 → 0.47.18

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.
@@ -9,6 +9,10 @@ concurrency:
9
9
  group: ${{ github.workflow }}-${{ github.ref }} # per [workflow] x [branch, tag]
10
10
  cancel-in-progress: true # cancel workflows for non-latest commits
11
11
 
12
+ permissions:
13
+ id-token: write # required for oidc
14
+ contents: read
15
+
12
16
  jobs:
13
17
  test:
14
18
  uses: ./.github/workflows/.test.yml
@@ -30,6 +30,10 @@ concurrency:
30
30
  group: ${{ github.workflow }}-${{ github.ref }} # per [workflow] x [branch, tag]
31
31
  cancel-in-progress: true # cancel workflows for non-latest commits
32
32
 
33
+ permissions:
34
+ id-token: write # required for oidc
35
+ contents: read
36
+
33
37
  jobs:
34
38
  test:
35
39
  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.17",
5
+ "version": "0.47.18",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
8
  "repository": "ehmpathy/declapract-typescript-ehmpathy",