@whizzes/wbsc 0.0.1-early-dev-11 → 0.0.1-early-dev-12
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/package.json +1 -1
- package/src/index.ts +1 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -6,7 +6,7 @@ import type { Client as URQLClient } from '@urql/core';
|
|
|
6
6
|
|
|
7
7
|
export * from './core/cms';
|
|
8
8
|
|
|
9
|
-
export class
|
|
9
|
+
export class WizardBackstoreClient {
|
|
10
10
|
readonly serverURL: URL;
|
|
11
11
|
readonly urqlClient: URQLClient;
|
|
12
12
|
readonly channelCode: string;
|