@spiffcommerce/core 0.10.107 → 0.10.109
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 +2 -2
- package/dist/module.js +1 -1
- package/dist/types.d.ts +3 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -596,7 +596,9 @@ export interface WorkflowManager {
|
|
|
596
596
|
setVariationRecords: (variationRecords: VariationRecord[]) => void;
|
|
597
597
|
toggleDesignConfirmed: () => void;
|
|
598
598
|
updateMetadata: (stepName: string, update: any) => void;
|
|
599
|
-
|
|
599
|
+
/**
|
|
600
|
+
* @deprecated State updates are being pulled internally. This function will be removed in the future.
|
|
601
|
+
*/
|
|
600
602
|
updateStateWithServerImmediate: (getReducerState: () => _CommandState1) => Promise<void>;
|
|
601
603
|
updateStorage: (stepName: string, update: _StepStorage1) => Promise<void>;
|
|
602
604
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.109",
|
|
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",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
82
|
"@apollo/client": "^3.7.0",
|
|
83
|
-
"@spiffcommerce/papyrus": "^1.5.
|
|
83
|
+
"@spiffcommerce/papyrus": "^1.5.33",
|
|
84
84
|
"canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
|
|
85
85
|
"cross-fetch": "^3.1.5",
|
|
86
86
|
"graphql": "^16.6.0",
|