@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.es.js CHANGED
@@ -77570,7 +77570,9 @@ const _sfc_main$3h = /* @__PURE__ */ defineComponent({
77570
77570
  }
77571
77571
  });
77572
77572
  function useIntegrationActionBuilder() {
77573
- const injected = inject$1("cms-useIntegrationActionBuilder");
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneclick.dev/cms-kit",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",