@commercetools/platform-sdk
Advanced tools
Comparing version 7.20.0 to 7.21.0
@@ -1,2 +0,2 @@ | ||
export * from "./declarations/src/index"; | ||
export * from "./declarations/src/index.js"; | ||
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1wbGF0Zm9ybS1zZGsuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9 |
@@ -64,3 +64,3 @@ /** | ||
* Maximum time (in milliseconds) that the Extension can respond within. | ||
* If no timeout is provided, the default value is used for all types of Extensions. | ||
* If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions. | ||
* The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions. | ||
@@ -127,3 +127,3 @@ * | ||
* Maximum time (in milliseconds) the Extension can respond within. | ||
* If no timeout is provided, the default value is used for all types of Extensions. | ||
* If no timeout is provided, the [default value](/#time-limits) is used for all types of Extensions, including `payment` Extensions. | ||
* The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions. | ||
@@ -328,3 +328,3 @@ * | ||
* Value to set. If not defined, the maximum value is used. | ||
* If no timeout is provided, the default value is used for all types of Extensions. | ||
* If no timeout is provided, the [default value](#time-limits) is used for all types of Extensions, including `payment` Extensions. | ||
* The maximum value is 10000 ms (10 seconds) for `payment` Extensions and 2000 ms (2 seconds) for all other Extensions. | ||
@@ -331,0 +331,0 @@ * |
@@ -7,3 +7,3 @@ { | ||
"name": "@commercetools/platform-sdk", | ||
"version": "7.20.0", | ||
"version": "7.21.0", | ||
"engines": { | ||
@@ -34,3 +34,3 @@ "node": ">=14" | ||
"@commercetools/sdk-middleware-logger": "^3.0.0", | ||
"@commercetools/ts-client": "^2.1.2" | ||
"@commercetools/ts-client": "^2.1.3" | ||
}, | ||
@@ -41,3 +41,3 @@ "devDependencies": { | ||
"tsconfig-replace-paths": "0.0.14", | ||
"uuid": "10.0.0" | ||
"uuid": "11.0.3" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
7374852