create-skweb 3.8.0 → 3.8.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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
|
-
> create-skweb@3.8.
|
|
2
|
+
> create-skweb@3.8.1 prebuild
|
|
3
3
|
> tsc --outDir dist --rootDir src
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> create-skweb@3.8.
|
|
6
|
+
> create-skweb@3.8.1 build
|
|
7
7
|
> rollup -c rollup.config.mjs && node scripts/inject-shebang.mjs && chmod +x dist/cli.js
|
|
8
8
|
|
|
9
9
|
[36m
|
|
10
10
|
[1msrc/index.ts[22m → [1mdist/index.js[22m...[39m
|
|
11
11
|
[1m[33m(!) [plugin typescript] @rollup/plugin-typescript: outputToFilesystem option is defaulting to true.[39m[22m
|
|
12
|
-
[32mcreated [1mdist/index.js[22m in [
|
|
12
|
+
[32mcreated [1mdist/index.js[22m in [1m435ms[22m[39m
|
|
13
13
|
[36m
|
|
14
14
|
[1msrc/cli.ts[22m → [1mdist/cli.js[22m...[39m
|
|
15
|
-
[32mcreated [1mdist/cli.js[22m in [
|
|
15
|
+
[32mcreated [1mdist/cli.js[22m in [1m236ms[22m[39m
|
|
16
16
|
[inject-shebang] Shebang added to /Users/stayknight/projects/skweb-mono/tools/create-skweb/dist/cli.js
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# create-skweb
|
|
2
2
|
|
|
3
|
+
## 3.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- `skweb-framework@2.1.4` 和 `skweb-plugin@2.2.1` 升级依赖 `skweb-express@^2.4.0` 和 `skweb-sequelize@^2.0.1`,与上游版本同步。`create-skweb@3.8.1` 重新打包 templates 引用最新版本范围,确保模板中的 `^2.1.4` / `^2.2.1` 引用在 npm 上有效。
|
|
8
|
+
|
|
3
9
|
## 3.8.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -30,8 +30,8 @@
|
|
|
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.2.
|
|
33
|
+
"skweb-framework": "^2.1.5",
|
|
34
|
+
"skweb-plugin": "^2.2.2",
|
|
35
35
|
"skweb-util": "^2.0.0",
|
|
36
36
|
"winston": "^3.19.0",
|
|
37
37
|
"sequelize": "^6.37.8",
|
|
@@ -30,8 +30,8 @@
|
|
|
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.2.
|
|
33
|
+
"skweb-framework": "^2.1.5",
|
|
34
|
+
"skweb-plugin": "^2.2.2",
|
|
35
35
|
"skweb-util": "^2.0.0",
|
|
36
36
|
"winston": "^3.19.0",
|
|
37
37
|
"sequelize": "^6.37.8",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"skweb-sequelize": "^2.0.1",
|
|
33
33
|
"skweb-redis": "^2.0.0",
|
|
34
34
|
"skweb-cron": "^2.0.0",
|
|
35
|
-
"skweb-framework": "^2.1.
|
|
36
|
-
"skweb-plugin": "^2.2.
|
|
35
|
+
"skweb-framework": "^2.1.5",
|
|
36
|
+
"skweb-plugin": "^2.2.2",
|
|
37
37
|
"skweb-util": "^2.0.0",
|
|
38
38
|
"winston": "^3.19.0",
|
|
39
39
|
"sequelize": "^6.37.8",
|