@sinch/sdk-core 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 +7 -7
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  This package contains the Sinch Client SDK for Node.js. To use it, you will need a Sinch account. Please [sign up](https://dashboard.sinch.com/signup) or [log in](https://dashboard.sinch.com/login) if you already have one.
4
4
 
5
- > <span style="color:red; font-weight:bold">Warning:</span>
6
- > **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.**
7
-
8
5
  ## Installation
9
6
 
10
7
  ### With NPM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinch/sdk-core",
3
- "version": "0.0.5",
3
+ "version": "1.0.0",
4
4
  "description": "Node.js client for the Sinch API platform",
5
5
  "homepage": "",
6
6
  "repository": {
@@ -29,12 +29,12 @@
29
29
  "compile": "tsc --build --verbose"
30
30
  },
31
31
  "dependencies": {
32
- "@sinch/conversation": "^0.0.5",
33
- "@sinch/fax": "^0.0.5",
34
- "@sinch/numbers": "^0.0.5",
35
- "@sinch/sms": "^0.0.5",
36
- "@sinch/verification": "^0.0.5",
37
- "@sinch/voice": "^0.0.5"
32
+ "@sinch/conversation": "^1.0.0",
33
+ "@sinch/fax": "^1.0.0",
34
+ "@sinch/numbers": "^1.0.0",
35
+ "@sinch/sms": "^1.0.0",
36
+ "@sinch/verification": "^1.0.0",
37
+ "@sinch/voice": "^1.0.0"
38
38
  },
39
39
  "devDependencies": {},
40
40
  "publishConfig": {