@camera.ui/browser 0.0.112 → 0.0.114

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.d.ts CHANGED
@@ -1262,8 +1262,4 @@ declare type VisibleCallback = (info: {
1262
1262
  hiddenMs: number;
1263
1263
  }) => void;
1264
1264
 
1265
-
1266
- export * from "@camera.ui/sdk";
1267
- export * from "@camera.ui/sdk/internal";
1268
-
1269
1265
  export { }
package/dist/index.js CHANGED
@@ -1,8 +1,6 @@
1
1
  import { computed, inject, markRaw, onBeforeUnmount, reactive, readonly, ref, shallowRef, toValue, watch } from "vue";
2
2
  import { tryOnScopeDispose, useTimeoutFn, whenever } from "@vueuse/core";
3
3
  import { SensorType } from "@camera.ui/sdk";
4
- export * from "@camera.ui/sdk";
5
- export * from "@camera.ui/sdk/internal";
6
4
  //#region src/utils/createDebouncedCache.ts
7
5
  function createDebouncedCache(options = {}) {
8
6
  const { releaseDelay = 1e3, onRelease } = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/browser",
3
- "version": "0.0.112",
3
+ "version": "0.0.114",
4
4
  "description": "camera.ui browser client",
5
5
  "author": "seydx (https://github.com/cameraui/clients)",
6
6
  "type": "module",
@@ -29,6 +29,7 @@
29
29
  "update": "updates --update ./"
30
30
  },
31
31
  "peerDependencies": {
32
+ "@camera.ui/sdk": "^0.0.5",
32
33
  "@camera.ui/transport": ">=0.0.1",
33
34
  "@vueuse/core": ">=14.3.0",
34
35
  "vue": ">=3.5.38"