functionalscript 0.0.533 → 0.0.535

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.
Files changed (2) hide show
  1. package/fjson/README.md +1 -1
  2. package/package.json +3 -3
package/fjson/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  ## Next steps
11
11
 
12
12
  - [ ] rename `fjson` to `djs` (data javascript), File extensions: `.d.cjs`, `.d.mjs`, `.d.js`.
13
- - [ ] use JS tokenizer
13
+ - [x] use JS tokenizer
14
14
  - [x] identifiers `{a:5}`
15
15
  - [x] big int
16
16
  - [ ] `module.exports = ...`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.533",
3
+ "version": "0.0.535",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "homepage": "https://github.com/functionalscript/functionalscript#readme",
32
32
  "devDependencies": {
33
- "@types/node": "^20.1.0",
34
- "typescript": "^5.0.2"
33
+ "@types/node": "^20.5.1",
34
+ "typescript": "^5.1.6"
35
35
  }
36
36
  }