@oneclick.dev/cms-kit 0.0.6 → 0.0.7

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
@@ -142309,6 +142309,7 @@ for (const mod of Object.values(modules)) {
142309
142309
  }
142310
142310
  export {
142311
142311
  components,
142312
+ getCmsKitDependency,
142312
142313
  useCms,
142313
142314
  useIntegrationActionBuilder,
142314
142315
  useIntegrationActions$1 as useIntegrationActions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneclick.dev/cms-kit",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",