functionalscript 0.0.440 → 0.0.442

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.
@@ -8,18 +8,7 @@ on:
8
8
  branches: [ main ]
9
9
 
10
10
  jobs:
11
- build:
12
- runs-on: ubuntu-latest
13
- steps:
14
- - uses: actions/checkout@v2
15
- - uses: actions/setup-node@v2
16
- with:
17
- node-version: 19
18
- - run: npm ci
19
- - run: npm test
20
-
21
11
  publish-npm:
22
- needs: build
23
12
  runs-on: ubuntu-latest
24
13
  steps:
25
14
  - uses: actions/checkout@v2
@@ -36,7 +25,6 @@ jobs:
36
25
  NODE_AUTH_TOKEN: ${{secrets.npm_token}}
37
26
 
38
27
  # publish-gpr:
39
- # needs: build
40
28
  # runs-on: ubuntu-latest
41
29
  # permissions:
42
30
  # contents: read
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.440",
3
+ "version": "0.0.442",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {