Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Oct 3, 2024
1 parent 98a1731 commit 573a23f
Show file tree
Hide file tree
Showing 23 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions 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.14.0",
"version": "1.15.0",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
},
"devDependencies": {
"@vonage/auth": "^1.12.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/applications/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/applications",
"version": "1.14.0",
"version": "1.15.0",
"description": "Vonage Applications API",
"keywords": [
"vonage"
Expand Down Expand Up @@ -41,7 +41,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
},
"publishConfig": {
"directory": "dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/audit/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/audit",
"version": "1.14.0",
"version": "1.15.0",
"description": "Vonage Audit SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#readme",
"bugs": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@vonage/auth": "^1.12.0",
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "^1.8.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 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.5.0",
"version": "1.6.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,9 +34,9 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/messages": "^1.16.0",
"@vonage/server-client": "^1.14.0",
"@vonage/users": "^1.8.0",
"@vonage/voice": "^1.14.0"
"@vonage/messages": "^1.17.0",
"@vonage/server-client": "^1.15.0",
"@vonage/users": "^1.9.0",
"@vonage/voice": "^1.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/meetings/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/meetings",
"version": "1.10.0",
"version": "1.11.0",
"description": "Vonage Meetings Management API",
"homepage": "httsp://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "^1.8.0",
"debug": "4.3.6",
"fast-xml-parser": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0",
"version": "1.17.0",
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
"keywords": [
"whatsapp",
Expand Down Expand Up @@ -47,7 +47,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "^1.8.0",
"debug": "^4.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "1.2.0",
"description": "Network API Client package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/network-client#readme",
"bugs": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@vonage/auth": "^1.12.0",
"@vonage/jwt": "1.11.0",
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "1.8.0",
"debug": "4.3.6"
}
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.1.0",
"version": "1.2.0",
"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.1.0"
"@vonage/network-client": "^1.2.0"
}
}
6 changes: 3 additions & 3 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.1.0",
"version": "1.2.0",
"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.1.0",
"@vonage/server-client": "^1.14.0"
"@vonage/network-client": "^1.2.0",
"@vonage/server-client": "^1.15.0"
}
}
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "1.7.0",
"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 Expand Up @@ -38,6 +38,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
}
}
4 changes: 2 additions & 2 deletions 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.14.0",
"version": "1.15.0",
"description": "Vonage Number Insights API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@vonage/auth": "^1.12.0",
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "^1.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions 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.14.0",
"version": "1.15.0",
"description": "Vonage Numbers SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@types/lodash.omit": "4.5.8",
"@vonage/auth": "^1.12.0",
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "^1.8.0",
"lodash.omit": "4.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.14.0",
"version": "1.15.0",
"description": "Vonage API for pricing",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@vonage/auth": "^1.12.0",
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "^1.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/redact/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/redact",
"version": "1.13.0",
"version": "1.14.0",
"description": "Delete data from the Vonage platform.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme",
"bugs": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
},
"publishConfig": {
"directory": "dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-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/server-client",
"version": "1.14.0",
"version": "1.15.0",
"description": "The Vonage Server Client provides core functionalities for interacting with Vonage APIs, ensuring a standardized response regardless of the underlying HTTP adapter.",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down
32 changes: 16 additions & 16 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.17.0",
"version": "3.18.0",
"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.14.0",
"@vonage/applications": "^1.14.0",
"@vonage/accounts": "^1.15.0",
"@vonage/applications": "^1.15.0",
"@vonage/auth": "^1.12.0",
"@vonage/conversations": "^1.5.0",
"@vonage/messages": "^1.16.0",
"@vonage/number-insights": "^1.14.0",
"@vonage/numbers": "^1.14.0",
"@vonage/pricing": "^1.14.0",
"@vonage/redact": "^1.13.0",
"@vonage/server-client": "^1.14.0",
"@vonage/sms": "^1.15.0",
"@vonage/users": "^1.8.0",
"@vonage/verify": "^1.14.0",
"@vonage/verify2": "^1.13.0",
"@vonage/video": "^1.18.0",
"@vonage/voice": "^1.14.0"
"@vonage/conversations": "^1.6.0",
"@vonage/messages": "^1.17.0",
"@vonage/number-insights": "^1.15.0",
"@vonage/numbers": "^1.15.0",
"@vonage/pricing": "^1.15.0",
"@vonage/redact": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/sms": "^1.16.0",
"@vonage/users": "^1.9.0",
"@vonage/verify": "^1.15.0",
"@vonage/verify2": "^1.14.0",
"@vonage/video": "^1.19.0",
"@vonage/voice": "^1.15.0"
},
"publishConfig": {
"directory": "dist"
Expand Down
4 changes: 2 additions & 2 deletions 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.15.0",
"version": "1.16.0",
"description": "Vonage SMS API SDK package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@vonage/auth": "^1.12.0",
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
},
"publishConfig": {
"directory": "dist"
Expand Down
4 changes: 2 additions & 2 deletions packages/subaccounts/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/subaccounts",
"version": "1.10.0",
"version": "1.11.0",
"description": "The Subaccounts API enables you to create subaccounts under your primary account. Subaccounts facilitate differential product configuration, reporting, and billing. The Subaccounts API is released initially with restricted availability.",
"keywords": [
"vonage"
Expand Down Expand Up @@ -41,6 +41,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/users/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/users",
"version": "1.8.0",
"version": "1.9.0",
"description": "The concept of a user exists in Vonage APIs, you can associate one with a user in your own application if you choose. A user can have multiple memberships to conversations and can communicate with other users through various different mediums.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/user#readme",
"bugs": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
}
}
4 changes: 2 additions & 2 deletions packages/verify/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/verify",
"version": "1.14.0",
"version": "1.15.0",
"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.",
"keywords": [
"vonage",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@types/lodash.omit": "4.5.9",
"@vonage/auth": "^1.12.0",
"@vonage/server-client": "^1.14.0",
"@vonage/server-client": "^1.15.0",
"@vonage/vetch": "^1.8.0",
"lodash.omit": "^4.5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/verify2/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/verify2",
"version": "1.13.0",
"version": "1.14.0",
"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.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/verify2#readme",
"bugs": {
Expand Down Expand Up @@ -38,6 +38,6 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@vonage/server-client": "^1.14.0"
"@vonage/server-client": "^1.15.0"
}
}
Loading

0 comments on commit 573a23f

Please sign in to comment.