@spiffcommerce/core 0.10.191 → 0.10.193
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 +11 -11
- package/dist/module.js +13 -13
- package/dist/types.d.ts +3 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -600,6 +600,9 @@ export interface WorkflowManager {
|
|
|
600
600
|
removeVariationRecord: (recordNumber: number) => VariationRecord[];
|
|
601
601
|
reset: () => Promise<void>;
|
|
602
602
|
setCurrentAdjustingStepId: (stepId: string) => void;
|
|
603
|
+
/**
|
|
604
|
+
* Sets the given variation record. NOTE: This is also used to update existing variation records.
|
|
605
|
+
*/
|
|
603
606
|
setCurrentVariationRecord: (variationRecord: null | VariationRecord) => void;
|
|
604
607
|
setEditedStatus: (stepName: string, status: boolean) => void;
|
|
605
608
|
setInformationResults: (results: InformationResult[]) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.193",
|
|
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",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
87
|
"@apollo/client": "^3.7.0",
|
|
88
|
-
"@spiffcommerce/papyrus": "^1.5.
|
|
88
|
+
"@spiffcommerce/papyrus": "^1.5.60",
|
|
89
89
|
"canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
|
|
90
90
|
"cross-fetch": "^3.1.5",
|
|
91
91
|
"graphql": "^16.6.0",
|