@qaecy/cue-sdk 0.0.9 → 0.0.10

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.
@@ -3586,14 +3586,14 @@ export {
3586
3586
  Fe as i,
3587
3587
  yt as j,
3588
3588
  I as k,
3589
- Je as l,
3590
- hs as m,
3591
- X as n,
3592
- Re as o,
3593
- Ae as p,
3594
- ct as q,
3595
- Se as r,
3589
+ X as l,
3590
+ Re as m,
3591
+ Ae as n,
3592
+ ct as o,
3593
+ Se as p,
3594
+ xe as q,
3595
+ Je as r,
3596
3596
  Y as s,
3597
- xe as t,
3598
- Ee as u
3597
+ Ee as t,
3598
+ hs as u
3599
3599
  };
package/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  export { Cue } from './lib/cue';
2
2
  export { CueAuth } from './lib/auth';
3
3
  export { CueApi } from './lib/api';
4
- export { CueSyncApi, configureScanWasm } from './lib/sync';
5
4
  export { CueProjectSchema } from './lib/schema';
6
5
  export { CueProjectEntities } from './lib/entities';
7
6
  export { CueProjectDocuments } from './lib/documents';
package/index.js CHANGED
@@ -1,20 +1,18 @@
1
- import { C as s, a as u, b as C, c, d as i, e as t, f as o, g as r, h as l, i as n, j as P, k as j, l as m, R as h, m as R, n as S, s as f } from "./cue-CcNGkuUu.js";
1
+ import { C as s, a as u, b as C, c as t, d as i, e as c, f as o, g as r, h as l, i as P, j, k as h, R, l as m, s as E } from "./cue-CE1bYaia.js";
2
2
  export {
3
3
  s as Cue,
4
4
  u as CueApi,
5
5
  C as CueAuth,
6
- c as CueCache,
6
+ t as CueCache,
7
7
  i as CuePrivileges,
8
- t as CueProfile,
8
+ c as CueProfile,
9
9
  o as CueProjectDocuments,
10
10
  r as CueProjectEntities,
11
11
  l as CueProjectSchema,
12
- n as CueProjectView,
13
- P as CueProjects,
14
- j as CueSignal,
15
- m as CueSyncApi,
16
- h as REQUIRED_ROLES,
17
- R as configureScanWasm,
18
- S as cueComputed,
19
- f as staleWhileRevalidate
12
+ P as CueProjectView,
13
+ j as CueProjects,
14
+ h as CueSignal,
15
+ R as REQUIRED_ROLES,
16
+ m as cueComputed,
17
+ E as staleWhileRevalidate
20
18
  };
package/node.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export * from './index';
2
2
  export { CueNode } from './lib/cue-node';
3
- export { CueSyncApi } from './lib/sync';
3
+ export { CueSyncApi, configureScanWasm } from './lib/sync';
package/node.js CHANGED
@@ -1,5 +1,5 @@
1
- import { C as _, B as E, o as l, p as S, q as m, r as P, t as d, l as U, u as B, a as R } from "./cue-CcNGkuUu.js";
2
- import { b as y, c as I, d as L, e as O, f as x, g as D, h as H, i as N, j as W, k as v, R as k, m as q, n as G, s as Q } from "./cue-CcNGkuUu.js";
1
+ import { C as _, B as E, m as l, n as S, o as m, p as P, q as d, r as U, t as B, a as R } from "./cue-CE1bYaia.js";
2
+ import { b as y, c as I, d as L, e as O, f as x, g as D, h as H, i as N, j as W, k as v, R as k, u as q, l as G, s as Q } from "./cue-CE1bYaia.js";
3
3
  import { getStorage as s, connectStorageEmulator as o } from "firebase/storage";
4
4
  import "firebase/firestore";
5
5
  class w extends _ {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qaecy/cue-sdk",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",