@spiffcommerce/core 14.0.0-alpha.8 → 14.0.0

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
@@ -1939,6 +1939,10 @@ declare abstract class GlobalPropertyHandle {
1939
1939
  * @returns The type of the global property. Use this to determine how to render the property.
1940
1940
  */
1941
1941
  getType(): AspectType;
1942
+ /**
1943
+ * @returns The underlying property data object.
1944
+ */
1945
+ getRawProperty(): GlobalPropertyConfigurationAspect;
1942
1946
  /**
1943
1947
  * Applies the global state to all shared steps, if the state is set.
1944
1948
  * @param targetExperiences Optionally filter the workflow experiences it should be applied to.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "14.0.0-alpha.8",
3
+ "version": "14.0.0",
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",
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "dependencies": {
89
89
  "@apollo/client": "^3.7.0",
90
- "@spiffcommerce/papyrus": "4.0.1-alpha.3",
90
+ "@spiffcommerce/papyrus": "4.0.1",
91
91
  "cross-fetch": "^3.1.5",
92
92
  "graphql": "^16.6.0",
93
93
  "lodash.clonedeep": "^4.5.0",