Skip to content

Commit e8594aa

Browse files
committed
Publish
- @vonage/conversations@1.9.2 - @vonage/messages@1.20.2 - @Vonage/server-sdk@3.22.3
1 parent 7743696 commit e8594aa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.9.1",
4+
"version": "1.9.2",
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,7 +34,7 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/messages": "^1.20.1",
37+
"@vonage/messages": "^1.20.2",
3838
"@vonage/server-client": "^1.17.0",
3939
"@vonage/users": "^1.11.0",
4040
"@vonage/voice": "^1.18.0"

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

packages/server-sdk/package.json

Lines changed: 3 additions & 3 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.22.2",
4+
"version": "3.22.3",
55
"description": "Node.js Client for the Vonage API Platform",
66
"homepage": "https://developer.vonage.com",
77
"bugs": {
@@ -41,8 +41,8 @@
4141
"@vonage/accounts": "^1.17.0",
4242
"@vonage/applications": "^1.17.0",
4343
"@vonage/auth": "^1.12.0",
44-
"@vonage/conversations": "^1.9.1",
45-
"@vonage/messages": "^1.20.1",
44+
"@vonage/conversations": "^1.9.2",
45+
"@vonage/messages": "^1.20.2",
4646
"@vonage/number-insights": "^1.17.1",
4747
"@vonage/numbers": "^1.17.0",
4848
"@vonage/pricing": "^1.17.0",

0 commit comments

Comments
 (0)