@spiffcommerce/core 0.10.66 → 0.10.68
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 +2 -2
- package/dist/types.d.ts +1 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1294,7 +1294,7 @@ export class SpiffCommerceClient {
|
|
|
1294
1294
|
* @param transactionId The id of the transaction
|
|
1295
1295
|
* @returns A promise resolving at initialization completion.
|
|
1296
1296
|
*/
|
|
1297
|
-
initFromTransaction(transactionId: string): Promise<void>;
|
|
1297
|
+
initFromTransaction(transactionId: string, readOnly?: boolean): Promise<void>;
|
|
1298
1298
|
/**
|
|
1299
1299
|
* Creates a new instance of WorkflowExperience. A high level wrapper for workflows.
|
|
1300
1300
|
* @param workflowId The id of the workflow to be run.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spiffcommerce/core",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.68",
|
|
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.27",
|
|
84
84
|
"canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
|
|
85
85
|
"cross-fetch": "^3.1.5",
|
|
86
86
|
"graphql": "^16.6.0",
|