Skip to content

Commit 52e85df

Browse files
committed
1 parent 13438d6 commit 52e85df

File tree

25 files changed

+79
-79
lines changed

25 files changed

+79
-79
lines changed

packages/accounts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/accounts",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "Vonage Account Management API",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -38,10 +38,10 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/server-client": "^1.13.0"
41+
"@vonage/server-client": "^1.14.0"
4242
},
4343
"devDependencies": {
44-
"@vonage/auth": "^1.11.0",
44+
"@vonage/auth": "^1.12.0",
4545
"nock": "^13.3.4"
4646
},
4747
"publishConfig": {

packages/applications/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/applications",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "Vonage Applications API",
66
"keywords": [
77
"vonage"
@@ -41,7 +41,7 @@
4141
"prepublishOnly": "npm run build"
4242
},
4343
"dependencies": {
44-
"@vonage/server-client": "^1.13.0"
44+
"@vonage/server-client": "^1.14.0"
4545
},
4646
"publishConfig": {
4747
"directory": "dist"

packages/audit/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/audit",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "Vonage Audit SDK Package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#readme",
77
"bugs": {
@@ -34,8 +34,8 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/auth": "^1.11.0",
38-
"@vonage/server-client": "^1.13.0",
37+
"@vonage/auth": "^1.12.0",
38+
"@vonage/server-client": "^1.14.0",
3939
"@vonage/vetch": "^1.8.0"
4040
},
4141
"devDependencies": {

packages/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/auth",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"description": "Vonage Auth Package adds the correct authentication headers to requests to Vonage API's",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/auth#readme",
77
"bugs": {

packages/conversations/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/conversations",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"description": "The Vonage Conversation API enables you to build conversation features where communication can take place across multiple mediums including IP Messaging, PSTN Voice, SMS and WebRTC Audio and Video. The context of the conversations is maintained though each communication event taking place within a conversation, no matter the medium.",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/conversations#readme",
77
"bugs": {
@@ -34,9 +34,9 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/messages": "^1.15.0",
38-
"@vonage/server-client": "^1.13.0",
39-
"@vonage/users": "^1.7.0",
40-
"@vonage/voice": "^1.13.0"
37+
"@vonage/messages": "^1.16.0",
38+
"@vonage/server-client": "^1.14.0",
39+
"@vonage/users": "^1.8.0",
40+
"@vonage/voice": "^1.14.0"
4141
}
4242
}

packages/meetings/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/meetings",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"description": "Vonage Meetings Management API",
66
"homepage": "httsp://developer.vonage.com",
77
"bugs": {
@@ -38,15 +38,15 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/server-client": "^1.13.0",
41+
"@vonage/server-client": "^1.14.0",
4242
"@vonage/vetch": "^1.8.0",
4343
"debug": "4.3.6",
4444
"fast-xml-parser": "^4.3.2",
4545
"form-data": "^4.0.0"
4646
},
4747
"devDependencies": {
4848
"@types/lodash.pick": "4.4.8",
49-
"@vonage/auth": "^1.11.0",
49+
"@vonage/auth": "^1.12.0",
5050
"lodash.pick": "3.1.0",
5151
"nock": "^13.3.4"
5252
}

packages/messages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/messages",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
66
"keywords": [
77
"whatsapp",
@@ -47,7 +47,7 @@
4747
"prepublishOnly": "npm run build"
4848
},
4949
"dependencies": {
50-
"@vonage/server-client": "^1.13.0",
50+
"@vonage/server-client": "^1.14.0",
5151
"@vonage/vetch": "^1.8.0",
5252
"debug": "^4.3.4"
5353
},

packages/network-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/network-client",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Network API Client package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-client#readme",
77
"bugs": {
@@ -34,9 +34,9 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/auth": "1.11.0",
37+
"@vonage/auth": "^1.12.0",
3838
"@vonage/jwt": "1.11.0",
39-
"@vonage/server-client": "1.13.0",
39+
"@vonage/server-client": "^1.14.0",
4040
"@vonage/vetch": "1.8.0",
4141
"debug": "4.3.6"
4242
}

packages/network-number-verification/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/network-number-verification",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "Number Verfication for GNP",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-number-verification#readme",
77
"bugs": {
@@ -34,6 +34,6 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/network-client": "1.0.1"
37+
"@vonage/network-client": "^1.1.0"
3838
}
3939
}

packages/network-sim-swap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/network-sim-swap",
4-
"version": "1.0.1",
4+
"version": "1.1.0",
55
"description": "A Network API client for checking if a SIM card was swapped recently for a phone number",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-sim-swap#readme",
77
"bugs": {
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/network-client": "1.0.1",
38-
"@vonage/server-client": "1.13.0"
37+
"@vonage/network-client": "^1.1.0",
38+
"@vonage/server-client": "^1.14.0"
3939
}
4040
}

packages/number-insight-v2/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/number-insight-v2",
4-
"version": "1.5.0",
4+
"version": "1.6.0",
55
"description": "Number Insight v2 is designed to give fraud scores for Application Integrations.",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/number-insight-v2#readme",
77
"bugs": {
@@ -38,6 +38,6 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/server-client": "^1.13.0"
41+
"@vonage/server-client": "^1.14.0"
4242
}
4343
}

packages/number-insights/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/number-insights",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "Vonage Number Insights API",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -38,8 +38,8 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/auth": "^1.11.0",
42-
"@vonage/server-client": "^1.13.0",
41+
"@vonage/auth": "^1.12.0",
42+
"@vonage/server-client": "^1.14.0",
4343
"@vonage/vetch": "^1.8.0"
4444
},
4545
"devDependencies": {

packages/numbers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/numbers",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "Vonage Numbers SDK Package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
77
"bugs": {
@@ -43,8 +43,8 @@
4343
},
4444
"dependencies": {
4545
"@types/lodash.omit": "4.5.8",
46-
"@vonage/auth": "^1.11.0",
47-
"@vonage/server-client": "^1.13.0",
46+
"@vonage/auth": "^1.12.0",
47+
"@vonage/server-client": "^1.14.0",
4848
"@vonage/vetch": "^1.8.0",
4949
"lodash.omit": "4.5.0"
5050
},

packages/pricing/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/pricing",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "Vonage API for pricing",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -38,8 +38,8 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/auth": "^1.11.0",
42-
"@vonage/server-client": "^1.13.0",
41+
"@vonage/auth": "^1.12.0",
42+
"@vonage/server-client": "^1.14.0",
4343
"@vonage/vetch": "^1.8.0"
4444
},
4545
"devDependencies": {

packages/proactive-connect/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/proactive-connect",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"description": "Send large scale outreach campaigns using any channels available through the Vonage APIs",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/proactive-connect#readme",
77
"bugs": {
@@ -34,14 +34,14 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/server-client": "^1.13.0",
37+
"@vonage/server-client": "^1.14.0",
3838
"@vonage/vetch": "^1.8.0",
3939
"debug": "4.3.6",
4040
"form-data": "^4.0.0",
4141
"lodash.pick": "3.1.0"
4242
},
4343
"devDependencies": {
44-
"@vonage/auth": "^1.11.0",
44+
"@vonage/auth": "^1.12.0",
4545
"nock": "^13.3.4"
4646
}
4747
}

packages/redact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/redact",
4-
"version": "1.12.0",
4+
"version": "1.13.0",
55
"description": "Delete data from the Vonage platform.",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme",
77
"bugs": {
@@ -38,7 +38,7 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/server-client": "^1.13.0"
41+
"@vonage/server-client": "^1.14.0"
4242
},
4343
"publishConfig": {
4444
"directory": "dist"

packages/server-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/server-client",
4-
"version": "1.13.0",
4+
"version": "1.14.0",
55
"description": "The Vonage Server Client provides core functionalities for interacting with Vonage APIs, ensuring a standardized response regardless of the underlying HTTP adapter.",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -37,7 +37,7 @@
3737
"compile": "npx tsc --build --verbose"
3838
},
3939
"dependencies": {
40-
"@vonage/auth": "^1.11.0",
40+
"@vonage/auth": "^1.12.0",
4141
"@vonage/vetch": "^1.8.0",
4242
"debug": "^4.3.4",
4343
"lodash.camelcase": "^4.3.0",

packages/server-sdk/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/server-sdk",
4-
"version": "3.16.0",
4+
"version": "3.17.0",
55
"description": "Node.js Client for the Vonage API Platform",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -38,22 +38,22 @@
3838
"prepublishOnly": "npm run build"
3939
},
4040
"dependencies": {
41-
"@vonage/accounts": "^1.13.0",
42-
"@vonage/applications": "^1.13.0",
43-
"@vonage/auth": "^1.11.0",
44-
"@vonage/conversations": "^1.4.0",
45-
"@vonage/messages": "^1.15.0",
46-
"@vonage/number-insights": "^1.13.0",
47-
"@vonage/numbers": "^1.13.0",
48-
"@vonage/pricing": "^1.13.0",
49-
"@vonage/redact": "^1.12.0",
50-
"@vonage/server-client": "^1.13.0",
51-
"@vonage/sms": "^1.14.0",
52-
"@vonage/users": "^1.7.0",
53-
"@vonage/verify": "^1.13.0",
54-
"@vonage/verify2": "^1.12.0",
55-
"@vonage/video": "^1.17.0",
56-
"@vonage/voice": "^1.13.0"
41+
"@vonage/accounts": "^1.14.0",
42+
"@vonage/applications": "^1.14.0",
43+
"@vonage/auth": "^1.12.0",
44+
"@vonage/conversations": "^1.5.0",
45+
"@vonage/messages": "^1.16.0",
46+
"@vonage/number-insights": "^1.14.0",
47+
"@vonage/numbers": "^1.14.0",
48+
"@vonage/pricing": "^1.14.0",
49+
"@vonage/redact": "^1.13.0",
50+
"@vonage/server-client": "^1.14.0",
51+
"@vonage/sms": "^1.15.0",
52+
"@vonage/users": "^1.8.0",
53+
"@vonage/verify": "^1.14.0",
54+
"@vonage/verify2": "^1.13.0",
55+
"@vonage/video": "^1.18.0",
56+
"@vonage/voice": "^1.14.0"
5757
},
5858
"publishConfig": {
5959
"directory": "dist"

0 commit comments

Comments
 (0)