@sinch/sdk-client 0.0.5 → 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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,9 +13,6 @@ There are 5 folders in this package:
13
13
  - response plugins will modify the response, e.g.: response content is checked and transformed into an exception if the content is empty.
14
14
  - `utils`: it contains some utility methods that are used by the API SDKs, such as the methods to validate headers are valid in a callback event request, or a method to convert text to hexadecimal for a UDH header
15
15
 
16
- > <span style="color:red; font-weight:bold">Warning:</span>
17
- > **This SDK is currently available to selected developers for preview use only. It is being provided for the purpose of collecting feedback, and should not be used in production environments.**
18
-
19
16
  ## Architecture
20
17
  ![High level architecture](./documentation/High-level-architecture.png)
21
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinch/sdk-client",
3
- "version": "0.0.5",
3
+ "version": "1.0.0",
4
4
  "description": "Core services related to interacting with Sinch API",
5
5
  "homepage": "",
6
6
  "repository": {