Skip to content

Commit 24103b0

Browse files
committed
Publish
- @vonage/[email protected] - @vonage/[email protected] - @Vonage/server-sdk@3.15.0
1 parent a4c6a47 commit 24103b0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/conversations/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/conversations",
4-
"version": "1.2.1",
4+
"version": "1.3.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,7 +34,7 @@
3434
"prepublishOnly": "npm run build"
3535
},
3636
"dependencies": {
37-
"@vonage/messages": "^1.13.0",
37+
"@vonage/messages": "^1.14.0",
3838
"@vonage/server-client": "^1.12.0",
3939
"@vonage/users": "^1.6.0",
4040
"@vonage/voice": "^1.12.1"

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

packages/server-sdk/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/server-sdk",
4-
"version": "3.14.2",
4+
"version": "3.15.0",
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.12.0",
4242
"@vonage/applications": "^1.12.0",
4343
"@vonage/auth": "^1.10.0",
44-
"@vonage/conversations": "^1.2.1",
45-
"@vonage/messages": "^1.13.0",
44+
"@vonage/conversations": "^1.3.0",
45+
"@vonage/messages": "^1.14.0",
4646
"@vonage/number-insights": "^1.12.0",
4747
"@vonage/numbers": "^1.12.0",
4848
"@vonage/pricing": "^1.12.0",

0 commit comments

Comments
 (0)