functionalscript 0.0.583 → 0.0.584

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
@@ -20,4 +20,5 @@ Currently, we regenerate [./index.f.cjs](./index.f.cjs) using `npm run index` du
20
20
 
21
21
  ## Switching to ESM
22
22
 
23
- Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser.
23
+ Currently, the biggest obstacle that prevents us from using ESM is that we can make bundles on ESM modules without FS parser.
24
+ The solution is to deploy ESM modules to HTTPS.
package/jsr.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@functionalscript/functionalscript",
3
- "version": "0.0.583",
3
+ "version": "0.0.584",
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.583",
3
+ "version": "0.0.584",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.f.cjs",
6
6
  "scripts": {