phecda-module 2.0.1 → 2.0.2-alpha.1

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.
@@ -1,22 +1,22 @@
1
1
 
2
- > phecda-module@2.0.1 build /home/runner/work/phecda/phecda/packages/module
2
+ > phecda-module@2.0.2-alpha.1 build /home/runner/work/phecda/phecda/packages/module
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts, src/vite.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.0
7
+ CLI tsup v8.3.6
8
8
  CLI Using tsup config: /home/runner/work/phecda/phecda/packages/module/tsup.config.ts
9
9
  CLI Target: esnext
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/index.mjs 1.86 KB
13
- ESM dist/vite.mjs 519.00 B
14
- ESM ⚡️ Build success in 80ms
15
12
  CJS dist/index.js 3.15 KB
16
13
  CJS dist/vite.js 1.34 KB
17
- CJS ⚡️ Build success in 81ms
14
+ CJS ⚡️ Build success in 47ms
15
+ ESM dist/index.mjs 1.86 KB
16
+ ESM dist/vite.mjs 519.00 B
17
+ ESM ⚡️ Build success in 47ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 4750ms
19
+ DTS ⚡️ Build success in 5865ms
20
20
  DTS dist/index.d.ts 191.00 B
21
21
  DTS dist/vite.d.ts 210.00 B
22
22
  DTS dist/index.d.mts 191.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # phecda-module
2
2
 
3
+ ## 2.0.2-alpha.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [dd27622]
8
+ - phecda-core@4.1.0-alpha.1
9
+
10
+ ## 2.0.2-alpha.0
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [c1b7d65]
15
+ - phecda-core@4.1.0-alpha.0
16
+
3
17
  ## 2.0.1
4
18
 
5
19
  ### Patch Changes
package/dist/index.js CHANGED
@@ -20,12 +20,12 @@ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "defau
20
20
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
21
 
22
22
  // src/index.ts
23
- var src_exports = {};
24
- __export(src_exports, {
23
+ var index_exports = {};
24
+ __export(index_exports, {
25
25
  Factory: () => Factory,
26
26
  moduleMap: () => moduleMap
27
27
  });
28
- module.exports = __toCommonJS(src_exports);
28
+ module.exports = __toCommonJS(index_exports);
29
29
 
30
30
  // src/core.ts
31
31
  var import_phecda_core = require("phecda-core");
@@ -85,7 +85,7 @@ function getParamtypes(Module, key) {
85
85
  __name(getParamtypes, "getParamtypes");
86
86
 
87
87
  // src/index.ts
88
- __reExport(src_exports, require("phecda-core"), module.exports);
88
+ __reExport(index_exports, require("phecda-core"), module.exports);
89
89
  // Annotate the CommonJS export names for ESM import in node:
90
90
  0 && (module.exports = {
91
91
  Factory,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-module",
3
- "version": "2.0.1",
3
+ "version": "2.0.2-alpha.1",
4
4
  "description": "provide DI and HMR for modules by reflect-metadata and vite",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -33,7 +33,7 @@
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
35
  "reflect-metadata": "^0.1.13",
36
- "phecda-core": "4.0.1"
36
+ "phecda-core": "4.1.0-alpha.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsup": "^8.1.0"