@zohodesk/react-cli 0.0.1-exp.159 → 0.0.1-exp.159.1

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 CHANGED
@@ -1,51 +1,35 @@
1
1
  # React CLI
2
2
 
3
3
  A CLI tool for build modern web application and libraries
4
-
5
- # 0.0.1-exp.159
6
-
7
- - isse fix:-
8
- - when rtl ltr css split enable manifest json css filename keys comes with hash .
9
-
10
4
  # 0.0.1-beta.158
11
-
12
- - Removing source map files from service worker caching.
13
-
5
+ - Removing source map files from service worker caching.
14
6
  # 0.0.1-beta.157
15
-
16
- - Experimental version issue fix(Dummy version removed)
17
-
7
+ - Experimental version issue fix(Dummy version removed)
18
8
  # 0.0.1-beta.156
19
-
20
- - ReportPublish issue fix
9
+ - ReportPublish issue fix
21
10
 
22
11
  # 0.0.1-beta.155
23
-
24
- - get impacted library source files option added
12
+ - get impacted library source files option added
25
13
 
26
14
  # 0.0.1-beta.154
27
-
28
- - mockPrefix option for mock url prefix change
29
- - Issue fix:-
30
- - un wanted {{--js-smap}} in inital html without enable smap in build
15
+ - mockPrefix option for mock url prefix change
16
+ - Issue fix:-
17
+ - un wanted {{--js-smap}} in inital html without enable smap in build
31
18
 
32
19
  # 0.0.1-beta.153
33
-
34
20
  - Vendor include array added
35
21
  - If you need to include any thrid party js in vendor we can use this array
36
22
 
37
23
  # 0.0.1-beta.152
38
-
39
24
  impact servise related changes:-
40
-
41
25
  - nowatchstart option added. will be used like `react-cli nowatchstart <...options>` this will be used for src file changes no need to reflect (or no need to rebulid on file changes)
42
26
  - cssselector_zip option added. will be used like `--cssselector-zip=selectormapping.zip`
43
27
  only work in two ways
44
28
  1. `react-cli start --disable-watch --cssselector-zip=selectormapping.zip` app start command with `--disable-watch` flag and your usaul options
45
29
  2. `react-cli nowatchstart --cssselector-zip=selectormapping.zip` app start command's usaul options
46
30
  #### Urls are:-
47
- Below express path are added, For download zip files and
48
- - `/zips/${zipname}.zip` for css selector maps zip file (contains css_map filies and original css files)
31
+ Below express path are added, For download zip files and
32
+ - `/zips/${zipname}.zip` for css selector maps zip file (contains css_map filies and original css files)
49
33
  - `/zips/build.zip` build zip file (contains bundled all files)
50
34
 
51
35
  # 0.0.1-beta.151
@@ -21,14 +21,6 @@ let filenameParser = filename => {
21
21
  } = _path.default.parse(hashedName);
22
22
 
23
23
  let nameparts = name.split('.');
24
-
25
- if (ext === '.css' && /^(rtl|ltr)$/.test(nameparts[nameparts.length - 1])) {
26
- return {
27
- name: nameparts.slice(0, nameparts.length - 2).join('.') + ext,
28
- hashedName
29
- };
30
- }
31
-
32
24
  return {
33
25
  name: nameparts.slice(0, nameparts.length - 1).join('.') + ext,
34
26
  hashedName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "0.0.1-exp.159",
3
+ "version": "0.0.1-exp.159.1",
4
4
  "description": "A CLI tool for build modern web application and libraries",
5
5
  "scripts": {
6
6
  "init": "node ./lib/utils/init.js",
@@ -35,7 +35,7 @@
35
35
  "@babel/preset-env": "7.11.0",
36
36
  "@babel/preset-react": "7.10.4",
37
37
  "@babel/runtime": "7.11.2",
38
- "@zohodesk/datetimejs": "1.0.0-beta.3",
38
+ "@zohodesk/datetimejs": "1.0.0-exp.6",
39
39
  "@zohodesk/eslint-plugin-react-performance": "1.0.3",
40
40
  "@zohodesk/eslint-plugin-zsecurity": "0.0.1-beta.4",
41
41
  "@zohodesk/normalizer": "1.0.0",
@@ -93,9 +93,9 @@
93
93
  "postcss-loader": "3.0.0",
94
94
  "postcss-selector-replace": "1.0.2",
95
95
  "prop-types": "15.7.2",
96
- "react": "^16.8.6",
96
+ "react": "16.13.1",
97
97
  "react-dev-utils": "10.2.1",
98
- "react-dom": "^16.8.6",
98
+ "react-dom": "16.13.1",
99
99
  "react-error-overlay": "6.0.7",
100
100
  "react-redux": "7.2.1",
101
101
  "react-router": "5.2.0",
@@ -141,4 +141,4 @@
141
141
  "@babel/react"
142
142
  ]
143
143
  }
144
- }
144
+ }