commercetools-sdk-typescript
commercetools-sdk-typescript copied to clipboard
The e-commerce SDK from commercetools for JavaScript written in TypeScript.
The [type definition](https://github.com/commercetools/commercetools-sdk-typescript/blob/77f2d249208729ba0a9151720a66f65e762b34ec/packages/platform-sdk/src/generated/models/product.ts#L887) for `ProductVariantAvailability` appears to be incomplete because the response from the API includes the ID and version of the associated inventory entry. It seems like definition for...
It seems the @commercetools/ts-client is using `data` as input arg instead of `body`. This results in the following deprecation warning ``` [https://github.com/node-fetch/node-fetch/issues/1000 (request)] DeprecationWarning: .data is not a valid RequestInit...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@babel/core](https://babel.dev/docs/en/next/babel-core) ([source](https://redirect.github.com/babel/babel/tree/HEAD/packages/babel-core)) | [`7.24.7` ->...
- [ ] Changeset added ### Features ### Fixes ### Breaking changes
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/uuid](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid)) | [`9.0.8` -> `10.0.0`](https://renovatebot.com/diffs/npm/@types%2fuuid/9.0.8/10.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
### Add request time and custom metrics ### Completed Task - [x] add request time and custom metrics
### Summary Completely switch out webpack module bundler with esbuild ### Completed Tasks - [x] fix issues with browser example - [x] replace webpack module bundle in favour of esbuild...