phecda-module 2.1.4 → 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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
> phecda-module@2.1.
|
|
2
|
+
> phecda-module@2.1.6 build /home/runner/work/phecda/phecda/packages/module
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts, src/vite.ts
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.5.
|
|
7
|
+
[34mCLI[39m tsup v8.5.1
|
|
8
8
|
[34mCLI[39m Using tsup config: /home/runner/work/phecda/phecda/packages/module/tsup.config.ts
|
|
9
9
|
[34mCLI[39m Target: esnext
|
|
10
10
|
[34mCJS[39m Build start
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[32mCJS[39m [1mdist/index.js [22m[32m3.20 KB[39m
|
|
13
13
|
[32mCJS[39m [1mdist/vite.js [22m[32m1.34 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 57ms
|
|
15
15
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.92 KB[39m
|
|
16
16
|
[32mESM[39m [1mdist/vite.mjs [22m[32m519.00 B[39m
|
|
17
|
-
[32mESM[39m ⚡️ Build success in
|
|
17
|
+
[32mESM[39m ⚡️ Build success in 59ms
|
|
18
18
|
[34mDTS[39m Build start
|
|
19
|
-
[32mDTS[39m ⚡️ Build success in
|
|
19
|
+
[32mDTS[39m ⚡️ Build success in 5388ms
|
|
20
20
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m262.00 B[39m
|
|
21
21
|
[32mDTS[39m [1mdist/vite.d.ts [22m[32m210.00 B[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m262.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
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
|
+
|
|
10
|
+
## 2.1.5
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [ae849ae]
|
|
15
|
+
- phecda-core@5.1.1
|
|
16
|
+
|
|
3
17
|
## 2.1.4
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "phecda-module",
|
|
3
|
-
"version": "2.1.
|
|
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,10 +32,10 @@
|
|
|
32
32
|
"repository": "https://github.com/fgsreally/phecda/tree/main/packages/module",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"phecda-core": "5.
|
|
35
|
+
"phecda-core": "5.2.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"tsup": "^8.
|
|
38
|
+
"tsup": "^8.5.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"dev": "tsup --watch",
|