create-vuepress-theme-plume 1.0.0-rc.175 → 1.0.0-rc.176

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.js CHANGED
@@ -14,7 +14,7 @@ import handlebars from "handlebars";
14
14
  import { osLocale } from "os-locale";
15
15
 
16
16
  //#region package.json
17
- var version = "1.0.0-rc.174";
17
+ var version = "1.0.0-rc.175";
18
18
 
19
19
  //#endregion
20
20
  //#region src/constants.ts
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.175",
4
+ "version": "1.0.0-rc.176",
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",
@@ -117,7 +117,7 @@ const demoDoc = defineCollection({
117
117
  * (blog 为博客示例,如果不需要博客功能,请删除)
118
118
  * (demoDoc 为参考示例,如果不需要它,请删除)
119
119
  */
120
- export default defineCollection([
120
+ export default defineCollections([
121
121
  blog,
122
122
  demoDoc,
123
123
  ])