@module-federation/retry-plugin 0.11.3 → 0.12.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/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @module-federation/retry-plugin
2
2
 
3
+ ## 0.12.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c399b9a]
8
+ - Updated dependencies [ef96c4d]
9
+ - Updated dependencies [f4fb242]
10
+ - @module-federation/sdk@0.12.0
11
+
12
+ ## 0.11.4
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [64a2bc1]
17
+ - Updated dependencies [c14842f]
18
+ - @module-federation/sdk@0.11.4
19
+
3
20
  ## 0.11.3
4
21
 
5
22
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -24,4 +24,4 @@ type RetryPluginParams = {
24
24
 
25
25
  declare const RetryPlugin: (params: RetryPluginParams) => FederationRuntimePlugin;
26
26
 
27
- export { FetchWithRetryOptions, RetryPlugin, RetryPluginParams, ScriptWithRetryOptions };
27
+ export { type FetchWithRetryOptions, RetryPlugin, type RetryPluginParams, type ScriptWithRetryOptions };
package/dist/index.d.ts CHANGED
@@ -24,4 +24,4 @@ type RetryPluginParams = {
24
24
 
25
25
  declare const RetryPlugin: (params: RetryPluginParams) => FederationRuntimePlugin;
26
26
 
27
- export { FetchWithRetryOptions, RetryPlugin, RetryPluginParams, ScriptWithRetryOptions };
27
+ export { type FetchWithRetryOptions, RetryPlugin, type RetryPluginParams, type ScriptWithRetryOptions };
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/retry-plugin",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "author": "danpeen <dapeen.feng@gmail.com>",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/retry-plugin",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "author": "danpeen <dapeen.feng@gmail.com>",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -33,9 +33,9 @@
33
33
  }
34
34
  },
35
35
  "devDependencies": {
36
- "@module-federation/runtime": "0.11.3"
36
+ "@module-federation/runtime": "0.12.0"
37
37
  },
38
38
  "dependencies": {
39
- "@module-federation/sdk": "0.11.3"
39
+ "@module-federation/sdk": "0.12.0"
40
40
  }
41
41
  }