@module-federation/retry-plugin 0.6.0 → 0.6.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/dist/CHANGELOG.md CHANGED
@@ -1 +1,15 @@
1
1
  # @module-federation/retry-plugin
2
+
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 59758b7: Use correct paths for export
8
+
9
+ ## 0.6.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 433fe07: feat: add @module-federation/retry-plugin for resource retry when resource loading went wrong
14
+
15
+ feat: add @module-federation/retry-plugin for resource retry when resource loading went wrong
package/dist/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@module-federation/retry-plugin",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "author": "danpeen <dapeen.feng@gmail.com>",
5
- "main": "./dist/index.cjs.js",
6
- "module": "./dist/index.esm.js",
7
- "types": "./dist/index.cjs.d.ts",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/esm/index.js",
7
+ "types": "./dist/index.d.ts",
8
8
  "license": "MIT",
9
9
  "publishConfig": {
10
10
  "access": "public"
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@module-federation/retry-plugin",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "author": "danpeen <dapeen.feng@gmail.com>",
5
- "main": "./dist/index.cjs.js",
6
- "module": "./dist/index.esm.js",
7
- "types": "./dist/index.cjs.d.ts",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/esm/index.js",
7
+ "types": "./dist/index.d.ts",
8
8
  "license": "MIT",
9
9
  "publishConfig": {
10
10
  "access": "public"
@@ -28,6 +28,6 @@
28
28
  }
29
29
  },
30
30
  "devDependencies": {
31
- "@module-federation/runtime": "0.0.0-next-20240905092248"
31
+ "@module-federation/runtime": "0.6.2"
32
32
  }
33
33
  }