newt-client-js 1.2.2 → 1.2.3

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,11 +4,11 @@ JavaScript client for Newt. Works in Node.js and modern browsers.
4
4
 
5
5
  ## Supported browsers and Node.js versions
6
6
 
7
- - Chrome
8
- - Firefox
9
- - Edge
10
- - Safari
11
- - Node.js (LTS)
7
+ - Chrome (>= 90)
8
+ - Firefox (>= 90)
9
+ - Edge (>= 90)
10
+ - Safari (>= 13)
11
+ - Node.js (>= 14)
12
12
 
13
13
  Other browsers should also work, but Newt Client requires ES6 Promise.
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newt-client-js",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "JavaScript SDK for Newt's API",
5
5
  "main": "./dist/cjs/newtClient.js",
6
6
  "module": "./dist/esm/newtClient.js",