@commercetools/history-sdk 5.2.1 → 5.3.0
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @commercetools/history-sdk
|
|
2
2
|
|
|
3
|
+
## 5.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1074](https://github.com/commercetools/commercetools-sdk-typescript/pull/1074) [`7aabe1f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/7aabe1f5e5d74682d2e95a18db0a1bb6c3ed69ed) Thanks [@ajimae](https://github.com/ajimae)! - new sdk release
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`7aabe1f`](https://github.com/commercetools/commercetools-sdk-typescript/commit/7aabe1f5e5d74682d2e95a18db0a1bb6c3ed69ed)]:
|
|
12
|
+
- @commercetools/ts-client@3.4.0
|
|
13
|
+
|
|
3
14
|
## 5.2.1
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
@@ -74,7 +74,7 @@ export interface Record {
|
|
|
74
74
|
*/
|
|
75
75
|
readonly stores: KeyReference[];
|
|
76
76
|
/**
|
|
77
|
-
* Reference to the [Business Unit](ctp:api:type:BusinessUnit) associated with the [Change](ctp:history:type:Change).
|
|
77
|
+
* Reference to the [Business Unit](ctp:api:type:BusinessUnit) associated with the [Change](ctp:history:type:Change). Only available for [B2B](/../offering/composable-commerce#composable-commerce-for-b2b)-enabled Projects.
|
|
78
78
|
*
|
|
79
79
|
*
|
|
80
80
|
*/
|
|
@@ -250,7 +250,7 @@ export interface ModifiedBy {
|
|
|
250
250
|
*/
|
|
251
251
|
readonly customer?: Reference;
|
|
252
252
|
/**
|
|
253
|
-
* The [Associate](ctp:api:type:Associate) who made the change in the context of a [Business Unit](ctp:api:type:BusinessUnit).
|
|
253
|
+
* The [Associate](ctp:api:type:Associate) who made the change in the context of a [Business Unit](ctp:api:type:BusinessUnit). Only available for [B2B](/../offering/composable-commerce#composable-commerce-for-b2b)-enabled Projects when an Associate acts on behalf of a company using the [associate endpoints](/associates-overview#on-the-associate-endpoints).
|
|
254
254
|
*
|
|
255
255
|
*
|
|
256
256
|
*/
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"name": "@commercetools/history-sdk",
|
|
7
|
-
"version": "5.
|
|
7
|
+
"version": "5.3.0",
|
|
8
8
|
"engines": {
|
|
9
9
|
"node": ">=18"
|
|
10
10
|
},
|
|
@@ -32,13 +32,10 @@
|
|
|
32
32
|
"./dist/commercetools-history-sdk.esm.js": "./dist/commercetools-history-sdk.browser.esm.js"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@commercetools/
|
|
36
|
-
"@commercetools/sdk-middleware-auth": "^7.0.0",
|
|
37
|
-
"@commercetools/sdk-middleware-http": "^7.0.0",
|
|
38
|
-
"@commercetools/sdk-middleware-logger": "^3.0.0"
|
|
35
|
+
"@commercetools/ts-client": "^3.4.0"
|
|
39
36
|
},
|
|
40
37
|
"devDependencies": {
|
|
41
|
-
"@commercetools/platform-sdk": "8.
|
|
38
|
+
"@commercetools/platform-sdk": "8.10.0",
|
|
42
39
|
"@types/uuid": "10.0.0",
|
|
43
40
|
"organize-imports-cli": "0.10.0",
|
|
44
41
|
"tsconfig-replace-paths": "0.0.14",
|