Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vonage/accounts@1.4.0
 - @vonage/applications@1.4.0
 - @vonage/audit@1.4.0
 - @vonage/auth@1.3.0
 - @vonage/jwt@1.3.0
 - @vonage/messages@1.4.0
 - @vonage/number-insights@1.4.0
 - @vonage/numbers@1.4.0
 - @vonage/pricing@1.4.0
 - @vonage/proactive-connect@1.1.0
 - @vonage/redact@1.3.0
 - @vonage/server-client@1.4.0
 - @Vonage/server-sdk@3.4.0
 - @vonage/sms@1.4.0
 - @vonage/verify@1.4.0
 - @vonage/verify2@1.2.0
 - @vonage/vetch@1.3.0
 - @vonage/video@1.6.0
 - @vonage/voice@1.4.0
  • Loading branch information
manchuck committed May 1, 2023
1 parent 2be5c8a commit e39961c
Show file tree
Hide file tree
Showing 20 changed files with 228 additions and 228 deletions.
246 changes: 123 additions & 123 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/accounts",
"version": "1.3.0",
"version": "1.4.0",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,10 +27,10 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.3.0"
"@vonage/server-client": "^1.4.0"
},
"devDependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/auth": "^1.3.0",
"nock": "^13.2.9"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/applications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/applications",
"version": "1.3.0",
"version": "1.4.0",
"description": "Vonage Applications API",
"keywords": [
"vonage"
Expand Down Expand Up @@ -30,9 +30,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/vetch": "^1.2.0"
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0"
},
"devDependencies": {
"nock": "^13.2.9"
Expand Down
8 changes: 4 additions & 4 deletions packages/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/audit",
"version": "1.3.0",
"version": "1.4.0",
"description": "Vonage Audit SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#readme",
"bugs": {
Expand All @@ -27,9 +27,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/vetch": "^1.2.0"
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0"
},
"devDependencies": {
"nock": "^13.2.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/auth",
"version": "1.2.0",
"version": "1.3.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": {
Expand All @@ -23,7 +23,7 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/jwt": "^1.2.0",
"@vonage/jwt": "^1.3.0",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/jwt",
"version": "1.2.0",
"version": "1.3.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": {
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.3.0",
"version": "1.4.0",
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
"keywords": [
"whatsapp",
Expand Down Expand Up @@ -36,8 +36,8 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"debug": "^4.3.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.3.0",
"version": "1.4.0",
"description": "Vonage Number Insights API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,9 +27,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/vetch": "^1.2.0"
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0"
},
"devDependencies": {
"nock": "^13.2.9"
Expand Down
8 changes: 4 additions & 4 deletions packages/numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/numbers",
"version": "1.3.0",
"version": "1.4.0",
"description": "Vonage Numbers SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
Expand All @@ -27,9 +27,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/vetch": "^1.2.0",
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/pricing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/pricing",
"version": "1.3.0",
"version": "1.4.0",
"description": "Vonage API for pricing",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,9 +27,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/vetch": "^1.2.0"
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0"
},
"devDependencies": {
"nock": "^13.2.9"
Expand Down
74 changes: 37 additions & 37 deletions packages/proactive-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "@vonage/proactive-connect",
"version": "1.0.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": {
"url": "https://github.com/Vonage/vonage-node-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vonage/vonage-node-sdk.git"
},
"license": "Apache-2.0",
"author": "Chuck MANCHUCK Reeves <chuck@manchuck.com>",
"main": "dist/index.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.3.0",
"form-data": "^4.0.0",
"lodash.pick": "^4.4.0"
},
"devDependencies": {
"@amvijay/multipart-parser": "^1.0.2",
"@vonage/auth": "^1.2.0",
"mock-fs": "^5.2.0",
"nock": "^13.3.0"
}
"name": "@vonage/proactive-connect",
"version": "1.1.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": {
"url": "https://github.com/Vonage/vonage-node-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vonage/vonage-node-sdk.git"
},
"license": "Apache-2.0",
"author": "Chuck MANCHUCK Reeves <chuck@manchuck.com>",
"main": "dist/index.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.4.0",
"form-data": "^4.0.0",
"lodash.pick": "^4.4.0"
},
"devDependencies": {
"@amvijay/multipart-parser": "^1.0.2",
"@vonage/auth": "^1.3.0",
"mock-fs": "^5.2.0",
"nock": "^13.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/redact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/redact",
"version": "1.2.0",
"version": "1.3.0",
"description": "Delete data from the Vonage platform.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/main/packages/redact#readme",
"bugs": {
Expand All @@ -26,10 +26,10 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.3.0"
"@vonage/server-client": "^1.4.0"
},
"devDependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/auth": "^1.3.0",
"nock": "^13.3.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 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.3.0",
"version": "1.4.0",
"description": "Core services related to talking to the Vonage APIs",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,8 +27,8 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/vetch": "^1.2.0",
"@vonage/auth": "^1.3.0",
"@vonage/vetch": "^1.3.0",
"debug": "^4.3.4",
"lodash.camelcase": "^4.3.0",
"lodash.isobject": "3.0.2",
Expand Down
26 changes: 13 additions & 13 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.3.0",
"version": "3.4.0",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,18 +27,18 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/accounts": "^1.3.0",
"@vonage/applications": "^1.3.0",
"@vonage/auth": "^1.2.0",
"@vonage/messages": "^1.3.0",
"@vonage/number-insights": "^1.3.0",
"@vonage/numbers": "^1.3.0",
"@vonage/pricing": "^1.3.0",
"@vonage/redact": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/sms": "^1.3.0",
"@vonage/verify": "^1.3.0",
"@vonage/voice": "^1.3.0"
"@vonage/accounts": "^1.4.0",
"@vonage/applications": "^1.4.0",
"@vonage/auth": "^1.3.0",
"@vonage/messages": "^1.4.0",
"@vonage/number-insights": "^1.4.0",
"@vonage/numbers": "^1.4.0",
"@vonage/pricing": "^1.4.0",
"@vonage/redact": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/sms": "^1.4.0",
"@vonage/verify": "^1.4.0",
"@vonage/voice": "^1.4.0"
},
"publishConfig": {
"directory": "dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/sms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/sms",
"version": "1.3.0",
"version": "1.4.0",
"description": "Vonage SMS API SDK package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
"bugs": {
Expand All @@ -27,11 +27,11 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"debug": "^4.3.4"
},
"devDependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/auth": "^1.3.0",
"nock": "^13.2.9"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/verify",
"version": "1.3.0",
"version": "1.4.0",
"description": "Verify package for Vonage",
"keywords": [
"vonage",
Expand Down Expand Up @@ -35,9 +35,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/server-client": "^1.3.0",
"@vonage/vetch": "^1.2.0",
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0",
"lodash.omit": "^4.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/verify2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/verify2",
"version": "1.1.0",
"version": "1.2.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 All @@ -26,10 +26,10 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/server-client": "^1.3.0"
"@vonage/server-client": "^1.4.0"
},
"devDependencies": {
"@vonage/auth": "^1.2.0",
"@vonage/auth": "^1.3.0",
"nock": "^13.3.0"
}
}
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.2.0",
"version": "1.3.0",
"description": "Vonage package for server side fetch.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/vetch#readme",
"bugs": {
Expand Down
Loading

0 comments on commit e39961c

Please sign in to comment.