Skip to content

Commit 170a95c

Browse files
committed
4.0.0
1 parent 798b8fd commit 170a95c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Diff for: README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ OPTIONS
5656
--voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
5757
```
5858

59-
_See code: [src/commands/token/capability/client.js](https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/capability/client.js)_
59+
_See code: [src/commands/token/capability/client.js](https://github.com/twilio-labs/plugin-token/blob/v4.0.0/src/commands/token/capability/client.js)_
6060

6161
## `twilio token:capability:worker`
6262

@@ -73,7 +73,7 @@ OPTIONS
7373
--workspace-sid=workspace-sid (required) The Workspace SID for this token
7474
```
7575

76-
_See code: [src/commands/token/capability/worker.js](https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/capability/worker.js)_
76+
_See code: [src/commands/token/capability/worker.js](https://github.com/twilio-labs/plugin-token/blob/v4.0.0/src/commands/token/capability/worker.js)_
7777

7878
## `twilio token:chat`
7979

@@ -90,7 +90,7 @@ OPTIONS
9090
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
9191
```
9292

93-
_See code: [src/commands/token/chat.js](https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/chat.js)_
93+
_See code: [src/commands/token/chat.js](https://github.com/twilio-labs/plugin-token/blob/v4.0.0/src/commands/token/chat.js)_
9494

9595
## `twilio token:flex`
9696

@@ -107,7 +107,7 @@ OPTIONS
107107
--workspace-sid=workspace-sid (required) The Workspace SID for this token
108108
```
109109

110-
_See code: [src/commands/token/flex.js](https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/flex.js)_
110+
_See code: [src/commands/token/flex.js](https://github.com/twilio-labs/plugin-token/blob/v4.0.0/src/commands/token/flex.js)_
111111

112112
## `twilio token:sync`
113113

@@ -124,7 +124,7 @@ OPTIONS
124124
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
125125
```
126126

127-
_See code: [src/commands/token/sync.js](https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/sync.js)_
127+
_See code: [src/commands/token/sync.js](https://github.com/twilio-labs/plugin-token/blob/v4.0.0/src/commands/token/sync.js)_
128128

129129
## `twilio token:video`
130130

@@ -141,7 +141,7 @@ OPTIONS
141141
--ttl=ttl Optional TTL for token (up to 24 hours) (value in seconds)
142142
```
143143

144-
_See code: [src/commands/token/video.js](https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/video.js)_
144+
_See code: [src/commands/token/video.js](https://github.com/twilio-labs/plugin-token/blob/v4.0.0/src/commands/token/video.js)_
145145

146146
## `twilio token:voice`
147147

@@ -164,7 +164,7 @@ OPTIONS
164164
--voice-app-sid=voice-app-sid (required) The TwiML Application SID for outbound calls, starts with APXXX
165165
```
166166

167-
_See code: [src/commands/token/voice.js](https://github.com/twilio-labs/plugin-token/blob/v3.2.0/src/commands/token/voice.js)_
167+
_See code: [src/commands/token/voice.js](https://github.com/twilio-labs/plugin-token/blob/v4.0.0/src/commands/token/voice.js)_
168168
<!-- commandsstop -->
169169
# Contributing
170170

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-labs/plugin-token",
33
"description": "Generate a temporary token for use in test applications",
4-
"version": "3.2.0",
4+
"version": "4.0.0",
55
"author": "Twilio @twilio",
66
"bugs": "https://github.com/twilio-labs/plugin-token/issues",
77
"publishConfig": {

0 commit comments

Comments
 (0)