@spiffcommerce/core 0.10.46 → 0.10.48
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 +0 -2
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -452,7 +452,6 @@ export interface WorkflowManager {
|
|
|
452
452
|
getAllLayoutData: () => LayoutState[];
|
|
453
453
|
getLayoutPreviewService: () => any;
|
|
454
454
|
getPreviewService: () => any | undefined;
|
|
455
|
-
getProductName: () => string | undefined;
|
|
456
455
|
getProfanities: () => string[];
|
|
457
456
|
getRegionElements: (stepName: string) => RegionElement[];
|
|
458
457
|
getSerializedStep: (stepName: string, serializedSteps: SerializableStep[]) => SerializableStep | undefined;
|
|
@@ -1336,7 +1335,6 @@ export class MockWorkflowManager implements WorkflowManager {
|
|
|
1336
1335
|
getAll: () => Map<any, any>;
|
|
1337
1336
|
};
|
|
1338
1337
|
getPreviewService(): any;
|
|
1339
|
-
getProductName(): string;
|
|
1340
1338
|
getProfanities(): any[];
|
|
1341
1339
|
getRegionElements(_stepName: string): any[];
|
|
1342
1340
|
getSerializedStep(_stepName: string, _serializedSteps: SerializableStep[]): any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.48",
|
|
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.18",
|
|
84
84
|
"canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
|
|
85
85
|
"cross-fetch": "^3.1.5",
|
|
86
86
|
"graphql": "^16.6.0",
|