phecda-module 1.0.2 → 1.0.3

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,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/phecda/phecda/.npmrc". Failed to replace env in config: ${NPM_TOKEN}
2
2
 
3
- > phecda-module@1.0.2 build /home/runner/work/phecda/phecda/packages/module
3
+ > phecda-module@1.0.3 build /home/runner/work/phecda/phecda/packages/module
4
4
  > tsup
5
5
 
6
6
  CLI Building entry: src/index.ts, src/vite.ts
@@ -12,11 +12,11 @@
12
12
  ESM Build start
13
13
  ESM dist/index.mjs 1.91 KB
14
14
  ESM dist/vite.mjs 519.00 B
15
- ESM ⚡️ Build success in 47ms
15
+ ESM ⚡️ Build success in 90ms
16
16
  CJS dist/index.js 3.13 KB
17
17
  CJS dist/vite.js 1.42 KB
18
- CJS ⚡️ Build success in 52ms
18
+ CJS ⚡️ Build success in 91ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 2722ms
20
+ DTS ⚡️ Build success in 2621ms
21
21
  DTS dist/index.d.ts 186.00 B
22
22
  DTS dist/vite.d.ts 210.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # phecda-module
2
2
 
3
+ ## 1.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [99b458d]
8
+ - phecda-core@2.1.1
9
+
3
10
  ## 1.0.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phecda-module",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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",
@@ -27,7 +27,7 @@
27
27
  "license": "ISC",
28
28
  "dependencies": {
29
29
  "reflect-metadata": "^0.1.13",
30
- "phecda-core": "2.1.0"
30
+ "phecda-core": "2.1.1"
31
31
  },
32
32
  "devDependencies": {
33
33
  "tsup": "^6.5.0"