Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasassisrosa committed Oct 9, 2024
1 parent e4f2066 commit 7bdc48e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions examples/addresses/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/addresses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": "^18 || >=20"
},
"dependencies": {
"telnyx": "2.0.0-alpha.3"
"telnyx": "2.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "^22.7.4",
Expand Down
8 changes: 4 additions & 4 deletions examples/call-control/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/call-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": "^18 || >=20"
},
"dependencies": {
"telnyx": "2.0.0-alpha.3"
"telnyx": "2.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "^22.7.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/messaging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const params: Telnyx.MessagingProfilesCreateParams = {
webhook_api_version: '2',
};

(async function callControl() {
(async function messaging() {
try {
const {data: mp} = await telnyx.messagingProfiles.create(params);

Expand Down
8 changes: 4 additions & 4 deletions examples/messaging/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": "^18 || >=20"
},
"dependencies": {
"telnyx": "2.0.0-alpha.3"
"telnyx": "2.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "^22.7.4",
Expand Down

0 comments on commit 7bdc48e

Please sign in to comment.