phecda-module 2.1.5 → 2.1.6

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.1.5 build /home/runner/work/phecda/phecda/packages/module
2
+ > phecda-module@2.1.6 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.5.0
7
+ CLI tsup v8.5.1
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
12
  CJS dist/index.js 3.20 KB
13
13
  CJS dist/vite.js 1.34 KB
14
- CJS ⚡️ Build success in 39ms
14
+ CJS ⚡️ Build success in 57ms
15
15
  ESM dist/index.mjs 1.92 KB
16
16
  ESM dist/vite.mjs 519.00 B
17
- ESM ⚡️ Build success in 40ms
17
+ ESM ⚡️ Build success in 59ms
18
18
  DTS Build start
19
- DTS ⚡️ Build success in 5338ms
19
+ DTS ⚡️ Build success in 5388ms
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.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f0b589]
8
+ - phecda-core@5.2.0
9
+
3
10
  ## 2.1.5
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-module",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
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",
@@ -32,7 +32,7 @@
32
32
  "repository": "https://github.com/fgsreally/phecda/tree/main/packages/module",
33
33
  "license": "MIT",
34
34
  "dependencies": {
35
- "phecda-core": "5.1.1"
35
+ "phecda-core": "5.2.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "tsup": "^8.5.0"