Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Jun 26, 2023
1 parent 1739320 commit a23fd44
Show file tree
Hide file tree
Showing 22 changed files with 16,235 additions and 16,235 deletions.
31,134 changes: 15,567 additions & 15,567 deletions package-lock.json

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions packages/accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "@vonage/accounts",
"version": "1.4.0",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"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": "Chris Tankersley <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"/dist"
],
"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"
},
"devDependencies": {
"@vonage/auth": "^1.3.0",
"nock": "^13.3.1"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
"name": "@vonage/accounts",
"version": "1.5.0",
"description": "Vonage Account Management API",
"homepage": "https://developer.vonage.com",
"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": "Chris Tankersley <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"/dist"
],
"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.5.0"
},
"devDependencies": {
"@vonage/auth": "^1.4.0",
"nock": "^13.3.1"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
}
84 changes: 42 additions & 42 deletions packages/applications/package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"name": "@vonage/applications",
"version": "1.4.0",
"description": "Vonage Applications API",
"keywords": [
"vonage"
],
"homepage": "https://developer.vonage.com",
"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": "Chris Tankersley <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0"
},
"devDependencies": {
"nock": "^13.3.1"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
"name": "@vonage/applications",
"version": "1.5.0",
"description": "Vonage Applications API",
"keywords": [
"vonage"
],
"homepage": "https://developer.vonage.com",
"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": "Chris Tankersley <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.4.0",
"@vonage/server-client": "^1.5.0",
"@vonage/vetch": "^1.4.0"
},
"devDependencies": {
"nock": "^13.3.1"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
}
76 changes: 38 additions & 38 deletions packages/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "@vonage/audit",
"version": "1.4.0",
"description": "Vonage Audit SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#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",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.3.0",
"@vonage/server-client": "^1.4.0",
"@vonage/vetch": "^1.3.0"
},
"devDependencies": {
"nock": "^13.3.1"
},
"publishConfig": {
"directory": "dist"
}
"name": "@vonage/audit",
"version": "1.5.0",
"description": "Vonage Audit SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#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",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/auth": "^1.4.0",
"@vonage/server-client": "^1.5.0",
"@vonage/vetch": "^1.4.0"
},
"devDependencies": {
"nock": "^13.3.1"
},
"publishConfig": {
"directory": "dist"
}
}
68 changes: 34 additions & 34 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "@vonage/auth",
"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": {
"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": "Kelly J Andrews <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/jwt": "^1.3.0",
"debug": "^4.3.4"
},
"devDependencies": {
"@types/node": "^20.3.1"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
"name": "@vonage/auth",
"version": "1.4.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": {
"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": "Kelly J Andrews <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"@vonage/jwt": "^1.4.0",
"debug": "^4.3.4"
},
"devDependencies": {
"@types/node": "^20.3.1"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
}
70 changes: 35 additions & 35 deletions packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@vonage/jwt",
"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": {
"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": "Kelly J Andrews <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"debug": "^4.3.4",
"jsonwebtoken": "^9.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.2"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
"name": "@vonage/jwt",
"version": "1.4.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": {
"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": "Kelly J Andrews <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose"
},
"dependencies": {
"debug": "^4.3.4",
"jsonwebtoken": "^9.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.2"
},
"publishConfig": {
"directory": "dist"
},
"gitHead": "328f18e5c8a458cb4d06d7955ec2399a6ce6f5d8"
}
Loading

0 comments on commit a23fd44

Please sign in to comment.