functionalscript 0.0.585 → 0.0.586

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
@@ -28,3 +28,5 @@ Before publishing, we have to be sure that
28
28
 
29
29
  Currently, the biggest obstacle to using ESM is that we cannot make bundles on ESM modules without an FS parser.
30
30
  The solution is to deploy ESM modules to HTTPS.
31
+
32
+ ## Can we get rid of `jsr.json` and use only `package.json`?
package/jsr.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@functionalscript/functionalscript",
3
- "version": "0.0.585",
3
+ "version": "0.0.586",
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.585",
3
+ "version": "0.0.586",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.f.cjs",
6
6
  "scripts": {