create-skweb 3.3.8 → 3.3.9
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 +16 -17
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/templates/cjs/package.json +3 -3
- package/templates/mjs/package.json +3 -3
- package/templates/ts/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
> create-skweb@3.3.
|
|
3
|
-
> tsc --outDir dist --rootDir src
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
> create-skweb@3.3.
|
|
7
|
-
> rollup -c rollup.config.mjs && node scripts/inject-shebang.mjs && chmod +x dist/cli.js
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
[1msrc/index.ts[22m → [1mdist/index.js[22m...[39m
|
|
11
|
-
[1m[33m(!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.[39m[22m
|
|
12
|
-
[32mcreated [1mdist/index.js[22m in [
|
|
13
|
-
[36m
|
|
14
|
-
[1msrc/cli.ts[22m → [1mdist/cli.js[22m...[39m
|
|
15
|
-
[32mcreated [1mdist/cli.js[22m in [
|
|
16
|
-
[inject-shebang] Shebang added to /Users/stayknight/projects/skweb-mono/tools/create-skweb/dist/cli.js
|
|
17
|
-
⠙[1G[0K
|
|
1
|
+
|
|
2
|
+
> create-skweb@3.3.9 prebuild
|
|
3
|
+
> tsc --outDir dist --rootDir src
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
> create-skweb@3.3.9 build
|
|
7
|
+
> rollup -c rollup.config.mjs && node scripts/inject-shebang.mjs && chmod +x dist/cli.js
|
|
8
|
+
|
|
9
|
+
[36m
|
|
10
|
+
[1msrc/index.ts[22m → [1mdist/index.js[22m...[39m
|
|
11
|
+
[1m[33m(!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.[39m[22m
|
|
12
|
+
[32mcreated [1mdist/index.js[22m in [1m391ms[22m[39m
|
|
13
|
+
[36m
|
|
14
|
+
[1msrc/cli.ts[22m → [1mdist/cli.js[22m...[39m
|
|
15
|
+
[32mcreated [1mdist/cli.js[22m in [1m214ms[22m[39m
|
|
16
|
+
[inject-shebang] Shebang added to /Users/stayknight/projects/skweb-mono/tools/create-skweb/dist/cli.js
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@dotenvx/dotenvx": "^1.75.1",
|
|
24
24
|
"http-errors": "^2.0.1",
|
|
25
|
-
"skweb-express": "^2.0
|
|
25
|
+
"skweb-express": "^2.1.0",
|
|
26
26
|
"skweb-express-jwt": "^3.0.0",
|
|
27
27
|
"skweb-express-logger": "^2.0.0",
|
|
28
28
|
"skweb-sequelize": "^2.0.1",
|
|
29
29
|
"skweb-redis": "^2.0.0",
|
|
30
30
|
"skweb-cron": "^2.0.0",
|
|
31
|
-
"skweb-framework": "^2.1.
|
|
32
|
-
"skweb-plugin": "^2.
|
|
31
|
+
"skweb-framework": "^2.1.3",
|
|
32
|
+
"skweb-plugin": "^2.2.0",
|
|
33
33
|
"skweb-util": "^2.0.0",
|
|
34
34
|
"winston": "^3.19.0",
|
|
35
35
|
"sequelize": "^6.37.8",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@dotenvx/dotenvx": "^1.75.1",
|
|
24
24
|
"http-errors": "^2.0.1",
|
|
25
|
-
"skweb-express": "^2.0
|
|
25
|
+
"skweb-express": "^2.1.0",
|
|
26
26
|
"skweb-express-jwt": "^3.0.0",
|
|
27
27
|
"skweb-express-logger": "^2.0.0",
|
|
28
28
|
"skweb-sequelize": "^2.0.1",
|
|
29
29
|
"skweb-redis": "^2.0.0",
|
|
30
30
|
"skweb-cron": "^2.0.0",
|
|
31
|
-
"skweb-framework": "^2.1.
|
|
32
|
-
"skweb-plugin": "^2.
|
|
31
|
+
"skweb-framework": "^2.1.3",
|
|
32
|
+
"skweb-plugin": "^2.2.0",
|
|
33
33
|
"skweb-util": "^2.0.0",
|
|
34
34
|
"winston": "^3.19.0",
|
|
35
35
|
"sequelize": "^6.37.8",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@dotenvx/dotenvx": "^1.75.1",
|
|
26
26
|
"http-errors": "^2.0.1",
|
|
27
|
-
"skweb-express": "^2.0
|
|
27
|
+
"skweb-express": "^2.1.0",
|
|
28
28
|
"skweb-express-jwt": "^3.0.0",
|
|
29
29
|
"skweb-express-logger": "^2.0.0",
|
|
30
30
|
"skweb-sequelize": "^2.0.1",
|
|
31
31
|
"skweb-redis": "^2.0.0",
|
|
32
32
|
"skweb-cron": "^2.0.0",
|
|
33
|
-
"skweb-framework": "^2.1.
|
|
34
|
-
"skweb-plugin": "^2.
|
|
33
|
+
"skweb-framework": "^2.1.3",
|
|
34
|
+
"skweb-plugin": "^2.2.0",
|
|
35
35
|
"skweb-util": "^2.0.0",
|
|
36
36
|
"winston": "^3.19.0",
|
|
37
37
|
"sequelize": "^6.37.8",
|