@tehw0lf/yaft 0.0.6 → 0.0.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.
@@ -12,14 +12,15 @@ jobs:
12
12
  uses: tehw0lf/workflows/.github/workflows/build-test-publish.yml@main
13
13
  permissions:
14
14
  actions: write
15
+ attestations: write
15
16
  contents: write
16
17
  packages: write
17
18
  id-token: write
19
+ security-events: write
18
20
  with:
19
21
  tool: "npm"
20
22
  test: "run test"
21
23
  build_branch: "run build"
22
24
  build_main: "run build"
23
- event_name: ${{ github.event_name }}
24
25
  artifact_path: "dist"
25
26
  library_path: "dist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tehw0lf/yaft",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "YaFT - Feature Toggles using Go&PostgreSQL or any source!",
5
5
  "type": "commonjs",
6
6
  "scripts": {