@spiffcommerce/core 14.0.1-alpha.4 → 14.1.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
@@ -2011,6 +2011,10 @@ interface _Bundle1 {
2011
2011
  * Get the low level state manager for this bundle. Don't use this unless you know what you're doing.
2012
2012
  */
2013
2013
  getGlobalPropertyStateManager(): GlobalPropertyStateManager;
2014
+ /**
2015
+ * Get the total in subunits for all global properties in this bundle.
2016
+ */
2017
+ getGlobalPropertyTotalSubunits(): Promise<number>;
2014
2018
  /**
2015
2019
  * Return the total in subunits for this bundle. This is the sum of the total for all individual transactions.
2016
2020
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "14.0.1-alpha.4",
3
+ "version": "14.1.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.3-alpha.2",
90
+ "@spiffcommerce/papyrus": "4.0.3",
91
91
  "cross-fetch": "^3.1.5",
92
92
  "graphql": "^16.6.0",
93
93
  "lodash.clonedeep": "^4.5.0",