functionalscript 0.0.576 → 0.0.578

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.
@@ -11,6 +11,7 @@ jobs:
11
11
  publish-npm:
12
12
  runs-on: ubuntu-latest
13
13
  permissions:
14
+ contents: read
14
15
  id-token: write # This is required for requesting the JWT
15
16
  steps:
16
17
  - uses: actions/checkout@v2
@@ -29,7 +30,7 @@ jobs:
29
30
  - run: npm publish
30
31
  env:
31
32
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
32
- - run: deno publish
33
+ - run: deno publish --allow-dirty
33
34
 
34
35
 
35
36
 
package/jsr.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@functionalscript/functionalscript",
3
- "version": "0.0.576",
3
+ "version": "0.0.578",
4
4
  "exports": "./index.f.cjs"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.576",
3
+ "version": "0.0.578",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.f.cjs",
6
6
  "scripts": {