functionalscript 0.0.561 → 0.0.562

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.
@@ -49,11 +49,15 @@ jobs:
49
49
 
50
50
  runs-on: ubuntu-latest
51
51
 
52
+ strategy:
53
+ matrix:
54
+ deno-version: [1.x, 2.x]
55
+
52
56
  steps:
53
57
  - uses: actions/checkout@v2
54
58
  - uses: denoland/setup-deno@v1
55
59
  with:
56
- deno-version: v1.x
60
+ deno-version: ${{ matrix.deno-version }}
57
61
  - run: deno run --quiet --allow-read --allow-env --allow-net --allow-hrtime ./dev/test.mjs
58
62
 
59
63
  bun:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.561",
3
+ "version": "0.0.562",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {