@sp-api-sdk/catalog-items-api-2022-04-01 5.0.0 → 5.1.1

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/README.md CHANGED
@@ -69,10 +69,10 @@ const client = new CatalogItemsApiClient({
69
69
  region: 'eu',
70
70
  logging: {
71
71
  request: {
72
- logger: console.debug
72
+ logger: console.debug,
73
73
  },
74
74
  response: {
75
- logger: console.debug
75
+ logger: console.debug,
76
76
  },
77
77
  error: true,
78
78
  },
@@ -83,14 +83,13 @@ Specifying `true` will use the default options, specifying an object will allow
83
83
  This uses [axios-logger](https://github.com/hg-pyun/axios-logger) under the hood.
84
84
  By default, if enabled, the `request` and `response` loggers will use `console.info` and the `error` logger will use `console.error`.
85
85
 
86
-
87
86
  ## License
88
87
 
89
88
  MIT
90
89
 
91
90
  ## Miscellaneous
92
91
 
93
- ```
92
+ ```text
94
93
  ╚⊙ ⊙╝
95
94
  ╚═(███)═╝
96
95
  ╚═(███)═╝