Skip to content

Commit 95000a3

Browse files
committed
Publish
- @vonage/conversations@1.10.5 - @vonage/messages@1.21.5 - @Vonage/server-sdk@3.24.3 - @vonage/verify2@1.16.4
1 parent 72bbe1c commit 95000a3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/conversations/package.json

Lines changed: 2 additions & 2 deletions
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.10.4",
4+
"version": "1.10.5",
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": {
@@ -52,7 +52,7 @@
5252
"prepublishOnly": "npm run build"
5353
},
5454
"dependencies": {
55-
"@vonage/messages": "^1.20.4",
55+
"@vonage/messages": "^1.21.5",
5656
"@vonage/server-client": "^1.17.2",
5757
"@vonage/users": "^1.11.2",
5858
"@vonage/voice": "^1.18.2"

packages/messages/package.json

Lines changed: 1 addition & 1 deletion
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.21.4",
4+
"version": "1.21.5",
55
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
66
"keywords": [
77
"whatsapp",

packages/server-sdk/package.json

Lines changed: 4 additions & 4 deletions
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.24.2",
4+
"version": "3.24.3",
55
"description": "Node.js Client for the Vonage API Platform",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -59,8 +59,8 @@
5959
"@vonage/accounts": "^1.17.2",
6060
"@vonage/applications": "^1.17.2",
6161
"@vonage/auth": "^1.12.1",
62-
"@vonage/conversations": "^1.10.4",
63-
"@vonage/messages": "^1.21.4",
62+
"@vonage/conversations": "^1.10.5",
63+
"@vonage/messages": "^1.21.5",
6464
"@vonage/number-insights": "^1.17.3",
6565
"@vonage/numbers": "^1.19.1",
6666
"@vonage/pricing": "^1.17.2",
@@ -69,7 +69,7 @@
6969
"@vonage/sms": "^1.18.2",
7070
"@vonage/users": "^1.11.2",
7171
"@vonage/verify": "^1.17.2",
72-
"@vonage/verify2": "^1.16.3",
72+
"@vonage/verify2": "^1.16.4",
7373
"@vonage/video": "^1.25.2",
7474
"@vonage/voice": "^1.18.2"
7575
},

packages/verify2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@vonage/verify2",
4-
"version": "1.16.3",
4+
"version": "1.16.4",
55
"description": "Verify API provides a choice of routes for sending a code to a user. You can use this to confirm a user's contact information, as a second factor when authenticating users, or for step-up authentication.",
66
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/verify2#readme",
77
"bugs": {

0 commit comments

Comments
 (0)