Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Nov 30, 2022
1 parent ac80247 commit 862475c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/numbers",
"version": "1.0.8",
"version": "1.0.9",
"description": "> TODO: description",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/numbers#readme",
"bugs": {
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "3.0.10",
"description": "Node.js Client for the Vonage API Platform",
"homepage": "https://developer.vonage.com",
"bugs": {
Expand Down Expand Up @@ -38,11 +38,11 @@
"@vonage/applications": "^1.0.6",
"@vonage/messages": "^1.0.7",
"@vonage/number-insights": "^1.0.6",
"@vonage/numbers": "^1.0.8",
"@vonage/numbers": "^1.0.9",
"@vonage/pricing": "^1.0.6",
"@vonage/server-client": "^1.0.6",
"@vonage/sms": "^1.0.6",
"@vonage/verify": "^1.0.7",
"@vonage/sms": "^1.0.7",
"@vonage/verify": "^1.0.8",
"@vonage/voice": "^1.0.7"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/sms",
"version": "1.0.6",
"version": "1.0.7",
"description": "> TODO: description",
"homepage": "https://github.com/vonage/vonage-node-sdk/tree/master/packages/sms#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/lib/classes/Verification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { VerificationRequest } from '../interfaces/VerificationRequest'

export class Verification implements VerificationRequest {
number: string
brand:string
brand: string
country?: string
senderId?: string
codeLength?: number
Expand Down
2 changes: 1 addition & 1 deletion packages/verify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/verify",
"version": "1.0.7",
"version": "1.0.8",
"description": "Verify package for Vonage",
"keywords": [
"vonage",
Expand Down

0 comments on commit 862475c

Please sign in to comment.