@vonage/accounts 1.6.0 → 1.7.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/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@ This is the Vonage Account SDK for Node.js for use with [Vonage APIs](https://ww
|
|
|
8
8
|
|
|
9
9
|
For full API documentation refer to [developer.vonage.com](https://developer.vonage.com/).
|
|
10
10
|
|
|
11
|
+
If you are updating from V2 to V3, please check the migration guide found [here](https://github.com/Vonage/vonage-node-sdk/blob/3.x/packages/accounts/v2_TO_v3_MIGRATION_GUIDE.md)
|
|
12
|
+
|
|
11
13
|
* [Installation](#installation)
|
|
12
14
|
* [Usage](#usage)
|
|
13
15
|
* [Promises](#promises)
|
|
@@ -96,5 +98,7 @@ Run:
|
|
|
96
98
|
npm run test
|
|
97
99
|
```
|
|
98
100
|
|
|
101
|
+
|
|
102
|
+
|
|
99
103
|
[signup]: https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=node-server-sdk
|
|
100
104
|
[license]: ../../LICENSE.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/accounts",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Vonage Account Management API",
|
|
5
5
|
"homepage": "https://developer.vonage.com",
|
|
6
6
|
"bugs": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"compile": "npx tsc --build --verbose"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@vonage/server-client": "^1.
|
|
30
|
+
"@vonage/server-client": "^1.7.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@vonage/auth": "^1.5.0",
|