functionalscript 0.0.527 → 0.0.528

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,3 +33,8 @@ FunctionalScript code can be used
33
33
  - in any JavaScript/TypeScript application,
34
34
  - as a JSON with expressions,
35
35
  - as a query language.
36
+
37
+ ## Sponsors
38
+
39
+ - [KirillOsenkov](https://github.com/KirillOsenkov)
40
+ - [antkmsft](https://github.com/antkmsft)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "functionalscript",
3
- "version": "0.0.527",
3
+ "version": "0.0.528",
4
4
  "description": "FunctionalScript is a functional subset of JavaScript",
5
5
  "main": "module.f.cjs",
6
6
  "scripts": {