@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/main.js +37 -25
- package/dist/module.js +22 -10
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
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
|
-
|
|
2056
|
+
export abstract class GlobalPropertyHandle {
|
|
2057
2057
|
protected readonly bundle: Bundle;
|
|
2058
2058
|
protected readonly property: GlobalPropertyConfigurationAspect;
|
|
2059
2059
|
constructor(bundle: Bundle, property: GlobalPropertyConfigurationAspect);
|