@spiffcommerce/core 26.23.1 → 26.23.2
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9840,6 +9840,12 @@ const xs = y`
|
|
|
9840
9840
|
transactions {
|
|
9841
9841
|
id
|
|
9842
9842
|
}
|
|
9843
|
+
globalPropertyState {
|
|
9844
|
+
id
|
|
9845
|
+
aspects {
|
|
9846
|
+
...GlobalPropertyStateAspectFields
|
|
9847
|
+
}
|
|
9848
|
+
}
|
|
9843
9849
|
}
|
|
9844
9850
|
}
|
|
9845
9851
|
`, Os = y`
|
|
@@ -15218,7 +15224,7 @@ class kc {
|
|
|
15218
15224
|
} catch (a) {
|
|
15219
15225
|
throw console.error(a), new ut("Critical - Unable to synchronize workflow state with server.");
|
|
15220
15226
|
}
|
|
15221
|
-
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.23.
|
|
15227
|
+
}, this.options = t, this.options.applicationKey && xr(this.options.applicationKey), console.debug("------------------------"), console.debug("Spiff Commerce Core SDK"), console.debug("Version: 26.23.2"), console.debug(`Application Key Provided: ${!!this.options.applicationKey}`), console.debug("------------------------");
|
|
15222
15228
|
}
|
|
15223
15229
|
configure(t) {
|
|
15224
15230
|
wt.setHubUrl(t.hubUrl), wt.setServerUrl(t.serverUrl), wt.setServicesApiUrl(t.servicesApiUrl), this.marketplaceThemeInstallId = t.marketplaceThemeInstallId, this.marketplaceThemeInstallConfigurationId = t.marketplaceThemeInstallConfigurationId, t.bearerAuthenticationToken && kr(t.bearerAuthenticationToken), this.options.applicationKey && this.getIntegration();
|
|
@@ -15589,7 +15595,8 @@ class kc {
|
|
|
15589
15595
|
const m = k.getMap("bundleOwnerIds") || /* @__PURE__ */ new Map();
|
|
15590
15596
|
m.set(u.id, u.bundleOwnerId), k.setMap("bundleOwnerIds", m);
|
|
15591
15597
|
const g = new He(this, u, void 0, void 0, u.bundleOwnerId, {
|
|
15592
|
-
eagerFetchProducts: (E = (B = n == null ? void 0 : n.graphql) == null ? void 0 : B.productCollection) == null ? void 0 : E.eagerFetchProducts
|
|
15598
|
+
eagerFetchProducts: (E = (B = n == null ? void 0 : n.graphql) == null ? void 0 : B.productCollection) == null ? void 0 : E.eagerFetchProducts,
|
|
15599
|
+
existingGlobalPropertyState: u.globalPropertyState
|
|
15593
15600
|
});
|
|
15594
15601
|
return await g.getInitializationPromise(), g;
|
|
15595
15602
|
}
|