vitepress-plugin-plantuml 0.2.0 → 0.3.0

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.
@@ -31,7 +31,7 @@ const _hoisted_1 = { class: "vp-plantuml" };
31
31
  const _hoisted_2 = { class: "plantuml-header" };
32
32
  const _hoisted_3 = { class: "plantuml-actions" };
33
33
  const _hoisted_4 = { class: "plantuml-source" };
34
- const _sfc_main = /* @__PURE__ */ defineComponent({
34
+ const _sfc_main = /*@__PURE__*/ defineComponent({
35
35
  __name: "VPPlantUML",
36
36
  setup(__props) {
37
37
  const { isDark } = useData();
@@ -26,7 +26,7 @@ function useTabs() {
26
26
  }
27
27
  //#endregion
28
28
  //#region src/client/VPPlantUML.vue
29
- const _sfc_main = /* @__PURE__ */ defineComponent({
29
+ const _sfc_main = /*@__PURE__*/ defineComponent({
30
30
  __name: "VPPlantUML",
31
31
  __ssrInlineRender: true,
32
32
  setup(__props) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vitepress-plugin-plantuml",
3
3
  "type": "module",
4
- "version": "0.2.0",
4
+ "version": "0.3.0",
5
5
  "description": "Render PlantUML diagrams in your VitePress site.",
6
6
  "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo/)",
7
7
  "license": "MIT",
@@ -38,11 +38,12 @@
38
38
  "@vueuse/core": "^14.3.0",
39
39
  "ansis": "^4.3.1",
40
40
  "svgo": "^4.0.1",
41
- "vitepress-plugin-toolkit": "0.2.0",
42
- "vitepress-tuck": "0.2.0"
41
+ "vitepress-plugin-toolkit": "0.3.0",
42
+ "vitepress-tuck": "0.3.0"
43
43
  },
44
44
  "publishConfig": {
45
- "access": "public"
45
+ "access": "public",
46
+ "provenance": true
46
47
  },
47
48
  "scripts": {
48
49
  "clean": "rimraf --glob ./dist",