@modern-js/app-tools 0.0.0-runtime-2021112193858 → 0.0.0-runtime-20211121141552
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/CHANGELOG.md +13 -13
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @modern-js/app-tools
|
|
2
2
|
|
|
3
|
-
## 0.0.0-runtime-
|
|
3
|
+
## 0.0.0-runtime-20211121141552
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
- Updated dependencies [8698465e]
|
|
9
9
|
- Updated dependencies [e04914ce]
|
|
10
10
|
- Updated dependencies [e04914ce]
|
|
11
|
-
- @modern-js/core@0.0.0-runtime-
|
|
12
|
-
- @modern-js/i18n-cli-language-detector@0.0.0-runtime-
|
|
13
|
-
- @modern-js/plugin-analyze@0.0.0-runtime-
|
|
14
|
-
- @modern-js/plugin-fast-refresh@0.0.0-runtime-
|
|
15
|
-
- @modern-js/plugin-i18n@0.0.0-runtime-
|
|
16
|
-
- @modern-js/webpack@0.0.0-runtime-
|
|
17
|
-
- @modern-js/new-action@0.0.0-runtime-
|
|
18
|
-
- @modern-js/plugin-polyfill@0.0.0-runtime-
|
|
19
|
-
- @modern-js/server@0.0.0-runtime-
|
|
20
|
-
- @modern-js/plugin@0.0.0-runtime-
|
|
21
|
-
- @modern-js/utils@0.0.0-runtime-
|
|
22
|
-
- @modern-js/types@0.0.0-runtime-
|
|
11
|
+
- @modern-js/core@0.0.0-runtime-20211121141552
|
|
12
|
+
- @modern-js/i18n-cli-language-detector@0.0.0-runtime-20211121141552
|
|
13
|
+
- @modern-js/plugin-analyze@0.0.0-runtime-20211121141552
|
|
14
|
+
- @modern-js/plugin-fast-refresh@0.0.0-runtime-20211121141552
|
|
15
|
+
- @modern-js/plugin-i18n@0.0.0-runtime-20211121141552
|
|
16
|
+
- @modern-js/webpack@0.0.0-runtime-20211121141552
|
|
17
|
+
- @modern-js/new-action@0.0.0-runtime-20211121141552
|
|
18
|
+
- @modern-js/plugin-polyfill@0.0.0-runtime-20211121141552
|
|
19
|
+
- @modern-js/server@0.0.0-runtime-20211121141552
|
|
20
|
+
- @modern-js/plugin@0.0.0-runtime-20211121141552
|
|
21
|
+
- @modern-js/utils@0.0.0-runtime-20211121141552
|
|
22
|
+
- @modern-js/types@0.0.0-runtime-20211121141552
|
|
23
23
|
|
|
24
24
|
## 1.1.5
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-runtime-
|
|
14
|
+
"version": "0.0.0-runtime-20211121141552",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./lib/types.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -32,18 +32,18 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@babel/runtime": "^7",
|
|
35
|
-
"@modern-js/core": "^0.0.0-runtime-
|
|
36
|
-
"@modern-js/types": "^0.0.0-runtime-
|
|
37
|
-
"@modern-js/i18n-cli-language-detector": "^0.0.0-runtime-
|
|
38
|
-
"@modern-js/new-action": "^0.0.0-runtime-
|
|
39
|
-
"@modern-js/plugin": "^0.0.0-runtime-
|
|
40
|
-
"@modern-js/plugin-analyze": "^0.0.0-runtime-
|
|
41
|
-
"@modern-js/plugin-fast-refresh": "^0.0.0-runtime-
|
|
42
|
-
"@modern-js/plugin-i18n": "^0.0.0-runtime-
|
|
43
|
-
"@modern-js/plugin-polyfill": "^0.0.0-runtime-
|
|
44
|
-
"@modern-js/server": "^0.0.0-runtime-
|
|
45
|
-
"@modern-js/utils": "^0.0.0-runtime-
|
|
46
|
-
"@modern-js/webpack": "^0.0.0-runtime-
|
|
35
|
+
"@modern-js/core": "^0.0.0-runtime-20211121141552",
|
|
36
|
+
"@modern-js/types": "^0.0.0-runtime-20211121141552",
|
|
37
|
+
"@modern-js/i18n-cli-language-detector": "^0.0.0-runtime-20211121141552",
|
|
38
|
+
"@modern-js/new-action": "^0.0.0-runtime-20211121141552",
|
|
39
|
+
"@modern-js/plugin": "^0.0.0-runtime-20211121141552",
|
|
40
|
+
"@modern-js/plugin-analyze": "^0.0.0-runtime-20211121141552",
|
|
41
|
+
"@modern-js/plugin-fast-refresh": "^0.0.0-runtime-20211121141552",
|
|
42
|
+
"@modern-js/plugin-i18n": "^0.0.0-runtime-20211121141552",
|
|
43
|
+
"@modern-js/plugin-polyfill": "^0.0.0-runtime-20211121141552",
|
|
44
|
+
"@modern-js/server": "^0.0.0-runtime-20211121141552",
|
|
45
|
+
"@modern-js/utils": "^0.0.0-runtime-20211121141552",
|
|
46
|
+
"@modern-js/webpack": "^0.0.0-runtime-20211121141552",
|
|
47
47
|
"webpack": "^5.54.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"@types/react": "^17",
|
|
53
53
|
"@types/react-dom": "^17",
|
|
54
54
|
"typescript": "^4.4.4",
|
|
55
|
-
"@modern-js/plugin-testing": "^0.0.0-runtime-
|
|
56
|
-
"@modern-js/module-tools": "^0.0.0-runtime-
|
|
55
|
+
"@modern-js/plugin-testing": "^0.0.0-runtime-20211121141552",
|
|
56
|
+
"@modern-js/module-tools": "^0.0.0-runtime-20211121141552"
|
|
57
57
|
},
|
|
58
58
|
"sideEffects": false,
|
|
59
59
|
"modernConfig": {
|