Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vonage/accounts@1.8.2
 - @vonage/applications@1.8.2
 - @vonage/audit@1.8.2
 - @vonage/meetings@1.4.3
 - @vonage/messages@1.9.2
 - @vonage/number-insights@1.8.2
 - @vonage/numbers@1.8.2
 - @vonage/pricing@1.8.2
 - @vonage/proactive-connect@1.5.3
 - @vonage/redact@1.7.3
 - @vonage/server-client@1.8.2
 - @Vonage/server-sdk@3.9.3
 - @vonage/sms@1.8.2
 - @vonage/subaccounts@1.4.3
 - @vonage/users@1.2.2
 - @vonage/verify@1.8.2
 - @vonage/verify2@1.7.3
 - @vonage/vetch@1.5.1
 - @vonage/video@1.11.2
 - @vonage/voice@1.8.2
  • Loading branch information
manchuck committed Sep 11, 2023
1 parent 0446638 commit e90fe32
Show file tree
Hide file tree
Showing 20 changed files with 61 additions and 61 deletions.
4 changes: 2 additions & 2 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/accounts",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,7 +27,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1"
"@vonage/server-client": "^1.8.2"
},
"devDependencies": {
"@vonage/auth": "^1.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/applications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/applications",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage Applications API",
"keywords": [
"vonage"
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0"
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1"
},
"devDependencies": {
"nock": "^13.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/audit",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage Audit SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#readme",
"bugs": {
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0"
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1"
},
"devDependencies": {
"nock": "^13.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/meetings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/meetings",
"version": "1.4.2",
"version": "1.4.3",
"description": "Vonage Meetings Management API",
"homepage": "httsp://developer.vonage.com",
"bugs": {
Expand All @@ -27,8 +27,8 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0",
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1",
"fast-xml-parser": "^4.2.5",
"form-data": "^4.0.0",
"lodash.pick": "^4.4.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/messages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/messages",
"version": "1.9.1",
"version": "1.9.2",
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
"keywords": [
"whatsapp",
Expand Down Expand Up @@ -37,8 +37,8 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0",
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/number-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/number-insights",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage Number Insights API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0"
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1"
},
"devDependencies": {
"nock": "^13.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/numbers",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage Numbers SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0",
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pricing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/pricing",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage API for pricing",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0"
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1"
},
"devDependencies": {
"nock": "^13.3.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/proactive-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/proactive-connect",
"version": "1.5.2",
"version": "1.5.3",
"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": {
Expand All @@ -27,7 +27,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1",
"@vonage/server-client": "^1.8.2",
"form-data": "^4.0.0",
"lodash.pick": "^4.4.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/redact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/redact",
"version": "1.7.2",
"version": "1.7.3",
"description": "Delete data from the Vonage platform.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme",
"bugs": {
Expand All @@ -27,7 +27,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1"
"@vonage/server-client": "^1.8.2"
},
"devDependencies": {
"@vonage/auth": "^1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/server-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/server-client",
"version": "1.8.1",
"version": "1.8.2",
"description": "Core services related to talking to the Vonage APIs",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/vetch": "^1.5.0",
"@vonage/vetch": "^1.5.1",
"debug": "^4.3.4",
"lodash.camelcase": "^4.3.0",
"lodash.isobject": "3.0.2",
Expand Down
28 changes: 14 additions & 14 deletions packages/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/server-sdk",
"version": "3.9.2",
"version": "3.9.3",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,20 +27,20 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/accounts": "^1.8.1",
"@vonage/applications": "^1.8.1",
"@vonage/accounts": "^1.8.2",
"@vonage/applications": "^1.8.2",
"@vonage/auth": "^1.6.0",
"@vonage/messages": "^1.9.1",
"@vonage/number-insights": "^1.8.1",
"@vonage/numbers": "^1.8.1",
"@vonage/pricing": "^1.8.1",
"@vonage/redact": "^1.7.2",
"@vonage/server-client": "^1.8.1",
"@vonage/sms": "^1.8.1",
"@vonage/users": "^1.2.1",
"@vonage/verify": "^1.8.1",
"@vonage/verify2": "^1.7.2",
"@vonage/voice": "^1.8.1"
"@vonage/messages": "^1.9.2",
"@vonage/number-insights": "^1.8.2",
"@vonage/numbers": "^1.8.2",
"@vonage/pricing": "^1.8.2",
"@vonage/redact": "^1.7.3",
"@vonage/server-client": "^1.8.2",
"@vonage/sms": "^1.8.2",
"@vonage/users": "^1.2.2",
"@vonage/verify": "^1.8.2",
"@vonage/verify2": "^1.7.3",
"@vonage/voice": "^1.8.2"
},
"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,6 +1,6 @@
{
"name": "@vonage/sms",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage SMS API SDK package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
"bugs": {
Expand All @@ -27,7 +27,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1",
"@vonage/server-client": "^1.8.2",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/subaccounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/subaccounts",
"version": "1.4.2",
"version": "1.4.3",
"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 @@ -30,7 +30,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1"
"@vonage/server-client": "^1.8.2"
},
"devDependencies": {
"@vonage/auth": "^1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/users/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/users",
"version": "1.2.1",
"version": "1.2.2",
"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 All @@ -27,7 +27,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1"
"@vonage/server-client": "^1.8.2"
},
"devDependencies": {
"@vonage/auth": "^1.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/verify",
"version": "1.8.1",
"version": "1.8.2",
"description": "Verify package for Vonage",
"keywords": [
"vonage",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0",
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/verify2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/verify2",
"version": "1.7.2",
"version": "1.7.3",
"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 All @@ -27,7 +27,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.8.1"
"@vonage/server-client": "^1.8.2"
},
"devDependencies": {
"@vonage/auth": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vetch",
"version": "1.5.0",
"version": "1.5.1",
"description": "Vonage package for server side fetch.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/vetch#readme",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/video",
"version": "1.11.1",
"version": "1.11.2",
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
"keywords": [
"vonage",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@vonage/auth": "^1.6.0",
"@vonage/jwt": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0"
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1"
},
"devDependencies": {
"jsonwebtoken": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/voice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/voice",
"version": "1.8.1",
"version": "1.8.2",
"description": "Vonage Voice API",
"keywords": [
"vonage",
Expand Down Expand Up @@ -33,8 +33,8 @@
"dependencies": {
"@types/debug": "^4.1.8",
"@vonage/auth": "^1.6.0",
"@vonage/server-client": "^1.8.1",
"@vonage/vetch": "^1.5.0",
"@vonage/server-client": "^1.8.2",
"@vonage/vetch": "^1.5.1",
"debug": "^4.3.4",
"ts-xor": "^1.1.0"
},
Expand Down

0 comments on commit e90fe32

Please sign in to comment.