Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
manchuck committed Mar 10, 2023
1 parent c71d424 commit 9a310e4
Show file tree
Hide file tree
Showing 15 changed files with 94 additions and 94 deletions.
116 changes: 58 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.2",
"version": "1.2.0",
"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.1.2"
"@vonage/server-client": "^1.2.0"
},
"devDependencies": {
"@vonage/auth": "^1.1.2",
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.1.2",
"version": "1.2.0",
"description": "Vonage Applications API",
"keywords": [
"vonage"
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@vonage/auth": "^1.1.2",
"@vonage/server-client": "^1.1.2",
"@vonage/server-client": "^1.2.0",
"@vonage/vetch": "^1.1.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/audit",
"version": "1.1.2",
"version": "1.2.0",
"description": "Vonage Audit SDK Package",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/audit#readme",
"bugs": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@vonage/auth": "^1.1.2",
"@vonage/server-client": "^1.1.2",
"@vonage/server-client": "^1.2.0",
"@vonage/vetch": "^1.1.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 9a310e4

Please sign in to comment.