phecda-module 2.1.0 → 2.1.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,5 +1,5 @@
1
1
 
2
- > phecda-module@2.1.0 build /home/runner/work/phecda/phecda/packages/module
2
+ > phecda-module@2.1.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
@@ -9,14 +9,14 @@
9
9
  CLI Target: esnext
10
10
  CJS Build start
11
11
  ESM Build start
12
- CJS dist/vite.js 1.34 KB
13
- CJS dist/index.js 3.26 KB
14
- CJS ⚡️ Build success in 85ms
15
- ESM dist/index.mjs 1.95 KB
16
12
  ESM dist/vite.mjs 519.00 B
17
- ESM ⚡️ Build success in 87ms
13
+ ESM dist/index.mjs 1.95 KB
14
+ ESM ⚡️ Build success in 69ms
15
+ CJS dist/index.js 3.26 KB
16
+ CJS dist/vite.js 1.34 KB
17
+ CJS ⚡️ Build success in 73ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 5892ms
19
+ DTS ⚡️ Build success in 5532ms
20
20
  DTS dist/index.d.ts 262.00 B
21
21
  DTS dist/vite.d.ts 210.00 B
22
22
  DTS dist/index.d.mts 262.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # phecda-module
2
2
 
3
+ ## 2.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c8c46b6]
8
+ - phecda-core@4.5.1
9
+
3
10
  ## 2.1.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-module",
3
- "version": "2.1.0",
3
+ "version": "2.1.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.5.0"
36
+ "phecda-core": "4.5.1"
37
37
  },
38
38
  "devDependencies": {
39
39
  "tsup": "^8.1.0"