@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whizzes/wbsc",
3
- "version": "0.0.1-early-dev-11",
3
+ "version": "0.0.1-early-dev-12",
4
4
  "main": "./src/index.ts",
5
5
  "module": "./src/index.ts",
6
6
  "types": "./src/index.d.ts",
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 WizardStorefrontClient {
9
+ export class WizardBackstoreClient {
10
10
  readonly serverURL: URL;
11
11
  readonly urqlClient: URQLClient;
12
12
  readonly channelCode: string;