@streamlayer/sdk-web-interfaces 1.9.4 → 1.9.5

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/lib/index.d.ts CHANGED
@@ -5,8 +5,8 @@ export { AbstractFeature, AbstractFeatureUnit, FeatureSource, type FeatureProps,
5
5
  export { MapStore, createMapStore } from './store/map';
6
6
  export type { MapStoreListeners } from './store/map';
7
7
  export { SingleStore, createSingleStore, createComputedStore } from './store/single';
8
- export { ApiStore } from './store/api';
9
8
  export { AbstractStore, mergeStores } from './store/abstract';
9
+ export { ApiStore } from './store/api';
10
10
  export type CancelMountCb = () => void;
11
11
  export type OnMountCb = () => CancelMountCb;
12
12
  export interface StreamLayerSDK {
package/lib/index.js CHANGED
@@ -3,6 +3,6 @@ export { AbstractAuthenticationProvider } from './auth';
3
3
  export { AbstractFeature, AbstractFeatureUnit, FeatureSource, FeatureStatus } from './feature';
4
4
  export { MapStore, createMapStore } from './store/map';
5
5
  export { SingleStore, createSingleStore, createComputedStore } from './store/single';
6
- export { ApiStore } from './store/api';
7
6
  export { AbstractStore, mergeStores } from './store/abstract';
7
+ export { ApiStore } from './store/api';
8
8
  export const eventBus = new EventBus();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamlayer/sdk-web-interfaces",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "type": "module",
5
5
  "main": "./lib/index.js",
6
6
  "typings": "./lib/index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "@bufbuild/protobuf": "^2.2.2",
20
20
  "@nanostores/query": "^0.3.4",
21
21
  "nanostores": "^1.1.0",
22
- "@streamlayer/sdk-web-logger": "^1.0.98",
23
- "@streamlayer/sdk-web-types": "^1.16.13"
22
+ "@streamlayer/sdk-web-logger": "^1.0.99",
23
+ "@streamlayer/sdk-web-types": "^1.16.14"
24
24
  },
25
25
  "devDependencies": {
26
26
  "tslib": "^2.7.0"