create-vuepress-theme-plume 1.0.0-rc.159 → 1.0.0-rc.161

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/lib/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { };
1
+ export {};
package/lib/index.js CHANGED
@@ -13,7 +13,7 @@ import handlebars from "handlebars";
13
13
  import { osLocale } from "os-locale";
14
14
 
15
15
  //#region package.json
16
- var version = "1.0.0-rc.158";
16
+ var version = "1.0.0-rc.160";
17
17
 
18
18
  //#endregion
19
19
  //#region src/constants.ts
@@ -541,4 +541,5 @@ cli.help();
541
541
  cli.version(version);
542
542
  cli.parse();
543
543
 
544
- //#endregion
544
+ //#endregion
545
+ export { };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-vuepress-theme-plume",
3
3
  "type": "module",
4
- "version": "1.0.0-rc.159",
4
+ "version": "1.0.0-rc.161",
5
5
  "description": "The cli for create vuepress-theme-plume's project",
6
6
  "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
7
7
  "license": "MIT",
@@ -37,9 +37,9 @@
37
37
  },
38
38
  "plume-deps": {
39
39
  "vuepress": "2.0.0-rc.24",
40
- "vue": "^3.5.17",
40
+ "vue": "^3.5.18",
41
41
  "http-server": "^14.1.1",
42
- "typescript": "^5.8.3"
42
+ "typescript": "^5.9.2"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsdown"