@module-federation/devtools 0.8.1 → 0.8.2
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/package.json +4 -4
- package/dist/es/utils/chrome/fast-refresh-init.js +0 -5
- package/dist/es/utils/chrome/snapshot-plugin-init.js +0 -5
- package/dist/lib/utils/chrome/fast-refresh-init.js +0 -6
- package/dist/lib/utils/chrome/snapshot-plugin-init.js +0 -6
- package/dist/types/src/utils/chrome/fast-refresh-init.d.ts +0 -1
- package/dist/types/src/utils/chrome/snapshot-plugin-init.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@module-federation/devtools",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"react": "~18.3.1",
|
|
45
45
|
"react-dom": "~18.3.1",
|
|
46
46
|
"reactflow": "11.11.4",
|
|
47
|
-
"@module-federation/sdk": "0.8.
|
|
47
|
+
"@module-federation/sdk": "0.8.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@modern-js-app/eslint-config": "2.54.6",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@modern-js/module-tools": "2.60.6",
|
|
55
55
|
"@modern-js/storybook": "2.60.6",
|
|
56
56
|
"@modern-js/tsconfig": "2.60.6",
|
|
57
|
-
"@playwright/test": "1.
|
|
57
|
+
"@playwright/test": "1.49.1",
|
|
58
58
|
"@storybook/addon-essentials": "^8",
|
|
59
59
|
"@types/chrome": "^0.0.272",
|
|
60
60
|
"@types/dagre": "^0.7.52",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rimraf": "~3.0.2",
|
|
68
68
|
"typescript": "~5.0.4",
|
|
69
69
|
"vitest": "1.2.2",
|
|
70
|
-
"@module-federation/runtime": "0.8.
|
|
70
|
+
"@module-federation/runtime": "0.8.2"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"build:storybook": "storybook build",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var import_index = require("./index");
|
|
3
|
-
const fastRefreshMessageUrl = (0, import_index.getUrl)("fast-refresh.js");
|
|
4
|
-
const script = document.createElement("script");
|
|
5
|
-
script.src = fastRefreshMessageUrl;
|
|
6
|
-
document.getElementsByTagName("html")[0].appendChild(script);
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var import_index = require("./index");
|
|
3
|
-
const fastRefreshMessageUrl = (0, import_index.getUrl)("snapshot-plugin.js");
|
|
4
|
-
const script = document.createElement("script");
|
|
5
|
-
script.src = fastRefreshMessageUrl;
|
|
6
|
-
document.getElementsByTagName("html")[0].appendChild(script);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|