Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Dec 14, 2022
1 parent 809e49c commit 328f18e
Show file tree
Hide file tree
Showing 16 changed files with 162 additions and 718 deletions.
762 changes: 103 additions & 659 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.0.6",
"version": "1.0.7",
"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.0.6"
"@vonage/server-client": "^1.0.7"
},
"devDependencies": {
"@vonage/auth": "^1.0.3",
"@vonage/auth": "^1.0.4",
"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.0.6",
"version": "1.0.7",
"description": "Vonage Applications API",
"keywords": [
"vonage"
Expand Down Expand Up @@ -30,9 +30,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "1.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"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.0.3",
"version": "1.0.4",
"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.0.3"
"@vonage/jwt": "^1.0.4"
},
"devDependencies": {
"@types/node": "^18.11.9"
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.0.3",
"version": "1.0.4",
"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
8 changes: 4 additions & 4 deletions packages/messages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/messages",
"version": "1.0.7",
"version": "1.0.8",
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
"keywords": [
"whatsapp",
Expand Down Expand Up @@ -36,9 +36,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"devDependencies": {
"nock": "^13.2.9"
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.0.6",
"version": "1.0.7",
"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.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"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.0.9",
"version": "1.0.10",
"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.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"devDependencies": {
"nock": "^13.2.9"
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.0.6",
"version": "1.0.7",
"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.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"devDependencies": {
"nock": "^13.2.9"
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.0.6",
"version": "1.0.7",
"description": "Core services related to talking to the Vonage APIs",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.0.3",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/vetch": "^1.0.5"
},
"publishConfig": {
"directory": "dist"
Expand Down
24 changes: 12 additions & 12 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.0.10",
"version": "3.0.11",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand All @@ -27,17 +27,17 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/accounts": "^1.0.6",
"@vonage/applications": "^1.0.6",
"@vonage/auth": "^1.0.3",
"@vonage/messages": "^1.0.7",
"@vonage/number-insights": "^1.0.6",
"@vonage/numbers": "^1.0.9",
"@vonage/pricing": "^1.0.6",
"@vonage/sms": "^1.0.7",
"@vonage/verify": "^1.0.8",
"@vonage/vetch": "^1.0.4",
"@vonage/voice": "^1.0.7"
"@vonage/accounts": "^1.0.7",
"@vonage/applications": "^1.0.7",
"@vonage/auth": "^1.0.4",
"@vonage/messages": "^1.0.8",
"@vonage/number-insights": "^1.0.7",
"@vonage/numbers": "^1.0.10",
"@vonage/pricing": "^1.0.7",
"@vonage/sms": "^1.0.8",
"@vonage/verify": "^1.0.9",
"@vonage/vetch": "^1.0.5",
"@vonage/voice": "^1.0.8"
},
"publishConfig": {
"directory": "dist"
Expand Down
8 changes: 4 additions & 4 deletions packages/sms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/sms",
"version": "1.0.7",
"version": "1.0.8",
"description": "Vonage SMS API SDK package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
"bugs": {
Expand All @@ -27,9 +27,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"devDependencies": {
"nock": "^13.2.9"
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.0.8",
"version": "1.0.9",
"description": "Verify package for Vonage",
"keywords": [
"vonage",
Expand Down Expand Up @@ -35,9 +35,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"devDependencies": {
"nock": "^13.2.9"
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.0.4",
"version": "1.0.5",
"description": "Vonage package for server side fetch.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/vetch#readme",
"bugs": {
Expand Down
10 changes: 5 additions & 5 deletions packages/video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/video",
"version": "1.0.6",
"version": "1.0.7",
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
"keywords": [
"vonage",
Expand Down Expand Up @@ -31,10 +31,10 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.0.3",
"@vonage/jwt": "^1.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/jwt": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"devDependencies": {
"jsonwebtoken": "^8.5.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/voice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/voice",
"version": "1.0.7",
"version": "1.0.8",
"description": "Vonage Voice API",
"keywords": [
"vonage",
Expand Down Expand Up @@ -31,9 +31,9 @@
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.0.3",
"@vonage/server-client": "^1.0.6",
"@vonage/vetch": "^1.0.4"
"@vonage/auth": "^1.0.4",
"@vonage/server-client": "^1.0.7",
"@vonage/vetch": "^1.0.5"
},
"devDependencies": {
"nock": "^13.2.9"
Expand Down

0 comments on commit 328f18e

Please sign in to comment.