functionalscript 0.0.582 → 0.0.583

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.
package/issues/README.md CHANGED
@@ -17,4 +17,7 @@ Currently, we regenerate [./index.f.cjs](./index.f.cjs) using `npm run index` du
17
17
 
18
18
  `version` property should be
19
19
  - `version` calculated on a `main` branch.
20
-
20
+
21
+ ## Switching to ESM
22
+
23
+ Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser.
package/jsr.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@functionalscript/functionalscript",
3
- "version": "0.0.582",
3
+ "version": "0.0.583",
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.582",
3
+ "version": "0.0.583",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.f.cjs",
6
6
  "scripts": {