@module-federation/devtools 0.2.4 → 0.2.6

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/install-deps.bash CHANGED
@@ -1,7 +1,11 @@
1
+ if [ "$SKIP_DEVTOOLS_POSTINSTALL" = "true" ]; then
2
+ echo "Skipping devtools postinstall script."
3
+ exit 0
4
+ fi
5
+
1
6
  if [ "$GITHUB_ACTIONS" = "true" ]; then
2
7
  echo "Running in GitHub Actions environment."
3
8
  npx playwright install-deps && npx playwright install
4
- # 在这里放置你想要执行的命令
5
9
  else
6
10
  echo "Not running in GitHub Actions environment."
7
11
  # 在这里放置不在 GitHub Actions 环境时要执行的命令
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/devtools",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "files": [
5
5
  "dist/",
6
6
  "install-deps.bash",
@@ -38,13 +38,13 @@
38
38
  "react": "~18.2.0",
39
39
  "react-dom": "~18.2.0",
40
40
  "reactflow": "11.10.4",
41
- "@module-federation/sdk": "0.2.4"
41
+ "@module-federation/sdk": "0.2.6"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/dagre": "^0.7.52",
45
- "@modern-js-app/eslint-config": "2.46.1",
45
+ "@modern-js-app/eslint-config": "2.54.6",
46
46
  "@modern-js/app-tools": "2.46.1",
47
- "@modern-js/eslint-config": "2.54.2",
47
+ "@modern-js/eslint-config": "2.54.6",
48
48
  "@modern-js/tsconfig": "2.46.1",
49
49
  "@modern-js/module-tools": "2.46.1",
50
50
  "@modern-js/builder-webpack-provider": "2.46.1",
@@ -61,7 +61,7 @@
61
61
  "vitest": "1.2.2",
62
62
  "@modern-js/storybook": "2.46.1",
63
63
  "@storybook/addon-essentials": "^8",
64
- "@module-federation/runtime": "0.2.4"
64
+ "@module-federation/runtime": "0.2.6"
65
65
  },
66
66
  "scripts": {
67
67
  "build:storybook": "storybook build",