-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - @twilio-labs/[email protected] - [email protected]
- Loading branch information
Showing
12 changed files
with
79 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.3.5](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.3.5) (2022-08-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **create-twilio-function:** handle rimraf failing ([#400](https://github.com/twilio-labs/serverless-toolkit/issues/400)) ([b15a1cb](https://github.com/twilio-labs/serverless-toolkit/commit/b15a1cb3c11d3b24e241aaa96b26681e4a689bd6)) | ||
|
||
|
||
|
||
|
||
|
||
## [3.3.4](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.3.4) (2022-08-08) | ||
|
||
**Note:** Version bump only for package create-twilio-function | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-31) | ||
|
||
**Note:** Version bump only for package @twilio-labs/plugin-assets | ||
|
||
|
||
|
||
|
||
|
||
## [2.0.2](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-08) | ||
|
||
**Note:** Version bump only for package @twilio-labs/plugin-assets | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "@twilio-labs/plugin-assets", | ||
"description": "Easily upload assets to a Twilio Assets service", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)", | ||
"contributors": [ | ||
"Phil Nash <[email protected]>" | ||
], | ||
"dependencies": { | ||
"@oclif/command": "^1.5.19", | ||
"@oclif/config": "^1.13.3", | ||
"@twilio-labs/serverless-api": "^5.4.3", | ||
"@twilio-labs/serverless-api": "^5.4.4", | ||
"@twilio/cli-core": "^6.0.0", | ||
"inquirer": "^8.0.0", | ||
"ora": "^5.4.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.0.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-31) | ||
|
||
**Note:** Version bump only for package @twilio-labs/plugin-serverless | ||
|
||
|
||
|
||
|
||
|
||
## [3.0.2](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-08) | ||
|
||
**Note:** Version bump only for package @twilio-labs/plugin-serverless | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@twilio-labs/plugin-serverless", | ||
"description": "Develop and deploy Twilio Serverless Functions", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"author": "Twilio Inc. <[email protected]> (https://www.twilio.com/labs)", | ||
"contributors": [ | ||
"Dominik Kundel <[email protected]>" | ||
|
@@ -10,10 +10,10 @@ | |
"@oclif/command": "^1.5.19", | ||
"@oclif/config": "^1.13.3", | ||
"@twilio/cli-core": "^6.0.0", | ||
"create-twilio-function": "^3.3.4", | ||
"create-twilio-function": "^3.3.5", | ||
"lodash.camelcase": "^4.3.0", | ||
"lodash.kebabcase": "^4.1.1", | ||
"twilio-run": "^3.4.3" | ||
"twilio-run": "^3.4.4" | ||
}, | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.22.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.4.4](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fileExists should not require write access by default ([#407](https://github.com/twilio-labs/serverless-toolkit/issues/407)) ([e95e726](https://github.com/twilio-labs/serverless-toolkit/commit/e95e7264f91fe56e7bede89c8c628efb2013e60b)) | ||
|
||
|
||
|
||
|
||
|
||
## [5.4.3](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/[email protected]...@twilio-labs/[email protected]) (2022-08-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,18 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [3.4.4](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.4.4) (2022-08-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fileExists should not require write access by default ([#407](https://github.com/twilio-labs/serverless-toolkit/issues/407)) ([e95e726](https://github.com/twilio-labs/serverless-toolkit/commit/e95e7264f91fe56e7bede89c8c628efb2013e60b)) | ||
* **twilio-run:** passing a dir doesn't get overriden by cwd ([#381](https://github.com/twilio-labs/serverless-toolkit/issues/381)) ([9f02b32](https://github.com/twilio-labs/serverless-toolkit/commit/9f02b320250647034dd8163b20600a4b9d7fee6b)), closes [#335](https://github.com/twilio-labs/serverless-toolkit/issues/335) | ||
|
||
|
||
|
||
|
||
|
||
## [3.4.3](https://github.com/twilio-labs/serverless-toolkit/compare/[email protected]@3.4.3) (2022-08-08) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters