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.
- package/README.md +5 -5
- 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 (
|
|
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
|
|