Skip to content

Commit ca64521

Browse files
Version Packages (#525)
* chore(@twilio-labs/plugin-assets): version update in readme * chore(@twilio-labs/plugin-serverless): version update in readme * chore: version packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f30d928 commit ca64521

File tree

11 files changed

+63
-36
lines changed

11 files changed

+63
-36
lines changed

Diff for: .changeset/flat-boxes-run.md

-9
This file was deleted.

Diff for: packages/create-twilio-function/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 3.4.7
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
10+
11+
312
## 3.4.6
413

514
### Patch Changes

Diff for: packages/create-twilio-function/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-twilio-function",
3-
"version": "3.4.6",
3+
"version": "3.4.7",
44
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
55
"bin": "./bin/create-twilio-function",
66
"main": "./src/create-twilio-function.js",
@@ -24,7 +24,7 @@
2424
},
2525
"license": "MIT",
2626
"devDependencies": {
27-
"@twilio/runtime-handler": "^2.0.0",
27+
"@twilio/runtime-handler": "^2.0.3",
2828
"nock": "^11.3.4"
2929
},
3030
"dependencies": {
@@ -36,7 +36,7 @@
3636
"pkg-install": "^1.0.0",
3737
"rimraf": "^2.6.3",
3838
"terminal-link": "^2.0.0",
39-
"twilio-run": "^4.0.0",
39+
"twilio-run": "^4.0.3",
4040
"window-size": "^1.1.1",
4141
"wrap-ansi": "^7.0.0",
4242
"yargs": "^17.2.1"

Diff for: packages/plugin-assets/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create a new assets service to use as a bucket
5656

5757
```
5858
USAGE
59-
$ twilio assets:init [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
59+
$ twilio assets:init [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>]
6060
[--service-name <value>] [--properties <value>]
6161
6262
FLAGS
@@ -81,7 +81,7 @@ List all the assets in the service
8181

8282
```
8383
USAGE
84-
$ twilio assets:list [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
84+
$ twilio assets:list [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>]
8585
[--properties <value>]
8686
8787
FLAGS
@@ -104,8 +104,8 @@ Upload a new asset to the Assets service
104104

105105
```
106106
USAGE
107-
$ twilio assets:upload FILE [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
108-
[--protected] [--properties <value>]
107+
$ twilio assets:upload FILE [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p
108+
<value>] [--protected] [--properties <value>]
109109
110110
ARGUMENTS
111111
FILE The path to the file you want to upload

Diff for: packages/plugin-serverless/README.md

+16-14
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Promotes an existing deployment to a new environment
7777

7878
```
7979
USAGE
80-
$ twilio serverless:activate [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
80+
$ twilio serverless:activate [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
8181
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
8282
[--service-sid <value>] [--build-sid <value>] [--from-build <value>] [--source-environment <value>] [--from <value>]
8383
[--environment <value>] [--to <value>] [--production] [--create-environment] [--force] [-o <value>]
@@ -125,7 +125,7 @@ Deploys existing functions and assets to Twilio
125125

126126
```
127127
USAGE
128-
$ twilio serverless:deploy [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
128+
$ twilio serverless:deploy [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
129129
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
130130
[--service-sid <value>] [--environment <value>] [--to <value>] [-n <value>] [--override-existing-project] [--force]
131131
[--functions] [--assets] [--assets-folder <value>] [--functions-folder <value>] [--runtime <value>] [-o <value>]
@@ -217,7 +217,7 @@ Retrieves the value of a specific environment variable
217217

218218
```
219219
USAGE
220-
$ twilio serverless:env:get [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
220+
$ twilio serverless:env:get [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
221221
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
222222
[--service-sid <value>] [--environment <value>] [--to <value>] [--key <value>] [--production]
223223
@@ -256,7 +256,7 @@ Takes a .env file and uploads all environment variables to a given environment
256256

257257
```
258258
USAGE
259-
$ twilio serverless:env:import [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
259+
$ twilio serverless:env:import [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
260260
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
261261
[--service-sid <value>] [--environment <value>] [--to <value>] [--production]
262262
@@ -294,7 +294,7 @@ Lists all environment variables for a given environment
294294

295295
```
296296
USAGE
297-
$ twilio serverless:env:list [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
297+
$ twilio serverless:env:list [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
298298
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
299299
[--service-sid <value>] [--environment <value>] [--to <value>] [--show-values] [--production] [-o <value>]
300300
@@ -334,7 +334,7 @@ Sets an environment variable with a given key and value
334334

335335
```
336336
USAGE
337-
$ twilio serverless:env:set [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
337+
$ twilio serverless:env:set [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
338338
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
339339
[--service-sid <value>] [--environment <value>] [--to <value>] [--key <value>] [--value <value>] [--production]
340340
@@ -374,7 +374,7 @@ Removes an environment variable for a given key
374374

375375
```
376376
USAGE
377-
$ twilio serverless:env:unset [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
377+
$ twilio serverless:env:unset [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
378378
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
379379
[--service-sid <value>] [--environment <value>] [--to <value>] [--key <value>] [--production]
380380
@@ -413,8 +413,9 @@ Creates a new Twilio Function project
413413

414414
```
415415
USAGE
416-
$ twilio serverless:init NAME [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
417-
[-a <value>] [-t <value>] [--skip-credentials] [--import-credentials] [--template <value>] [--empty] [--typescript]
416+
$ twilio serverless:init NAME [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p
417+
<value>] [-a <value>] [-t <value>] [--skip-credentials] [--import-credentials] [--template <value>] [--empty]
418+
[--typescript]
418419
419420
ARGUMENTS
420421
NAME Name of Serverless project and directory that will be created
@@ -446,9 +447,10 @@ List existing services, environments, variables, deployments for your Twilio Ser
446447

447448
```
448449
USAGE
449-
$ twilio serverless:list [TYPES] [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
450-
[-l <value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env] [-n
451-
<value>] [--extended-output] [--service-sid <value>] [-o <value>] [--environment <value>] [--to <value>]
450+
$ twilio serverless:list [TYPES] [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p
451+
<value>] [-l <value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>]
452+
[--load-system-env] [-n <value>] [--extended-output] [--service-sid <value>] [-o <value>] [--environment <value>]
453+
[--to <value>]
452454
453455
ARGUMENTS
454456
TYPES [default: services] Comma separated list of things to list (services,environments,functions,assets,variables)
@@ -505,7 +507,7 @@ Print logs from your Twilio Serverless project
505507

506508
```
507509
USAGE
508-
$ twilio serverless:logs [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
510+
$ twilio serverless:logs [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
509511
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
510512
[--service-sid <value>] [--function-sid <value>] [--tail] [-o <value>] [--production] [--environment <value>] [--to
511513
<value>]
@@ -569,7 +571,7 @@ Promotes an existing deployment to a new environment
569571

570572
```
571573
USAGE
572-
$ twilio serverless:promote [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
574+
$ twilio serverless:promote [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
573575
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
574576
[--service-sid <value>] [--build-sid <value>] [--from-build <value>] [--source-environment <value>] [--from <value>]
575577
[--environment <value>] [--to <value>] [--production] [--create-environment] [--force] [-o <value>]

Diff for: packages/runtime-handler/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
10+
- @twilio-labs/serverless-runtime-types@4.0.1
11+
312
## 2.0.2
413

514
### Patch Changes

Diff for: packages/runtime-handler/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio/runtime-handler",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Stub runtime for Twilio Functions",
55
"keywords": [
66
"twilio",
@@ -58,7 +58,7 @@
5858
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
5959
},
6060
"dependencies": {
61-
"@twilio-labs/serverless-runtime-types": "^4.0.0",
61+
"@twilio-labs/serverless-runtime-types": "^4.0.1",
6262
"@types/express": "4.17.21",
6363
"chalk": "^4.1.1",
6464
"common-tags": "^1.8.0",

Diff for: packages/serverless-runtime-types/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
310
## 4.0.0
411

512
### Major Changes

Diff for: packages/serverless-runtime-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-labs/serverless-runtime-types",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime",
55
"main": "index.js",
66
"types": "index.d.ts",

Diff for: packages/twilio-run/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- [#524](https://github.com/twilio-labs/serverless-toolkit/pull/524) [`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2) Thanks [@victoray](https://github.com/victoray)! - - update default version for new projects
8+
- bump dev dependencies @types/express and typedoc
9+
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
10+
- @twilio-labs/serverless-runtime-types@4.0.1
11+
312
## 4.0.2
413

514
### Patch Changes

Diff for: packages/twilio-run/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-run",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"bin": {
55
"twilio-functions": "./bin/twilio-run.js",
66
"twilio-run": "./bin/twilio-run.js",
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"dependencies": {
3737
"@twilio-labs/serverless-api": "^5.5.2",
38-
"@twilio-labs/serverless-runtime-types": "4.0.0",
38+
"@twilio-labs/serverless-runtime-types": "4.0.1",
3939
"@types/express": "4.17.21",
4040
"@types/inquirer": "^6.0.3",
4141
"@types/is-ci": "^2.0.0",
@@ -86,7 +86,7 @@
8686
"ngrok": "^3.3.0"
8787
},
8888
"devDependencies": {
89-
"@twilio/runtime-handler": "^2.0.2",
89+
"@twilio/runtime-handler": "^2.0.3",
9090
"@types/cheerio": "^0.22.12",
9191
"@types/common-tags": "^1.8.0",
9292
"@types/debug": "^4.1.4",

0 commit comments

Comments
 (0)