Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @Vonage/server-sdk@3.14.2
 - @vonage/subaccounts@1.8.1
 - @vonage/verify@1.12.1
 - @vonage/verify2@1.11.1
 - @vonage/video@1.16.1
  • Loading branch information
manchuck committed Jun 20, 2024
1 parent f7e7531 commit 63bb429
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/server-sdk",
"version": "3.14.1",
"version": "3.14.2",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -50,9 +50,9 @@
"@vonage/server-client": "^1.12.0",
"@vonage/sms": "^1.13.0",
"@vonage/users": "^1.6.0",
"@vonage/verify": "^1.12.0",
"@vonage/verify2": "^1.11.0",
"@vonage/video": "^1.16.0",
"@vonage/verify": "^1.12.1",
"@vonage/verify2": "^1.11.1",
"@vonage/video": "^1.16.1",
"@vonage/voice": "^1.12.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/subaccounts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/subaccounts",
"version": "1.8.0",
"version": "1.8.1",
"description": "The Subaccounts API enables you to create subaccounts under your primary account. Subaccounts facilitate differential product configuration, reporting, and billing. The Subaccounts API is released initially with restricted availability.",
"keywords": [
"vonage"
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/verify",
"version": "1.12.0",
"version": "1.12.1",
"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.",
"keywords": [
"vonage",
Expand Down
2 changes: 1 addition & 1 deletion packages/verify2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/verify2",
"version": "1.11.0",
"version": "1.11.1",
"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 Down
2 changes: 1 addition & 1 deletion packages/video/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/video",
"version": "1.16.0",
"version": "1.16.1",
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",
"keywords": [
"vonage",
Expand Down

0 comments on commit 63bb429

Please sign in to comment.