@oneclick.dev/cms-kit 0.0.12 → 0.0.13
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.cjs.js +1 -1
- package/dist/index.es.js +3 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -77570,7 +77570,9 @@ const _sfc_main$3h = /* @__PURE__ */ defineComponent({
|
|
|
77570
77570
|
}
|
|
77571
77571
|
});
|
|
77572
77572
|
function useIntegrationActionBuilder() {
|
|
77573
|
-
|
|
77573
|
+
console.log("🔍 currentInstance", getCurrentInstance());
|
|
77574
|
+
const injected = inject$1("cms-useIntegrationActionBuilder", null);
|
|
77575
|
+
console.log("🔍 injected", injected);
|
|
77574
77576
|
if (!injected) {
|
|
77575
77577
|
throw new Error("[cms-kit] Missing injected useIntegrationActionBuilder composable");
|
|
77576
77578
|
}
|