@commercetools/ts-client 0.0.0-beta.8 → 1.0.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 ADDED
@@ -0,0 +1,24 @@
1
+ # @commercetools/ts-client
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#434](https://github.com/commercetools/commercetools-sdk-typescript/pull/434) [`ea0a6c6`](https://github.com/commercetools/commercetools-sdk-typescript/commit/ea0a6c6008ffc6d89608039eabf69d16b37d288a) Thanks [@ajimae](https://github.com/ajimae)! - Introduce the new typescript client package with the following eatures and middleware
8
+ - [x] add client and middleware composer
9
+ - [x] add http-middleware
10
+ - [x] add error-middleware
11
+ - [x] add logger-middleware
12
+ - [x] add auth-middleware
13
+ - [x] add with-client-credentials-flow
14
+ - [x] add with-anonymous-session-flow
15
+ - [x] add with-password-flow
16
+ - [x] add with-refresh-token-flow
17
+ - [x] add with-existing-token-flow
18
+ - [x] add token cache
19
+ - [x] add retry-middleware
20
+ - [x] add correlation-id-middleware
21
+ - [x] add queue-middleware
22
+ - [x] add user-agent-middleware
23
+ - [x] add concurrent-modification-middleware
24
+ - [x] add axios and node-fetch support
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Ajima Chukwuemeka
3
+ Copyright (c) 2023 commercetools
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal