Skip to content

Commit 4432c02

Browse files
Version Packages (#512)
* 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 21418aa commit 4432c02

File tree

14 files changed

+287
-248
lines changed

14 files changed

+287
-248
lines changed

.changeset/short-donkeys-matter.md

-6
This file was deleted.

.changeset/strong-pugs-battle.md

-7
This file was deleted.

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.5
4+
5+
### Patch Changes
6+
7+
- [#510](https://github.com/twilio-labs/serverless-toolkit/pull/510) [`feb9686fa6bfa5b49e634e414ff56a61c61cbe89`](https://github.com/twilio-labs/serverless-toolkit/commit/feb9686fa6bfa5b49e634e414ff56a61c61cbe89) Thanks [@makserik](https://github.com/makserik)! - FRIDGE-814 fix chalk
8+
9+
- Updated dependencies [[`feb9686fa6bfa5b49e634e414ff56a61c61cbe89`](https://github.com/twilio-labs/serverless-toolkit/commit/feb9686fa6bfa5b49e634e414ff56a61c61cbe89), [`6d65bea828338a6dd44cb357c324d9b63e74e081`](https://github.com/twilio-labs/serverless-toolkit/commit/6d65bea828338a6dd44cb357c324d9b63e74e081)]:
10+
11+
312
## 3.4.4
413

514
### Patch Changes

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.4",
3+
"version": "3.4.5",
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": "^1.3.0",
27+
"@twilio/runtime-handler": "^2.0.0",
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": "^3.5.4",
39+
"twilio-run": "^4.0.0",
4040
"window-size": "^1.1.1",
4141
"wrap-ansi": "^7.0.0",
4242
"yargs": "^17.2.1"

packages/plugin-assets/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ FLAGS
6363
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
6464
-o=(columns|json|tsv|none) [default: columns] Format of command output.
6565
-p, --profile=<value> Shorthand identifier for your profile.
66-
--properties=<value> [default: service_sid, sid, domain_name] The asset service environment properties you
66+
--properties=<value> [default: service_sid, sid, domain_name] The asset service environment properties you
6767
would like to display (JSON output always shows all properties).
68-
--service-name=<value> A unique name for your asset service. May only contain alphanumeric characters and
68+
--service-name=<value> A unique name for your asset service. May only contain alphanumeric characters and
6969
hyphens.
70-
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
70+
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
7171
7272
DESCRIPTION
7373
Create a new assets service to use as a bucket
@@ -88,9 +88,9 @@ FLAGS
8888
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
8989
-o=(columns|json|tsv|none) [default: columns] Format of command output.
9090
-p, --profile=<value> Shorthand identifier for your profile.
91-
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
91+
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
9292
(JSON output always shows all properties).
93-
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
93+
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
9494
9595
DESCRIPTION
9696
List all the assets in the service
@@ -114,10 +114,10 @@ FLAGS
114114
-l=(debug|info|warn|error|none) [default: info] Level of logging messages.
115115
-o=(columns|json|tsv|none) [default: columns] Format of command output.
116116
-p, --profile=<value> Shorthand identifier for your profile.
117-
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
117+
--properties=<value> [default: sid, path, url, visibility] The asset properties you would like to display
118118
(JSON output always shows all properties).
119-
--protected Sets the uploaded asset's visibility to 'protected'
120-
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
119+
--protected Sets the uploaded asset's visibility to 'protected'
120+
--silent Suppress output and logs. This is a shorthand for "-l none -o none".
121121
122122
DESCRIPTION
123123
Upload a new asset to the Assets service

packages/plugin-serverless/CHANGELOG.md

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

3+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`feb9686fa6bfa5b49e634e414ff56a61c61cbe89`](https://github.com/twilio-labs/serverless-toolkit/commit/feb9686fa6bfa5b49e634e414ff56a61c61cbe89), [`6d65bea828338a6dd44cb357c324d9b63e74e081`](https://github.com/twilio-labs/serverless-toolkit/commit/6d65bea828338a6dd44cb357c324d9b63e74e081)]:
8+
9+
10+
311
## 3.1.5
412

513
### Patch Changes

0 commit comments

Comments
 (0)