@modern-js/plugin-garfish 1.18.2 → 1.20.0
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
CHANGED
|
@@ -1,11 +1,26 @@
|
|
|
1
1
|
# @modern-js/plugin-garfish
|
|
2
2
|
|
|
3
|
-
## 1.
|
|
3
|
+
## 1.20.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [d5d570b]
|
|
8
|
+
- Updated dependencies [b57d5ff]
|
|
9
|
+
- Updated dependencies [4ddc185]
|
|
10
|
+
- Updated dependencies [715df7a]
|
|
11
|
+
- Updated dependencies [df8ee7e]
|
|
12
|
+
- Updated dependencies [8c05089]
|
|
13
|
+
- @modern-js/utils@1.20.0
|
|
14
|
+
- @modern-js/runtime@1.20.0
|
|
15
|
+
|
|
16
|
+
## 1.19.0
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- f3bdbde: fix: register microApps before loadApp
|
|
8
21
|
修复:修复手动控制子应用加载情况下未注册子应用问题
|
|
22
|
+
- @modern-js/runtime@1.19.0
|
|
23
|
+
- @modern-js/utils@1.19.0
|
|
9
24
|
|
|
10
25
|
## 1.18.1
|
|
11
26
|
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.
|
|
14
|
+
"version": "1.20.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/runtime/index.d.ts",
|
|
17
17
|
"typesVersions": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@babel/runtime": "^7.18.0",
|
|
53
|
-
"@modern-js/utils": "1.
|
|
53
|
+
"@modern-js/utils": "1.20.0",
|
|
54
54
|
"@types/debug": "^4.1.7",
|
|
55
55
|
"@types/react-loadable": "^5.5.6",
|
|
56
56
|
"debug": "^4.3.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"react-loadable": "^5.5.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@modern-js/runtime": "^1.
|
|
62
|
+
"@modern-js/runtime": "^1.20.0"
|
|
63
63
|
},
|
|
64
64
|
"peerDependenciesMeta": {
|
|
65
65
|
"@modern-js/runtime": {
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@modern-js/core": "1.
|
|
71
|
-
"@modern-js/runtime": "1.
|
|
72
|
-
"@modern-js/types": "1.
|
|
73
|
-
"@scripts/build": "1.
|
|
74
|
-
"@scripts/jest-config": "1.
|
|
70
|
+
"@modern-js/core": "1.20.0",
|
|
71
|
+
"@modern-js/runtime": "1.20.0",
|
|
72
|
+
"@modern-js/types": "1.20.0",
|
|
73
|
+
"@scripts/build": "1.20.0",
|
|
74
|
+
"@scripts/jest-config": "1.20.0",
|
|
75
75
|
"@testing-library/jest-dom": "^5.16.1",
|
|
76
76
|
"@testing-library/react": "^12.0.0",
|
|
77
77
|
"@testing-library/react-hooks": "^7.0.1",
|