@spiffcommerce/core 0.10.146 → 0.10.148

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
@@ -1440,7 +1440,7 @@ export interface WorkflowExperience {
1440
1440
  * @param title The title for the saved design.
1441
1441
  * @param thumbnail An optional thumbnail for the saved design. If none is provided this field will be saved blank.
1442
1442
  */
1443
- save(title: string, thumbnail?: string): Promise<SavedDesign>;
1443
+ save(title: string): Promise<SavedDesign>;
1444
1444
  /**
1445
1445
  * Returns a copy of the currently loaded design as a new, seperated workflow experience with
1446
1446
  * a fresh transaction.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.146",
3
+ "version": "0.10.148",
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",
@@ -79,7 +79,7 @@
79
79
  },
80
80
  "dependencies": {
81
81
  "@apollo/client": "^3.7.0",
82
- "@spiffcommerce/papyrus": "1.5.46",
82
+ "@spiffcommerce/papyrus": "^1.5.47",
83
83
  "canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
84
84
  "cross-fetch": "^3.1.5",
85
85
  "graphql": "^16.6.0",