Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Jan 21, 2025
1 parent afca812 commit 44b468d
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/accounts/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/accounts",
"version": "1.16.2",
"version": "1.16.3",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down
6 changes: 3 additions & 3 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.7.3",
"version": "1.7.4",
"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,9 +34,9 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/messages": "^1.18.1",
"@vonage/messages": "^1.18.2",
"@vonage/server-client": "^1.16.1",
"@vonage/users": "^1.10.1",
"@vonage/voice": "^1.17.0"
"@vonage/voice": "^1.17.1"
}
}
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.18.1",
"version": "1.18.2",
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
"keywords": [
"whatsapp",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-client/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/network-client",
"version": "1.3.1",
"version": "1.3.2",
"description": "Network API Client package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-client#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/network-number-verification/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/network-number-verification",
"version": "1.3.1",
"version": "1.3.2",
"description": "Number Verfication for GNP",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-number-verification#readme",
"bugs": {
Expand Down Expand Up @@ -34,6 +34,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/network-client": "^1.3.1"
"@vonage/network-client": "^1.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/network-sim-swap/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/network-sim-swap",
"version": "1.3.1",
"version": "1.3.2",
"description": "A Network API client for checking if a SIM card was swapped recently for a phone number",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-sim-swap#readme",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/network-client": "^1.3.1",
"@vonage/network-client": "^1.3.2",
"@vonage/server-client": "^1.16.1"
}
}
2 changes: 1 addition & 1 deletion packages/number-insight-v2/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/number-insight-v2",
"version": "1.8.3",
"version": "1.8.4",
"description": "Number Insight v2 is designed to give fraud scores for Application Integrations.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/number-insight-v2#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/number-insights/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/number-insights",
"version": "1.16.1",
"version": "1.16.2",
"description": "Vonage Number Insights API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/numbers/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/numbers",
"version": "1.16.2",
"version": "1.16.3",
"description": "Vonage Numbers SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pricing/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/pricing",
"version": "1.16.2",
"version": "1.16.3",
"description": "Vonage API for pricing",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down
20 changes: 10 additions & 10 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.19.3",
"version": "3.19.4",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -38,22 +38,22 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/accounts": "^1.16.2",
"@vonage/accounts": "^1.16.3",
"@vonage/applications": "^1.16.1",
"@vonage/auth": "^1.12.0",
"@vonage/conversations": "^1.7.3",
"@vonage/messages": "^1.18.1",
"@vonage/number-insights": "^1.16.1",
"@vonage/numbers": "^1.16.2",
"@vonage/pricing": "^1.16.2",
"@vonage/conversations": "^1.7.4",
"@vonage/messages": "^1.18.2",
"@vonage/number-insights": "^1.16.2",
"@vonage/numbers": "^1.16.3",
"@vonage/pricing": "^1.16.3",
"@vonage/redact": "^1.15.1",
"@vonage/server-client": "^1.16.1",
"@vonage/sms": "^1.17.2",
"@vonage/sms": "^1.17.3",
"@vonage/users": "^1.10.1",
"@vonage/verify": "^1.16.1",
"@vonage/verify2": "^1.15.1",
"@vonage/video": "^1.21.0",
"@vonage/voice": "^1.17.0"
"@vonage/video": "^1.21.1",
"@vonage/voice": "^1.17.1"
},
"publishConfig": {
"directory": "dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/sms/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/sms",
"version": "1.17.2",
"version": "1.17.3",
"description": "Vonage SMS API SDK package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/video/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/video",
"version": "1.21.0",
"version": "1.21.1",
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
"keywords": [
"vonage",
Expand Down
2 changes: 1 addition & 1 deletion packages/voice/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/voice",
"version": "1.17.0",
"version": "1.17.1",
"description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.",
"keywords": [
"vonage",
Expand Down

0 comments on commit 44b468d

Please sign in to comment.