@spiffcommerce/core 15.0.2-alpha.1 → 15.0.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
@@ -2053,7 +2053,7 @@ export class FrameStepHandle extends StepHandle<_FrameStepData1> {
2053
2053
  * A GlobalPropertyHandle acts as an interface to global properties on our platform. Currently
2054
2054
  * bundles can return a handle for any global properties associated to the collection.
2055
2055
  */
2056
- declare abstract class GlobalPropertyHandle {
2056
+ export abstract class GlobalPropertyHandle {
2057
2057
  protected readonly bundle: Bundle;
2058
2058
  protected readonly property: GlobalPropertyConfigurationAspect;
2059
2059
  constructor(bundle: Bundle, property: GlobalPropertyConfigurationAspect);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "15.0.2-alpha.1",
3
+ "version": "15.0.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",