Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vonage/conversations@1.3.0
 - @vonage/messages@1.14.0
 - @Vonage/server-sdk@3.15.0
  • Loading branch information
manchuck committed Jul 1, 2024
1 parent a4c6a47 commit 24103b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/conversations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/conversations",
"version": "1.2.1",
"version": "1.3.0",
"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.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/conversations#readme",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/messages": "^1.13.0",
"@vonage/messages": "^1.14.0",
"@vonage/server-client": "^1.12.0",
"@vonage/users": "^1.6.0",
"@vonage/voice": "^1.12.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/messages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/messages",
"version": "1.13.0",
"version": "1.14.0",
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
"keywords": [
"whatsapp",
Expand Down
6 changes: 3 additions & 3 deletions packages/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/server-sdk",
"version": "3.14.2",
"version": "3.15.0",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"@vonage/accounts": "^1.12.0",
"@vonage/applications": "^1.12.0",
"@vonage/auth": "^1.10.0",
"@vonage/conversations": "^1.2.1",
"@vonage/messages": "^1.13.0",
"@vonage/conversations": "^1.3.0",
"@vonage/messages": "^1.14.0",
"@vonage/number-insights": "^1.12.0",
"@vonage/numbers": "^1.12.0",
"@vonage/pricing": "^1.12.0",
Expand Down

0 comments on commit 24103b0

Please sign in to comment.