@lm_fe/core 0.1.201 → 0.1.206

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 (3) hide show
  1. package/README.md +31 -0
  2. package/dist/index.js +1 -1
  3. package/package.json +12 -12
package/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # yargs-parser @0@
2
+
3
+
4
+
5
+ The mighty option parser used by.
6
+
7
+
8
+
9
+
10
+ ## Example
11
+
12
+ ```sh
13
+ npm i yargs-parser --save
14
+ ```
15
+
16
+
17
+ **Node.js:**
18
+
19
+ ```js
20
+ import parser from 'yargs-parser'
21
+
22
+ const argv = parser('--foo=99 --bar=9987930', {
23
+ string: ['bar']
24
+ })
25
+ console.log(argv)
26
+ ```
27
+
28
+
29
+ ## License
30
+
31
+ ISC
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ function styleInject(css, ref) {
40
40
  style.appendChild(document.createTextNode(css));
41
41
  }
42
42
  }
43
- var css_248z = ".ReloadButton-module_wrap__zHGF0 {\n cursor: pointer;\n position: fixed;\n top: -20px;\n right: 50%;\n z-index: 9999;\n opacity: 0.8;\n transition: all 0.2s;\n transform: translateX(50%);\n}\n.ReloadButton-module_wrap__zHGF0:hover {\n top: 0;\n opacity: 1;\n padding: 0;\n margin: 0;\n}\n.ReloadButton-module_tools__wDqiC {\n border: 2px solid #fff;\n border-top: none;\n border-bottom-left-radius: 6px;\n border-bottom-right-radius: 6px;\n background-color: #0e318d;\n overflow: hidden;\n}\n.ReloadButton-module_pull__YbHMc {\n margin-top: -6px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.ReloadButton-module_pull-icon__ir6lr {\n border: 2px solid #fff;\n border-top: none;\n background-color: #0e318d;\n height: 12px;\n line-height: 12px;\n text-align: center;\n width: 36px;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n overflow: hidden;\n}\n";
43
+ var css_248z = ".ReloadButton-module_wrap__zHGF0 {\n cursor: pointer;\n position: fixed;\n top: -20px;\n right: 50%;\n z-index: 9999;\n opacity: 0.8;\n transition: all 0.2s;\n transform: translateX(50%);\n}\n.ReloadButton-module_wrap__zHGF0:hover {\n top: 0;\n opacity: 1;\n padding: 0;\n margin: 0;\n}\n.ReloadButton-module_tools__wDqiC {\n border: 2px solid #eee;\n border-top: none;\n border-bottom-left-radius: 6px;\n border-bottom-right-radius: 6px;\n background-color: #0e318d;\n overflow: hidden;\n}\n.ReloadButton-module_pull__YbHMc {\n margin-top: -6px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.ReloadButton-module_pull-icon__ir6lr {\n border: 2px solid #fff;\n border-top: none;\n background-color: #0e318d;\n height: 12px;\n line-height: 12px;\n text-align: center;\n width: 36px;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n overflow: hidden;\n}\n";
44
44
  var styles = {
45
45
  "wrap": "ReloadButton-module_wrap__zHGF0",
46
46
  "tools": "ReloadButton-module_tools__wDqiC",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/core",
3
- "version": "0.1.201",
3
+ "version": "0.1.206",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -28,16 +28,16 @@
28
28
  "rollup": "^2.70.2"
29
29
  },
30
30
  "dependencies": {
31
- "@lm_fe/components": "^0.1.201",
32
- "@lm_fe/components_m": "^0.1.201",
33
- "@lm_fe/env": "^0.1.201",
34
- "@lm_fe/pages": "^0.1.201",
35
- "@lm_fe/pages-fubao": "^0.1.201",
36
- "@lm_fe/pages-mchc": "^0.1.201",
37
- "@lm_fe/scripts": "0.1.102",
38
- "@lm_fe/service": "^0.1.201",
39
- "@lm_fe/static": "*",
40
- "@lm_fe/utils": "^0.1.201"
31
+ "@lm_fe/components": "^0.1.206",
32
+ "@lm_fe/components_m": "^0.1.206",
33
+ "@lm_fe/env": "^0.1.206",
34
+ "@lm_fe/pages": "^0.1.206",
35
+ "@lm_fe/pages-fubao": "^0.1.206",
36
+ "@lm_fe/pages-mchc": "^0.1.206",
37
+ "@lm_fe/scripts": "0.1.201",
38
+ "@lm_fe/service": "^0.1.206",
39
+ "@lm_fe/static": "0.1.201",
40
+ "@lm_fe/utils": "^0.1.206"
41
41
  },
42
- "gitHead": "ec1dcf6e3b2d06782779a21f536300bb2536ea6b"
42
+ "gitHead": "36b944bef26adebcfaa512d6aec57446507c6ec4"
43
43
  }