@commercetools/history-sdk 5.12.0 → 5.13.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.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1239](https://github.com/commercetools/commercetools-sdk-typescript/pull/1239) [`4d930a0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4d930a0c084ae6a4404cee8c893442aeb258c484) Thanks [@ShipilA](https://github.com/ShipilA)! - Monthly release
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`4d930a0`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4d930a0c084ae6a4404cee8c893442aeb258c484)]:
12
+ - @commercetools/ts-client@4.9.1
13
+
3
14
  ## 5.12.0
4
15
 
5
16
  ### Minor Changes
@@ -317,7 +317,7 @@ export interface CustomFields {
317
317
  */
318
318
  readonly type: TypeReference;
319
319
  /**
320
- * Object containing the Custom Fields for the [customized resource or data type](/../api/projects/types#resourcetypeid).
320
+ * Object containing the Custom Fields of the [customized resource or data type](/../api/projects/types#resourcetypeid).
321
321
  *
322
322
  *
323
323
  */
@@ -3352,7 +3352,7 @@ export interface ScopedPrice {
3352
3352
  */
3353
3353
  readonly discounted?: DiscountedPrice;
3354
3354
  /**
3355
- * Custom Fields for the Price.
3355
+ * Custom Fields of the Price.
3356
3356
  *
3357
3357
  *
3358
3358
  */
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "name": "@commercetools/history-sdk",
7
- "version": "5.12.0",
7
+ "version": "5.13.0",
8
8
  "engines": {
9
9
  "node": ">=18"
10
10
  },
@@ -32,10 +32,10 @@
32
32
  "./dist/commercetools-history-sdk.esm.js": "./dist/commercetools-history-sdk.browser.esm.js"
33
33
  },
34
34
  "dependencies": {
35
- "@commercetools/ts-client": "^4.9.0"
35
+ "@commercetools/ts-client": "^4.9.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@commercetools/platform-sdk": "8.24.0",
38
+ "@commercetools/platform-sdk": "8.25.0",
39
39
  "@types/uuid": "10.0.0",
40
40
  "organize-imports-cli": "0.10.0",
41
41
  "tsconfig-replace-paths": "0.0.14",