functionalscript 0.0.247 → 0.0.251

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -19,7 +19,7 @@ A workaround for this problem is to use `let` for renaming objects.
19
19
  npm install -S github:functionalscript/functionalscript
20
20
  ```
21
21
 
22
- ## JSON
22
+ ## JSON
23
23
 
24
24
  ```js
25
25
  jsonFile = expression
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.247",
3
+ "version": "0.0.251",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -27,6 +27,6 @@
27
27
  "homepage": "https://github.com/functionalscript/functionalscript#readme",
28
28
  "devDependencies": {
29
29
  "@types/node": "^16.11.12",
30
- "typescript": "^4.5.2"
30
+ "typescript": "^4.5.3"
31
31
  }
32
32
  }