@module-federation/dts-plugin 0.6.8 → 0.6.10

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/dts-plugin
2
2
 
3
+ ## 0.6.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [22a3b83]
8
+ - @module-federation/sdk@0.6.10
9
+ - @module-federation/managers@0.6.10
10
+ - @module-federation/third-party-dts-extractor@0.6.10
11
+
12
+ ## 0.6.9
13
+
14
+ ### Patch Changes
15
+
16
+ - @module-federation/sdk@0.6.9
17
+ - @module-federation/managers@0.6.9
18
+ - @module-federation/third-party-dts-extractor@0.6.9
19
+
3
20
  ## 0.6.8
4
21
 
5
22
  ### Patch Changes
package/dist/core.js CHANGED
@@ -1942,8 +1942,7 @@ var RpcExitError = (_a2 = class extends Error {
1942
1942
  super(message);
1943
1943
  __publicField(this, "code");
1944
1944
  __publicField(this, "signal");
1945
- this.code = code;
1946
- this.signal = signal;
1945
+ this.code = code, this.signal = signal;
1947
1946
  this.name = "RpcExitError";
1948
1947
  }
1949
1948
  }, __name(_a2, "RpcExitError"), _a2);
@@ -35,8 +35,7 @@ var RpcExitError = (_a = class extends Error {
35
35
  super(message);
36
36
  __publicField(this, "code");
37
37
  __publicField(this, "signal");
38
- this.code = code;
39
- this.signal = signal;
38
+ this.code = code, this.signal = signal;
40
39
  this.name = "RpcExitError";
41
40
  }
42
41
  }, __name(_a, "RpcExitError"), _a);
package/dist/esm/core.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  consumeTypes,
4
4
  generateTypesInChildProcess,
5
5
  rpc_exports
6
- } from "./chunk-QTWE2VJ4.js";
6
+ } from "./chunk-763SNUKY.js";
7
7
  import {
8
8
  DTSManager,
9
9
  HOST_API_TYPES_FILE_NAME,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  rpc_exports
3
- } from "./chunk-QTWE2VJ4.js";
3
+ } from "./chunk-763SNUKY.js";
4
4
  import {
5
5
  ModuleFederationDevServer,
6
6
  createKoaServer,
package/dist/esm/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  consumeTypes,
3
3
  generateTypesInChildProcess,
4
4
  rpc_exports
5
- } from "./chunk-QTWE2VJ4.js";
5
+ } from "./chunk-763SNUKY.js";
6
6
  import {
7
7
  cloneDeepOptions,
8
8
  generateTypes,
@@ -2372,8 +2372,7 @@ var RpcExitError = (_a2 = class extends Error {
2372
2372
  super(message);
2373
2373
  __publicField(this, "code");
2374
2374
  __publicField(this, "signal");
2375
- this.code = code;
2376
- this.signal = signal;
2375
+ this.code = code, this.signal = signal;
2377
2376
  this.name = "RpcExitError";
2378
2377
  }
2379
2378
  }, __name(_a2, "RpcExitError"), _a2);
@@ -81,7 +81,7 @@
81
81
  APIKind2["FETCH_TYPES"] = "FETCH_TYPES";
82
82
  })(APIKind || (APIKind = {}));
83
83
 
84
- // node_modules/.pnpm/isomorphic-ws@5.0.0_ws@8.17.1/node_modules/isomorphic-ws/browser.js
84
+ // node_modules/.pnpm/isomorphic-ws@5.0.0_ws@8.18.0/node_modules/isomorphic-ws/browser.js
85
85
  var ws = null;
86
86
  if (typeof WebSocket !== "undefined") {
87
87
  ws = WebSocket;
package/dist/index.js CHANGED
@@ -1965,8 +1965,7 @@ var RpcExitError = (_a2 = class extends Error {
1965
1965
  super(message);
1966
1966
  __publicField(this, "code");
1967
1967
  __publicField(this, "signal");
1968
- this.code = code;
1969
- this.signal = signal;
1968
+ this.code = code, this.signal = signal;
1970
1969
  this.name = "RpcExitError";
1971
1970
  }
1972
1971
  }, __name(_a2, "RpcExitError"), _a2);
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/dts-plugin",
3
- "version": "0.6.8",
3
+ "version": "0.6.10",
4
4
  "author": "hanric <hanric.zhang@gmail.com>",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -57,10 +57,10 @@
57
57
  "koa": "2.15.3",
58
58
  "log4js": "6.9.1",
59
59
  "node-schedule": "2.1.1",
60
- "ws": "8.17.1"
60
+ "ws": "8.18.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@types/ws": "8.5.10",
63
+ "@types/ws": "8.5.12",
64
64
  "@types/koa": "2.15.0",
65
65
  "@types/node-schedule": "2.1.7",
66
66
  "@module-federation/runtime": "workspace:*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@module-federation/dts-plugin",
3
- "version": "0.6.8",
3
+ "version": "0.6.10",
4
4
  "author": "hanric <hanric.zhang@gmail.com>",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -54,19 +54,19 @@
54
54
  "koa": "2.15.3",
55
55
  "log4js": "6.9.1",
56
56
  "node-schedule": "2.1.1",
57
- "ws": "8.17.1",
58
- "@module-federation/sdk": "0.6.8",
59
- "@module-federation/managers": "0.6.8",
60
- "@module-federation/third-party-dts-extractor": "0.6.8"
57
+ "ws": "8.18.0",
58
+ "@module-federation/sdk": "0.6.10",
59
+ "@module-federation/managers": "0.6.10",
60
+ "@module-federation/third-party-dts-extractor": "0.6.10"
61
61
  },
62
62
  "devDependencies": {
63
- "@types/ws": "8.5.10",
63
+ "@types/ws": "8.5.12",
64
64
  "@types/koa": "2.15.0",
65
65
  "@types/node-schedule": "2.1.7",
66
66
  "vue": "^3.4.29",
67
67
  "@vue/tsconfig": "^0.5.1",
68
68
  "vue-tsc": "^2.0.26",
69
- "@module-federation/runtime": "0.6.8"
69
+ "@module-federation/runtime": "0.6.10"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "typescript": "^4.9.0 || ^5.0.0",