diff --git a/packages/accounts/package.json b/packages/accounts/package.json index bb2c22ce..dd83ace7 100644 --- a/packages/accounts/package.json +++ b/packages/accounts/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/accounts", - "version": "1.12.1", + "version": "1.13.0", "description": "Vonage Account Management API", "homepage": "https://developer.vonage.com", "bugs": { @@ -38,10 +38,10 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1" + "@vonage/server-client": "^1.13.0" }, "devDependencies": { - "@vonage/auth": "^1.10.1", + "@vonage/auth": "^1.11.0", "nock": "^13.3.4" }, "publishConfig": { diff --git a/packages/applications/package.json b/packages/applications/package.json index 2829bf61..908e3e98 100644 --- a/packages/applications/package.json +++ b/packages/applications/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/applications", - "version": "1.12.1", + "version": "1.13.0", "description": "Vonage Applications API", "keywords": [ "vonage" @@ -41,7 +41,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1" + "@vonage/server-client": "^1.13.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/audit/package.json b/packages/audit/package.json index 2a53cd71..49b0ad80 100644 --- a/packages/audit/package.json +++ b/packages/audit/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/audit", - "version": "1.12.1", + "version": "1.13.0", "description": "Vonage Audit SDK Package", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#readme", "bugs": { @@ -34,9 +34,9 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/auth": "^1.10.1", - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2" + "@vonage/auth": "^1.11.0", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0" }, "devDependencies": { "nock": "^13.3.4" diff --git a/packages/auth/package.json b/packages/auth/package.json index a442f6bd..e4e0531d 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/auth", - "version": "1.10.1", + "version": "1.11.0", "description": "Vonage Auth Package adds the correct authentication headers to requests to Vonage API's", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/auth#readme", "bugs": { @@ -38,7 +38,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/jwt": "^1.10.1", + "@vonage/jwt": "^1.11.0", "debug": "^4.3.4" }, "devDependencies": { diff --git a/packages/conversations/package.json b/packages/conversations/package.json index fdbfba9b..b22df323 100644 --- a/packages/conversations/package.json +++ b/packages/conversations/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/conversations", - "version": "1.3.1", + "version": "1.4.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": { @@ -34,9 +34,9 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/messages": "^1.14.1", - "@vonage/server-client": "^1.12.1", - "@vonage/users": "^1.6.1", - "@vonage/voice": "^1.12.2" + "@vonage/messages": "^1.15.0", + "@vonage/server-client": "^1.13.0", + "@vonage/users": "^1.7.0", + "@vonage/voice": "^1.13.0" } } diff --git a/packages/jwt/package.json b/packages/jwt/package.json index d6aa6913..b3b599f3 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/jwt", - "version": "1.10.1", + "version": "1.11.0", "description": "Vonage JWT package. Creates JWT tokens for Vonage API's", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/jwt#readme", "bugs": { diff --git a/packages/media/package.json b/packages/media/package.json index 6aa3eeb7..b68d212a 100644 --- a/packages/media/package.json +++ b/packages/media/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/media", - "version": "1.2.1", + "version": "1.3.0", "description": "The Media API can be used to query, download and delete media items such as audio files for use with other Vonage APIs.", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/media#readme", "bugs": { diff --git a/packages/meetings/package.json b/packages/meetings/package.json index 6c828828..8e08e60b 100644 --- a/packages/meetings/package.json +++ b/packages/meetings/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/meetings", - "version": "1.8.1", + "version": "1.9.0", "description": "Vonage Meetings Management API", "homepage": "httsp://developer.vonage.com", "bugs": { @@ -38,14 +38,14 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0", "fast-xml-parser": "^4.3.2", "form-data": "^4.0.0" }, "devDependencies": { "@types/lodash.pick": "4.4.8", - "@vonage/auth": "^1.10.1", + "@vonage/auth": "^1.11.0", "lodash.pick": "3.1.0", "nock": "^13.3.4" } diff --git a/packages/messages/package.json b/packages/messages/package.json index 0707c508..6fd79940 100644 --- a/packages/messages/package.json +++ b/packages/messages/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/messages", - "version": "1.14.1", + "version": "1.15.0", "description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS", "keywords": [ "whatsapp", @@ -47,8 +47,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0", "debug": "^4.3.4" }, "publishConfig": { diff --git a/packages/number-insight-v2/package.json b/packages/number-insight-v2/package.json index e83266b1..a3894594 100644 --- a/packages/number-insight-v2/package.json +++ b/packages/number-insight-v2/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/number-insight-v2", - "version": "1.4.1", + "version": "1.5.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": { @@ -38,6 +38,6 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1" + "@vonage/server-client": "^1.13.0" } } diff --git a/packages/number-insights/package.json b/packages/number-insights/package.json index 7618e5d8..bd8f6c44 100644 --- a/packages/number-insights/package.json +++ b/packages/number-insights/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/number-insights", - "version": "1.12.1", + "version": "1.13.0", "description": "Vonage Number Insights API", "homepage": "https://developer.vonage.com", "bugs": { @@ -38,9 +38,9 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/auth": "^1.10.1", - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2" + "@vonage/auth": "^1.11.0", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0" }, "devDependencies": { "nock": "^13.3.4" diff --git a/packages/numbers/package.json b/packages/numbers/package.json index 5230a5b5..5265c8e2 100644 --- a/packages/numbers/package.json +++ b/packages/numbers/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/numbers", - "version": "1.12.1", + "version": "1.13.0", "description": "Vonage Numbers SDK Package", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme", "bugs": { @@ -43,9 +43,9 @@ }, "dependencies": { "@types/lodash.omit": "4.5.8", - "@vonage/auth": "^1.10.1", - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2", + "@vonage/auth": "^1.11.0", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0", "lodash.omit": "4.5.0" }, "publishConfig": { diff --git a/packages/pricing/package.json b/packages/pricing/package.json index 31fdc41f..56ae683d 100644 --- a/packages/pricing/package.json +++ b/packages/pricing/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/pricing", - "version": "1.12.1", + "version": "1.13.0", "description": "Vonage API for pricing", "homepage": "https://developer.vonage.com", "bugs": { @@ -38,9 +38,9 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/auth": "^1.10.1", - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2" + "@vonage/auth": "^1.11.0", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0" }, "devDependencies": { "nock": "^13.3.4" diff --git a/packages/proactive-connect/package.json b/packages/proactive-connect/package.json index 2face7ac..10af2ac7 100644 --- a/packages/proactive-connect/package.json +++ b/packages/proactive-connect/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/proactive-connect", - "version": "1.9.1", + "version": "1.10.0", "description": "Send large scale outreach campaigns using any channels available through the Vonage APIs", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/proactive-connect#readme", "bugs": { @@ -34,13 +34,13 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0", "form-data": "^4.0.0", "lodash.pick": "3.1.0" }, "devDependencies": { - "@vonage/auth": "^1.10.1", + "@vonage/auth": "^1.11.0", "nock": "^13.3.4" } } diff --git a/packages/redact/package.json b/packages/redact/package.json index 22457018..453fd241 100644 --- a/packages/redact/package.json +++ b/packages/redact/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/redact", - "version": "1.11.1", + "version": "1.12.0", "description": "Delete data from the Vonage platform.", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme", "bugs": { @@ -38,7 +38,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1" + "@vonage/server-client": "^1.13.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/server-client/package.json b/packages/server-client/package.json index 026d9f08..44b16c08 100644 --- a/packages/server-client/package.json +++ b/packages/server-client/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/server-client", - "version": "1.12.1", + "version": "1.13.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": { @@ -37,8 +37,8 @@ "compile": "npx tsc --build --verbose" }, "dependencies": { - "@vonage/auth": "^1.10.1", - "@vonage/vetch": "^1.7.2", + "@vonage/auth": "^1.11.0", + "@vonage/vetch": "^1.8.0", "debug": "^4.3.4", "lodash.camelcase": "^4.3.0", "lodash.isobject": "3.0.2", diff --git a/packages/server-sdk/package.json b/packages/server-sdk/package.json index bd1c9149..708862d1 100644 --- a/packages/server-sdk/package.json +++ b/packages/server-sdk/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/server-sdk", - "version": "3.15.1", + "version": "3.16.0", "description": "Node.js Client for the Vonage API Platform", "homepage": "https://developer.vonage.com", "bugs": { @@ -38,22 +38,22 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/accounts": "^1.12.1", - "@vonage/applications": "^1.12.1", - "@vonage/auth": "^1.10.1", - "@vonage/conversations": "^1.3.1", - "@vonage/messages": "^1.14.1", - "@vonage/number-insights": "^1.12.1", - "@vonage/numbers": "^1.12.1", - "@vonage/pricing": "^1.12.1", - "@vonage/redact": "^1.11.1", - "@vonage/server-client": "^1.12.1", - "@vonage/sms": "^1.13.1", - "@vonage/users": "^1.6.1", - "@vonage/verify": "^1.12.2", - "@vonage/verify2": "^1.11.2", - "@vonage/video": "^1.16.2", - "@vonage/voice": "^1.12.2" + "@vonage/accounts": "^1.13.0", + "@vonage/applications": "^1.13.0", + "@vonage/auth": "^1.11.0", + "@vonage/conversations": "^1.4.0", + "@vonage/messages": "^1.15.0", + "@vonage/number-insights": "^1.13.0", + "@vonage/numbers": "^1.13.0", + "@vonage/pricing": "^1.13.0", + "@vonage/redact": "^1.12.0", + "@vonage/server-client": "^1.13.0", + "@vonage/sms": "^1.14.0", + "@vonage/users": "^1.7.0", + "@vonage/verify": "^1.13.0", + "@vonage/verify2": "^1.12.0", + "@vonage/video": "^1.17.0", + "@vonage/voice": "^1.13.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/sms/package.json b/packages/sms/package.json index 36b3f58d..1b4f3b9f 100644 --- a/packages/sms/package.json +++ b/packages/sms/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/sms", - "version": "1.13.1", + "version": "1.14.0", "description": "Vonage SMS API SDK package", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme", "bugs": { @@ -42,8 +42,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/auth": "^1.10.1", - "@vonage/server-client": "^1.12.1" + "@vonage/auth": "^1.11.0", + "@vonage/server-client": "^1.13.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/subaccounts/package.json b/packages/subaccounts/package.json index d960d4c0..1443c140 100644 --- a/packages/subaccounts/package.json +++ b/packages/subaccounts/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/subaccounts", - "version": "1.8.2", + "version": "1.9.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" @@ -41,6 +41,6 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1" + "@vonage/server-client": "^1.13.0" } } diff --git a/packages/users/package.json b/packages/users/package.json index eea9ba04..02bf44be 100644 --- a/packages/users/package.json +++ b/packages/users/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/users", - "version": "1.6.1", + "version": "1.7.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": { @@ -38,6 +38,6 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1" + "@vonage/server-client": "^1.13.0" } } diff --git a/packages/verify/package.json b/packages/verify/package.json index 71e94138..5496bde8 100644 --- a/packages/verify/package.json +++ b/packages/verify/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/verify", - "version": "1.12.2", + "version": "1.13.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", @@ -47,9 +47,9 @@ }, "dependencies": { "@types/lodash.omit": "4.5.9", - "@vonage/auth": "^1.10.1", - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2", + "@vonage/auth": "^1.11.0", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0", "lodash.omit": "^4.5.0" }, "publishConfig": { diff --git a/packages/verify2/package.json b/packages/verify2/package.json index 47b3a654..c0abd549 100644 --- a/packages/verify2/package.json +++ b/packages/verify2/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/verify2", - "version": "1.11.2", + "version": "1.12.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": { @@ -38,6 +38,6 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/server-client": "^1.12.1" + "@vonage/server-client": "^1.13.0" } } diff --git a/packages/vetch/package.json b/packages/vetch/package.json index 7583f31f..405860cd 100644 --- a/packages/vetch/package.json +++ b/packages/vetch/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/vetch", - "version": "1.7.2", + "version": "1.8.0", "description": "Vonage's type and enum definitions module for server-side HTTP interactions.", "homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/vetch#readme", "bugs": { diff --git a/packages/video/package.json b/packages/video/package.json index 1567c9bf..66ce95c5 100644 --- a/packages/video/package.json +++ b/packages/video/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/video", - "version": "1.16.2", + "version": "1.17.0", "description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)", "keywords": [ "vonage", @@ -42,10 +42,10 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@vonage/auth": "^1.10.1", - "@vonage/jwt": "^1.10.1", - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2" + "@vonage/auth": "^1.11.0", + "@vonage/jwt": "^1.11.0", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0" }, "devDependencies": { "jsonwebtoken": "^9.0.2", diff --git a/packages/voice/package.json b/packages/voice/package.json index 00c8adcf..ab60108e 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@vonage/voice", - "version": "1.12.2", + "version": "1.13.0", "description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.", "keywords": [ "vonage", @@ -43,8 +43,8 @@ }, "dependencies": { "@types/debug": "^4.1.9", - "@vonage/server-client": "^1.12.1", - "@vonage/vetch": "^1.7.2", + "@vonage/server-client": "^1.13.0", + "@vonage/vetch": "^1.8.0", "debug": "^4.3.4", "ts-xor": "^1.3.0" },