create-vuepress-theme-plume 1.0.0-rc.158 → 1.0.0-rc.160

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
@@ -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.157";
16
+ var version = "1.0.0-rc.159";
17
17
 
18
18
  //#endregion
19
19
  //#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.158",
4
+ "version": "1.0.0-rc.160",
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"
@@ -130,6 +130,7 @@ export default defineUserConfig({
130
130
  // artPlayer: true, // 启用嵌入 artPlayer 本地视频 语法 @[artPlayer](url)
131
131
  // audioReader: true, // 启用嵌入音频朗读功能 语法 @[audioReader](url)
132
132
  // icon: { provider: 'iconify' }, // 启用内置图标语法 ::icon-name::
133
+ // table: true, // 启用表格增强容器语法 ::: table
133
134
  // codepen: true, // 启用嵌入 codepen 语法 @[codepen](user/slash)
134
135
  // replit: true, // 启用嵌入 replit 语法 @[replit](user/repl-name)
135
136
  // codeSandbox: true, // 启用嵌入 codeSandbox 语法 @[codeSandbox](id)