@transifex/native 3.2.2 → 4.0.0
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 +1 -1
- package/dist/browser.native.js +2 -8
- package/dist/browser.native.js.LICENSE.txt +6 -0
- package/dist/browser.native.js.map +1 -1
- package/dist/node.native.js +2 -8
- package/dist/node.native.js.LICENSE.txt +20 -0
- package/dist/node.native.js.map +1 -1
- package/package.json +13 -14
- package/webpack.browser.js +0 -16
- package/webpack.node.js +1 -18
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ A general purpose Javascript library for localizing web apps using [Transifex Na
|
|
|
22
22
|
|
|
23
23
|
Requires a Transifex Native Project Token.
|
|
24
24
|
|
|
25
|
-
Supported Node.js versions >= `
|
|
25
|
+
Supported Node.js versions >= `14.x.x`
|
|
26
26
|
|
|
27
27
|
Related packages:
|
|
28
28
|
* [@transifex/react](https://www.npmjs.com/package/@transifex/react)
|