rubico 2.6.3 → 2.6.4

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 +1 -1
package/README.md CHANGED
@@ -251,7 +251,7 @@ For more information please see [CONTRIBUTING.md](/CONTRIBUTING.md)
251
251
  rubico is [MIT Licensed](https://github.com/a-synchronous/rubico/blob/master/LICENSE).
252
252
 
253
253
  # Support
254
- * minimum Node.js version: 12
254
+ * minimum Node.js version: 16
255
255
  * minimum Chrome version: 63
256
256
  * minimum Firefox version: 57
257
257
  * minimum Edge version: 79
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubico",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "[a]synchronous functional programming",
5
5
  "author": "Richard Tong",
6
6
  "license": "MIT",