@spiffcommerce/core 0.5.1 → 0.5.3

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/dist/types.d.ts CHANGED
@@ -143,8 +143,10 @@ declare class Configuration {
143
143
  constructor();
144
144
  getServerUrl(): string;
145
145
  getServicesApiUrl(): string;
146
+ getHubUrl(): string;
146
147
  setServerUrl(serverUrl: string): void;
147
148
  setServicesApiUrl(servicesApiUrl: string): void;
149
+ setHubUrl(hubUrl: string): void;
148
150
  addServerUrlCallback(callback: () => void): void;
149
151
  }
150
152
  export const spiffCoreConfiguration: Configuration;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",