@module-federation/enhanced 0.8.7 → 0.8.8

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.
Files changed (2) hide show
  1. package/dist/package.json +11 -11
  2. package/package.json +22 -22
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/enhanced",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "main": "./dist/src/index.js",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "repository": {
@@ -35,28 +35,28 @@
35
35
  "exports": {
36
36
  ".": {
37
37
  "types": "./dist/src/index.d.ts",
38
- "require": "./dist/src/index.js",
39
- "import": "./dist/src/index.js"
38
+ "import": "./dist/src/index.js",
39
+ "require": "./dist/src/index.js"
40
40
  },
41
41
  "./webpack": {
42
42
  "types": "./dist/src/webpack.d.ts",
43
- "require": "./dist/src/webpack.js",
44
- "import": "./dist/src/webpack.js"
43
+ "import": "./dist/src/webpack.js",
44
+ "require": "./dist/src/webpack.js"
45
45
  },
46
46
  "./rspack": {
47
47
  "types": "./dist/src/rspack.d.ts",
48
- "require": "./dist/src/rspack.js",
49
- "import": "./dist/src/rspack.js"
48
+ "import": "./dist/src/rspack.js",
49
+ "require": "./dist/src/rspack.js"
50
50
  },
51
51
  "./runtime": {
52
52
  "types": "./dist/src/runtime.d.ts",
53
- "require": "./dist/src/runtime.js",
54
- "import": "./dist/src/runtime.js"
53
+ "import": "./dist/src/runtime.js",
54
+ "require": "./dist/src/runtime.js"
55
55
  },
56
56
  "./prefetch": {
57
57
  "types": "./dist/src/prefetch.d.ts",
58
- "require": "./dist/src/prefetch.js",
59
- "import": "./dist/src/prefetch.js"
58
+ "import": "./dist/src/prefetch.js",
59
+ "require": "./dist/src/prefetch.js"
60
60
  }
61
61
  },
62
62
  "typesVersions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/enhanced",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "main": "./dist/src/index.js",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "repository": {
@@ -35,28 +35,28 @@
35
35
  "exports": {
36
36
  ".": {
37
37
  "types": "./dist/src/index.d.ts",
38
- "require": "./dist/src/index.js",
39
- "import": "./dist/src/index.js"
38
+ "import": "./dist/src/index.js",
39
+ "require": "./dist/src/index.js"
40
40
  },
41
41
  "./webpack": {
42
42
  "types": "./dist/src/webpack.d.ts",
43
- "require": "./dist/src/webpack.js",
44
- "import": "./dist/src/webpack.js"
43
+ "import": "./dist/src/webpack.js",
44
+ "require": "./dist/src/webpack.js"
45
45
  },
46
46
  "./rspack": {
47
47
  "types": "./dist/src/rspack.d.ts",
48
- "require": "./dist/src/rspack.js",
49
- "import": "./dist/src/rspack.js"
48
+ "import": "./dist/src/rspack.js",
49
+ "require": "./dist/src/rspack.js"
50
50
  },
51
51
  "./runtime": {
52
52
  "types": "./dist/src/runtime.d.ts",
53
- "require": "./dist/src/runtime.js",
54
- "import": "./dist/src/runtime.js"
53
+ "import": "./dist/src/runtime.js",
54
+ "require": "./dist/src/runtime.js"
55
55
  },
56
56
  "./prefetch": {
57
57
  "types": "./dist/src/prefetch.d.ts",
58
- "require": "./dist/src/prefetch.js",
59
- "import": "./dist/src/prefetch.js"
58
+ "import": "./dist/src/prefetch.js",
59
+ "require": "./dist/src/prefetch.js"
60
60
  }
61
61
  },
62
62
  "typesVersions": {
@@ -81,20 +81,20 @@
81
81
  "devDependencies": {
82
82
  "@types/btoa": "^1.2.5",
83
83
  "enhanced-resolve": "^5.0.0",
84
- "@module-federation/webpack-bundler-runtime": "0.8.7"
84
+ "@module-federation/webpack-bundler-runtime": "0.8.8"
85
85
  },
86
86
  "dependencies": {
87
87
  "upath": "2.0.1",
88
88
  "btoa": "^1.2.1",
89
- "@module-federation/sdk": "0.8.7",
90
- "@module-federation/runtime-tools": "0.8.7",
91
- "@module-federation/manifest": "0.8.7",
92
- "@module-federation/managers": "0.8.7",
93
- "@module-federation/error-codes": "0.8.7",
94
- "@module-federation/dts-plugin": "0.8.7",
95
- "@module-federation/rspack": "0.8.7",
96
- "@module-federation/bridge-react-webpack-plugin": "0.8.7",
97
- "@module-federation/data-prefetch": "0.8.7",
98
- "@module-federation/inject-external-runtime-core-plugin": "0.8.7"
89
+ "@module-federation/sdk": "0.8.8",
90
+ "@module-federation/runtime-tools": "0.8.8",
91
+ "@module-federation/manifest": "0.8.8",
92
+ "@module-federation/managers": "0.8.8",
93
+ "@module-federation/error-codes": "0.8.8",
94
+ "@module-federation/dts-plugin": "0.8.8",
95
+ "@module-federation/rspack": "0.8.8",
96
+ "@module-federation/bridge-react-webpack-plugin": "0.8.8",
97
+ "@module-federation/data-prefetch": "0.8.8",
98
+ "@module-federation/inject-external-runtime-core-plugin": "0.8.8"
99
99
  }
100
100
  }