@opendesign-plus-test/composables 0.0.1-rc.8 → 0.0.1-rc.9
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/dist/index.js +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var Fu = Object.defineProperty;
|
|
2
2
|
var eu = (u, D, e) => D in u ? Fu(u, D, { enumerable: !0, configurable: !0, writable: !0, value: e }) : u[D] = e;
|
|
3
3
|
var y = (u, D, e) => eu(u, typeof D != "symbol" ? D + "" : D, e);
|
|
4
|
-
import { onBeforeUnmount as $, reactive as tu, ref as M, computed as A, onMounted as W, nextTick as z, onUnmounted as j, getCurrentInstance as nu, watch as O, inject as p,
|
|
4
|
+
import { onBeforeUnmount as $, reactive as tu, ref as M, computed as A, onMounted as W, nextTick as z, onUnmounted as j, getCurrentInstance as nu, watch as O, inject as p, unref as U, isRef as Eu, provide as ou } from "vue";
|
|
5
5
|
import Cu from "markdown-it-async";
|
|
6
6
|
import Au from "markdown-it-anchor";
|
|
7
7
|
import { bundledLanguages as ru, bundledThemes as K, createHighlighter as su } from "shiki";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opendesign-plus-test/composables",
|
|
3
|
-
"version": "0.0.1-rc.
|
|
3
|
+
"version": "0.0.1-rc.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"markdown-it-async": "^2.2.0",
|
|
24
24
|
"markdown-it-anchor": "^9.2.0",
|
|
25
25
|
"shiki": "^3.7.0",
|
|
26
|
-
"js-cookie": "3.0.5"
|
|
26
|
+
"js-cookie": "3.0.5",
|
|
27
|
+
"pinia": "^3.0.3"
|
|
27
28
|
},
|
|
28
29
|
"devDependencies": {
|
|
29
30
|
"sass": "^1.71.1",
|