@twilio-labs/serverless-runtime-types
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.2
@@ -6,2 +6,40 @@ # Change Log | ||
# [2.0.0-beta.2](https://github.com/twilio-labs/serverless-toolkit/compare/@twilio-labs/serverless-runtime-types@2.0.0-beta.1...@twilio-labs/serverless-runtime-types@2.0.0-beta.2) (2021-04-21) | ||
**Note:** Version bump only for package @twilio-labs/serverless-runtime-types | ||
# 2.0.0-beta.1 (2021-04-21) | ||
### Bug Fixes | ||
* update to correct type import ([ea0994f](https://github.com/twilio-labs/serverless-toolkit/commit/ea0994f598a550188794d84554e1d11b5edbc198)) | ||
* **deps:** npm is not happy about @types/qs ([0d4e6a8](https://github.com/twilio-labs/serverless-toolkit/commit/0d4e6a894d154996470b9ab4bdd9b72095b7bd94)) | ||
* **types:** add extended sync service types ([e735e81](https://github.com/twilio-labs/serverless-toolkit/commit/e735e81a3872a723b8276506eb046f6d327166c6)) | ||
* **types:** add other values to callback signature ([d024032](https://github.com/twilio-labs/serverless-toolkit/commit/d024032b8200d8c8fba41f557752b5b5a1ba9cf6)) | ||
* **types:** improve types for Twilio Functions ([c7eb678](https://github.com/twilio-labs/serverless-toolkit/commit/c7eb678ff3e8d0fd27ec595945ab944679e54177)) | ||
### Features | ||
* add initial release ([b8177f7](https://github.com/twilio-labs/serverless-toolkit/commit/b8177f777b03582d607173e96f1c778e703a90e4)) | ||
* **deploy:** adds runtime as a flag to the deploy command ([#218](https://github.com/twilio-labs/serverless-toolkit/issues/218)) ([789ec02](https://github.com/twilio-labs/serverless-toolkit/commit/789ec027f1151be156e1fb01b4e4110ca0de9c44)) | ||
* **twilio-run:** restructure configuration ([#198](https://github.com/twilio-labs/serverless-toolkit/issues/198)) ([f88d490](https://github.com/twilio-labs/serverless-toolkit/commit/f88d49027980ee4c4d7f630918f860a987f13887)), closes [#166](https://github.com/twilio-labs/serverless-toolkit/issues/166) | ||
* **types:** add Context type ([ce2e171](https://github.com/twilio-labs/serverless-toolkit/commit/ce2e17151520f5722327692f5f3c55f7dbbceef0)) | ||
* **types:** add ServerlessFunctionSignature types ([3d258ba](https://github.com/twilio-labs/serverless-toolkit/commit/3d258ba126cc976d967aa16012960e5185b6e6d2)) | ||
### BREAKING CHANGES | ||
* **twilio-run:** Drops support for .twilio-functions files and internally restructures activate | ||
files to promote | ||
# 2.0.0-beta.0 (2020-08-27) | ||
@@ -8,0 +46,0 @@ |
{ | ||
"name": "@twilio-labs/serverless-runtime-types", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.2", | ||
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime", | ||
@@ -29,5 +29,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"twilio": "^3.33.0" | ||
"@types/express": "^4.17.11", | ||
"@types/qs": "^6.9.4", | ||
"twilio": "^3.60.0" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.17.11", | ||
"all-contributors-cli": "^6.7.0" | ||
@@ -44,3 +47,3 @@ }, | ||
], | ||
"gitHead": "9382ba7f1c23cdf18ac8bb6cada92340d63491dd" | ||
"gitHead": "de57118bf385c6b1953a86473f3dd8edaea7cdf9" | ||
} |
<h1 align="center">@twilio-labs/serverless-runtime-types</h1> | ||
<p align="center">TypeScript definitions to define globals for the Twilio Serverless runtime</p> | ||
<p align="center">TypeScript definitions to define globals for the Twilio Serverless runtime.</p> | ||
<p align="center"> | ||
<img alt="npm (scoped)" src="https://img.shields.io/npm/v/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="npm" src="https://img.shields.io/npm/dt/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="GitHub" src="https://img.shields.io/github/license/twilio-labs/serverless-runtime-types.svg?style=flat-square"> <a href="#contributors"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" /></a> <a href="https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md"><img alt="Code of Conduct" src="https://img.shields.io/badge/%F0%9F%92%96-Code%20of%20Conduct-blueviolet.svg?style=flat-square"></a> <a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" /></a> </<a> | ||
<img alt="npm (scoped)" src="https://img.shields.io/npm/v/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="npm" src="https://img.shields.io/npm/dt/@twilio-labs/serverless-runtime-types.svg?style=flat-square"> <img alt="GitHub" src="https://img.shields.io/github/license/twilio-labs/serverless-runtime-types.svg?style=flat-square"> <a href="#contributors"><img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square" /></a> <a href="https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md"><img alt="Code of Conduct" src="https://img.shields.io/badge/%F0%9F%92%96-Code%20of%20Conduct-blueviolet.svg?style=flat-square"></a> <a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs Welcome" /></a> </<a> | ||
<hr> | ||
@@ -89,7 +89,7 @@ | ||
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/.github/blob/master/CONTRIBUTING.md) file for more details. | ||
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details. | ||
### Code of Conduct | ||
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️ | ||
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️ | ||
@@ -96,0 +96,0 @@ ### Contributors |
13546
3
2
+ Added@types/express@^4.17.11
+ Added@types/qs@^6.9.4
+ Added@types/body-parser@1.19.5(transitive)
+ Added@types/connect@3.4.38(transitive)
+ Added@types/express@4.17.21(transitive)
+ Added@types/express-serve-static-core@4.19.6(transitive)
+ Added@types/http-errors@2.0.4(transitive)
+ Added@types/mime@1.3.5(transitive)
+ Added@types/node@22.13.0(transitive)
+ Added@types/qs@6.9.18(transitive)
+ Added@types/range-parser@1.2.7(transitive)
+ Added@types/send@0.17.4(transitive)
+ Added@types/serve-static@1.15.7(transitive)
+ Addedundici-types@6.20.0(transitive)
Updatedtwilio@^3.60.0