@oneclick.dev/cms-kit 0.0.4 → 0.0.5
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.es.js
CHANGED
|
@@ -142276,5 +142276,7 @@ for (const mod of Object.values(modules)) {
|
|
|
142276
142276
|
}
|
|
142277
142277
|
export {
|
|
142278
142278
|
components,
|
|
142279
|
-
useCms
|
|
142279
|
+
useCms,
|
|
142280
|
+
useLayout,
|
|
142281
|
+
useRunProcess
|
|
142280
142282
|
};
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oneclick.dev/cms-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"module": "./dist/index.es.js",
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"./style.css": {
|
|
15
15
|
"default": "./dist/index.css"
|
|
16
|
+
},
|
|
17
|
+
"./dist/style.css": {
|
|
18
|
+
"default": "./dist/index.css"
|
|
16
19
|
}
|
|
17
20
|
},
|
|
18
21
|
"files": [
|