@things-factory/shell 6.1.18 → 6.1.22

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/client/index.js CHANGED
@@ -16,7 +16,7 @@ export * from '@operato/shell'
16
16
  export * from '@operato/graphql'
17
17
 
18
18
  // indexdb-store
19
- export * from './indexdb'
19
+ // export * from './indexdb'
20
20
 
21
21
  // elements
22
22
  export * from './elements'
@@ -5,7 +5,7 @@ import { registerRoute, NavigationRoute } from 'workbox-routing'
5
5
  import { precacheAndRoute, cleanupOutdatedCaches } from 'workbox-precaching'
6
6
  import { StaleWhileRevalidate, NetworkFirst, CacheFirst, CacheOnly, NetworkOnly } from 'workbox-strategies'
7
7
  import 'broadcastchannel-polyfill'
8
- import { notificationStore } from '../indexdb'
8
+ import { notificationStore } from './indexdb'
9
9
 
10
10
  const ENV = process.env
11
11
  const production = ENV['NODE-ENV'] == 'production'
@@ -8,7 +8,7 @@ export declare const schema: {
8
8
  typeDefs: {
9
9
  transactionDirectiveTypeDefs: import("graphql").DocumentNode;
10
10
  };
11
- resolverClasses: (typeof import("./attribute-set/attribute-set-query").AttributeSetQuery | typeof import("./attribute-set/attribute-set-mutation").AttributeSetMutation | typeof import("./domain/domain-resolver").DomainResolver | typeof import("./subscription-data/data-resolver").DataResolver)[];
11
+ resolverClasses: (typeof import("./domain/domain-resolver").DomainResolver | typeof import("./attribute-set/attribute-set-query").AttributeSetQuery | typeof import("./attribute-set/attribute-set-mutation").AttributeSetMutation | typeof import("./subscription-data/data-resolver").DataResolver)[];
12
12
  directives: {
13
13
  transaction: (schema: import("graphql").GraphQLSchema) => import("graphql").GraphQLSchema;
14
14
  };