@zohodesk/i18n 1.0.0-beta.31 → 1.0.0-beta.32

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # i18n
2
2
 
3
+ # 1.0.0-beta.32
4
+
5
+ - Upgrading @zoho/SecurityJS package to 7.2.0
6
+
3
7
  # 1.0.0-beta.31
4
8
 
5
9
  - Syntax correction in Update Flow
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/i18n",
3
- "version": "1.0.0-beta.31",
3
+ "version": "1.0.0-beta.32",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -12,7 +12,7 @@
12
12
  "clean": "react-cli clean lib es coverage",
13
13
  "build": "react-cli build:component:cmjs",
14
14
  "build:es": "react-cli build:library:es",
15
- "build:dev": "npm run clean && npm run build --module:mode=dev -- -w",
15
+ "build:dev": "npm run clean && npm run build --module-mode=dev -- -w",
16
16
  "prepublish": "npm run init && npm run build && npm run build:es ",
17
17
  "prepare": "npm run init && npm run build && npm run build:es",
18
18
  "test": "react-cli test",
@@ -20,7 +20,7 @@
20
20
  "lint": "react-cli lint"
21
21
  },
22
22
  "dependencies": {
23
- "@zoho/SecurityJS": "6.4.2"
23
+ "@zoho/SecurityJS": "7.2.0"
24
24
  },
25
25
  "react-cli": {
26
26
  "docs": {