create-valaxy 0.15.1 → 0.15.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.mjs CHANGED
@@ -7,7 +7,7 @@ import { red, dim, gray, blue, yellow, bold, green, cyan, reset } from 'kolorist
7
7
  import minimist from 'minimist';
8
8
  import prompts from 'prompts';
9
9
 
10
- const version = "0.15.1";
10
+ const version = "0.15.2";
11
11
 
12
12
  function formatTargetDir(targetDir) {
13
13
  return targetDir?.trim().replace(/\/+$/g, "");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-valaxy",
3
3
  "type": "module",
4
- "version": "0.15.1",
4
+ "version": "0.15.2",
5
5
  "description": "Create Starter Template for Valaxy",
6
6
  "author": {
7
7
  "email": "me@yunyoujun.cn",
@@ -11,8 +11,8 @@
11
11
  "serve": "vite preview"
12
12
  },
13
13
  "dependencies": {
14
- "valaxy": "0.15.1",
15
- "valaxy-theme-yun": "0.15.1"
14
+ "valaxy": "0.15.2",
15
+ "valaxy-theme-yun": "0.15.2"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^5.2.2"