declapract-typescript-ehmpathy 0.25.7 → 0.25.8

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.
@@ -36,6 +36,6 @@ jobs:
36
36
  run: npm run build
37
37
 
38
38
  - name: publish
39
- run: npm publish
39
+ run: npm publish --provenance --access public
40
40
  env:
41
41
  NODE_AUTH_TOKEN: ${{ secrets.npm-auth-token }}
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.25.7",
5
+ "version": "0.25.8",
6
6
  "main": "src/index.js",
7
7
  "repository": "ehmpathy/declapract-typescript-ehmpathy",
8
8
  "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",