create-dev-to 1.5.1 → 1.5.2

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/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # create-dev-to
2
2
 
3
3
  快速创建集成 `@dev-to/react-plugin` 的前端项目脚手架。
4
+ Release test marker: create-dev-to ci.
4
5
 
5
6
  ## 特性
6
7
 
package/dist/index.js CHANGED
@@ -14,10 +14,10 @@ import { InstallLogger } from "./installLogger.js";
14
14
  import { displayInstallSummary } from "./visualComponents.js";
15
15
  const PACKAGE_MANAGERS = ["pnpm", "npm", "yarn", "bun"];
16
16
  const __BUILD_INFO__ = {
17
- commit: "82ec204",
17
+ commit: "d6a7395",
18
18
  branch: "main",
19
- buildTime: "2026-01-14 02:32",
20
- version: "1.5.1"
19
+ buildTime: "2026-01-16 01:14",
20
+ version: "1.5.2"
21
21
  };
22
22
  const FRAMEWORKS = [
23
23
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dev-to",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "engines": {