@modern-js/runtime 0.0.0-bundle-deps-2021101244657 → 0.0.0-runtime-2021112193858
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 +28 -10
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,36 @@
|
|
|
1
1
|
# @modern-js/runtime
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-runtime-2021112193858
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies [
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- @modern-js/
|
|
12
|
-
- @modern-js/plugin-
|
|
13
|
-
- @modern-js/
|
|
14
|
-
- @modern-js/
|
|
15
|
-
- @modern-js/
|
|
7
|
+
- 8698465e: fix: dependence version
|
|
8
|
+
- Updated dependencies [8698465e]
|
|
9
|
+
- Updated dependencies [e04914ce]
|
|
10
|
+
- Updated dependencies [e04914ce]
|
|
11
|
+
- @modern-js/core@0.0.0-runtime-2021112193858
|
|
12
|
+
- @modern-js/plugin-router@0.0.0-runtime-2021112193858
|
|
13
|
+
- @modern-js/plugin-ssr@0.0.0-runtime-2021112193858
|
|
14
|
+
- @modern-js/plugin-state@0.0.0-runtime-2021112193858
|
|
15
|
+
- @modern-js/runtime-core@0.0.0-runtime-2021112193858
|
|
16
|
+
- @modern-js/bff-runtime@0.0.0-runtime-2021112193858
|
|
17
|
+
- @modern-js/utils@0.0.0-runtime-2021112193858
|
|
18
|
+
|
|
19
|
+
## 1.1.1
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 0fa83663: support more .env files
|
|
24
|
+
- Updated dependencies [6f7fe574]
|
|
25
|
+
- Updated dependencies [0fa83663]
|
|
26
|
+
- Updated dependencies [f594fbc8]
|
|
27
|
+
- @modern-js/core@1.1.2
|
|
28
|
+
- @modern-js/plugin-state@1.1.2
|
|
29
|
+
- @modern-js/runtime-core@1.1.1
|
|
30
|
+
- @modern-js/bff-runtime@1.1.1
|
|
31
|
+
- @modern-js/utils@1.1.2
|
|
32
|
+
- @modern-js/plugin-router@1.1.1
|
|
33
|
+
- @modern-js/plugin-ssr@1.1.1
|
|
16
34
|
|
|
17
35
|
## 1.1.0
|
|
18
36
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-
|
|
14
|
+
"version": "0.0.0-runtime-2021112193858",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./type.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@babel/runtime": "^7",
|
|
85
85
|
"@loadable/component": "^5.15.0",
|
|
86
|
-
"@modern-js/bff-runtime": "0.0.0-
|
|
87
|
-
"@modern-js/plugin-router": "0.0.0-
|
|
88
|
-
"@modern-js/plugin-ssr": "0.0.0-
|
|
89
|
-
"@modern-js/plugin-state": "0.0.0-
|
|
90
|
-
"@modern-js/runtime-core": "0.0.0-
|
|
91
|
-
"@modern-js/utils": "0.0.0-
|
|
86
|
+
"@modern-js/bff-runtime": "^0.0.0-runtime-2021112193858",
|
|
87
|
+
"@modern-js/plugin-router": "^0.0.0-runtime-2021112193858",
|
|
88
|
+
"@modern-js/plugin-ssr": "^0.0.0-runtime-2021112193858",
|
|
89
|
+
"@modern-js/plugin-state": "^0.0.0-runtime-2021112193858",
|
|
90
|
+
"@modern-js/runtime-core": "^0.0.0-runtime-2021112193858",
|
|
91
|
+
"@modern-js/utils": "^0.0.0-runtime-2021112193858",
|
|
92
92
|
"@types/loadable__component": "^5.13.4",
|
|
93
93
|
"@types/react-helmet": "^6.1.2",
|
|
94
94
|
"@types/styled-components": "^5.1.13",
|
|
@@ -100,13 +100,13 @@
|
|
|
100
100
|
"@types/node": "^14",
|
|
101
101
|
"@types/react": "^17",
|
|
102
102
|
"@types/react-dom": "^17",
|
|
103
|
-
"typescript": "^4",
|
|
104
|
-
"@modern-js/core": "0.0.0-
|
|
105
|
-
"@modern-js/plugin-testing": "^0.0.0-
|
|
106
|
-
"@modern-js/module-tools": "^0.0.0-
|
|
103
|
+
"typescript": "^4.4.4",
|
|
104
|
+
"@modern-js/core": "^0.0.0-runtime-2021112193858",
|
|
105
|
+
"@modern-js/plugin-testing": "^0.0.0-runtime-2021112193858",
|
|
106
|
+
"@modern-js/module-tools": "^0.0.0-runtime-2021112193858"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
|
-
"@modern-js/core": "0.0.0-
|
|
109
|
+
"@modern-js/core": "^0.0.0-runtime-2021112193858"
|
|
110
110
|
},
|
|
111
111
|
"sideEffects": false,
|
|
112
112
|
"modernConfig": {},
|