Skip to content

Commit 44b468d

Browse files
committed
chore(release): publish
1 parent afca812 commit 44b468d

File tree

14 files changed

+27
-27
lines changed

14 files changed

+27
-27
lines changed

packages/accounts/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/accounts",
4-
"version": "1.16.2",
4+
"version": "1.16.3",
55
"description": "Vonage Account Management API",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {

packages/conversations/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/conversations",
4-
"version": "1.7.3",
4+
"version": "1.7.4",
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.18.1",
37+
"@vonage/messages": "^1.18.2",
3838
"@vonage/server-client": "^1.16.1",
3939
"@vonage/users": "^1.10.1",
40-
"@vonage/voice": "^1.17.0"
40+
"@vonage/voice": "^1.17.1"
4141
}
4242
}

packages/messages/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/messages",
4-
"version": "1.18.1",
4+
"version": "1.18.2",
55
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
66
"keywords": [
77
"whatsapp",

packages/network-client/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/network-client",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"description": "Network API Client package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-client#readme",
77
"bugs": {

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.3.1",
4+
"version": "1.3.2",
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.3.1"
37+
"@vonage/network-client": "^1.3.2"
3838
}
3939
}

packages/network-sim-swap/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-sim-swap",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
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.3.1",
37+
"@vonage/network-client": "^1.3.2",
3838
"@vonage/server-client": "^1.16.1"
3939
}
4040
}

packages/number-insight-v2/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/number-insight-v2",
4-
"version": "1.8.3",
4+
"version": "1.8.4",
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": {

packages/number-insights/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/number-insights",
4-
"version": "1.16.1",
4+
"version": "1.16.2",
55
"description": "Vonage Number Insights API",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {

packages/numbers/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/numbers",
4-
"version": "1.16.2",
4+
"version": "1.16.3",
55
"description": "Vonage Numbers SDK Package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
77
"bugs": {

packages/pricing/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/pricing",
4-
"version": "1.16.2",
4+
"version": "1.16.3",
55
"description": "Vonage API for pricing",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {

packages/server-sdk/package.json

+10-10
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.19.3",
4+
"version": "3.19.4",
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.16.2",
41+
"@vonage/accounts": "^1.16.3",
4242
"@vonage/applications": "^1.16.1",
4343
"@vonage/auth": "^1.12.0",
44-
"@vonage/conversations": "^1.7.3",
45-
"@vonage/messages": "^1.18.1",
46-
"@vonage/number-insights": "^1.16.1",
47-
"@vonage/numbers": "^1.16.2",
48-
"@vonage/pricing": "^1.16.2",
44+
"@vonage/conversations": "^1.7.4",
45+
"@vonage/messages": "^1.18.2",
46+
"@vonage/number-insights": "^1.16.2",
47+
"@vonage/numbers": "^1.16.3",
48+
"@vonage/pricing": "^1.16.3",
4949
"@vonage/redact": "^1.15.1",
5050
"@vonage/server-client": "^1.16.1",
51-
"@vonage/sms": "^1.17.2",
51+
"@vonage/sms": "^1.17.3",
5252
"@vonage/users": "^1.10.1",
5353
"@vonage/verify": "^1.16.1",
5454
"@vonage/verify2": "^1.15.1",
55-
"@vonage/video": "^1.21.0",
56-
"@vonage/voice": "^1.17.0"
55+
"@vonage/video": "^1.21.1",
56+
"@vonage/voice": "^1.17.1"
5757
},
5858
"publishConfig": {
5959
"directory": "dist"

packages/sms/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/sms",
4-
"version": "1.17.2",
4+
"version": "1.17.3",
55
"description": "Vonage SMS API SDK package",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
77
"bugs": {

packages/video/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/video",
4-
"version": "1.21.0",
4+
"version": "1.21.1",
55
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
66
"keywords": [
77
"vonage",

packages/voice/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/voice",
4-
"version": "1.17.0",
4+
"version": "1.17.1",
55
"description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.",
66
"keywords": [
77
"vonage",

0 commit comments

Comments
 (0)