Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Nov 10, 2022
1 parent 34ab564 commit e2457c8
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 38 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.0.0",
"version": "1.0.1",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"publishConfig": {
"directory": "dist"
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "Vonage Applications API",
"keywords": [
"vonage"
Expand Down Expand Up @@ -37,7 +37,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "Multi-channel messaging that integrates WhatsApp, Facebook, Viber, SMS, and MMS",
"keywords": [
"whatsapp",
Expand Down Expand Up @@ -43,7 +43,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^28.1",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "Vonage Number Insights API",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"publishConfig": {
"directory": "dist"
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "> TODO: description",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "Vonage API for pricing",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"publishConfig": {
"directory": "dist"
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.0.0",
"version": "1.0.1",
"description": "Core services related to talking to the Vonage APIs",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@vonage/auth": "^1.0.0",
"@vonage/jwt": "^1.0.0",
"@vonage/vetch": "^1.0.0"
"@vonage/vetch": "^1.0.1"
},
"publishConfig": {
"directory": "dist"
Expand Down
22 changes: 11 additions & 11 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.0",
"version": "3.0.1",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -34,16 +34,16 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/accounts": "^1.0.0",
"@vonage/applications": "^1.0.0",
"@vonage/messages": "^1.0.0",
"@vonage/number-insights": "^1.0.0",
"@vonage/numbers": "^1.0.0",
"@vonage/pricing": "^1.0.0",
"@vonage/server-client": "^1.0.0",
"@vonage/sms": "^1.0.0",
"@vonage/verify": "^1.0.0",
"@vonage/voice": "^1.0.0"
"@vonage/accounts": "^1.0.1",
"@vonage/applications": "^1.0.1",
"@vonage/messages": "^1.0.1",
"@vonage/number-insights": "^1.0.1",
"@vonage/numbers": "^1.0.1",
"@vonage/pricing": "^1.0.1",
"@vonage/server-client": "^1.0.1",
"@vonage/sms": "^1.0.1",
"@vonage/verify": "^1.0.1",
"@vonage/voice": "^1.0.1"
},
"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.0.0",
"version": "1.0.1",
"description": "> TODO: description",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
"bugs": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "Verify package for Vonage",
"keywords": [
"vonage",
Expand Down Expand Up @@ -42,7 +42,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
5 changes: 1 addition & 4 deletions packages/vetch/lib/vetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@ export class Vetch {
// Set our user agent
opts.headers[
'user-agent'
] = `@vonage/server-sdk/3.0.0 node/${process.version.replace(
'v',
''
)}`
] = `@vonage/server-sdk/3.0.0 node/${process.version.replace('v', '')}`

// Allow a custom timeout to be used
const httpAgent = new http.Agent({
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.0",
"version": "1.0.1",
"description": "Vonage package for server side fetch.",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/vetch#readme",
"bugs": {
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
"keywords": [
"vonage",
Expand Down Expand Up @@ -38,7 +38,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.0.1",
"description": "Vonage Voice API",
"keywords": [
"vonage",
Expand Down Expand Up @@ -38,7 +38,7 @@
"version": "npm run format && git add -A lib"
},
"dependencies": {
"@vonage/server-client": "^1.0.0"
"@vonage/server-client": "^1.0.1"
},
"devDependencies": {
"@types/jest": "^28.1.6",
Expand Down

0 comments on commit e2457c8

Please sign in to comment.