Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #525

Merged
merged 3 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/flat-boxes-run.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/create-twilio-function/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 3.4.7

### Patch Changes

- [#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
- bump dev dependencies @types/express and typedoc
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
- [email protected]

## 3.4.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/create-twilio-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-twilio-function",
"version": "3.4.6",
"version": "3.4.7",
"description": "A CLI tool to generate a new Twilio Function using that can be run locally with twilio-run.",
"bin": "./bin/create-twilio-function",
"main": "./src/create-twilio-function.js",
Expand All @@ -24,7 +24,7 @@
},
"license": "MIT",
"devDependencies": {
"@twilio/runtime-handler": "^2.0.0",
"@twilio/runtime-handler": "^2.0.3",
"nock": "^11.3.4"
},
"dependencies": {
Expand All @@ -36,7 +36,7 @@
"pkg-install": "^1.0.0",
"rimraf": "^2.6.3",
"terminal-link": "^2.0.0",
"twilio-run": "^4.0.0",
"twilio-run": "^4.0.3",
"window-size": "^1.1.1",
"wrap-ansi": "^7.0.0",
"yargs": "^17.2.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-assets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Create a new assets service to use as a bucket

```
USAGE
$ twilio assets:init [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
$ twilio assets:init [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>]
[--service-name <value>] [--properties <value>]

FLAGS
Expand All @@ -81,7 +81,7 @@ List all the assets in the service

```
USAGE
$ twilio assets:list [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
$ twilio assets:list [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>]
[--properties <value>]

FLAGS
Expand All @@ -104,8 +104,8 @@ Upload a new asset to the Assets service

```
USAGE
$ twilio assets:upload FILE [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
[--protected] [--properties <value>]
$ twilio assets:upload FILE [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p
<value>] [--protected] [--properties <value>]

ARGUMENTS
FILE The path to the file you want to upload
Expand Down
30 changes: 16 additions & 14 deletions packages/plugin-serverless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Promotes an existing deployment to a new environment

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

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

```
USAGE
$ twilio serverless:env:get [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
$ twilio serverless:env:get [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
[--service-sid <value>] [--environment <value>] [--to <value>] [--key <value>] [--production]

Expand Down Expand Up @@ -256,7 +256,7 @@ Takes a .env file and uploads all environment variables to a given environment

```
USAGE
$ twilio serverless:env:import [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
$ twilio serverless:env:import [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
[--service-sid <value>] [--environment <value>] [--to <value>] [--production]

Expand Down Expand Up @@ -294,7 +294,7 @@ Lists all environment variables for a given environment

```
USAGE
$ twilio serverless:env:list [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
$ twilio serverless:env:list [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
[--service-sid <value>] [--environment <value>] [--to <value>] [--show-values] [--production] [-o <value>]

Expand Down Expand Up @@ -334,7 +334,7 @@ Sets an environment variable with a given key and value

```
USAGE
$ twilio serverless:env:set [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
$ twilio serverless:env:set [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
[--service-sid <value>] [--environment <value>] [--to <value>] [--key <value>] [--value <value>] [--production]

Expand Down Expand Up @@ -374,7 +374,7 @@ Removes an environment variable for a given key

```
USAGE
$ twilio serverless:env:unset [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
$ twilio serverless:env:unset [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
[--service-sid <value>] [--environment <value>] [--to <value>] [--key <value>] [--production]

Expand Down Expand Up @@ -413,8 +413,9 @@ Creates a new Twilio Function project

```
USAGE
$ twilio serverless:init NAME [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
[-a <value>] [-t <value>] [--skip-credentials] [--import-credentials] [--template <value>] [--empty] [--typescript]
$ twilio serverless:init NAME [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p
<value>] [-a <value>] [-t <value>] [--skip-credentials] [--import-credentials] [--template <value>] [--empty]
[--typescript]

ARGUMENTS
NAME Name of Serverless project and directory that will be created
Expand Down Expand Up @@ -446,9 +447,10 @@ List existing services, environments, variables, deployments for your Twilio Ser

```
USAGE
$ twilio serverless:list [TYPES] [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>]
[-l <value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env] [-n
<value>] [--extended-output] [--service-sid <value>] [-o <value>] [--environment <value>] [--to <value>]
$ twilio serverless:list [TYPES] [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p
<value>] [-l <value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>]
[--load-system-env] [-n <value>] [--extended-output] [--service-sid <value>] [-o <value>] [--environment <value>]
[--to <value>]

ARGUMENTS
TYPES [default: services] Comma separated list of things to list (services,environments,functions,assets,variables)
Expand Down Expand Up @@ -505,7 +507,7 @@ Print logs from your Twilio Serverless project

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

```
USAGE
$ twilio serverless:promote [-l debug|info|warn|error|none] [-o columns|json|tsv|none] [--silent] [-p <value>] [-l
$ twilio serverless:promote [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-l
<value>] [-c <value>] [--cwd <value>] [--env <value>] [-u <value>] [--password <value>] [--load-system-env]
[--service-sid <value>] [--build-sid <value>] [--from-build <value>] [--source-environment <value>] [--from <value>]
[--environment <value>] [--to <value>] [--production] [--create-environment] [--force] [-o <value>]
Expand Down
9 changes: 9 additions & 0 deletions packages/runtime-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.3

### Patch Changes

- [#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
- bump dev dependencies @types/express and typedoc
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
- @twilio-labs/[email protected]

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio/runtime-handler",
"version": "2.0.2",
"version": "2.0.3",
"description": "Stub runtime for Twilio Functions",
"keywords": [
"twilio",
Expand Down Expand Up @@ -58,7 +58,7 @@
"url": "https://github.com/twilio-labs/serverless-toolkit/issues"
},
"dependencies": {
"@twilio-labs/serverless-runtime-types": "^4.0.0",
"@twilio-labs/serverless-runtime-types": "^4.0.1",
"@types/express": "4.17.21",
"chalk": "^4.1.1",
"common-tags": "^1.8.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/serverless-runtime-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 4.0.1

### Patch Changes

- [#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
- bump dev dependencies @types/express and typedoc

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless-runtime-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-labs/serverless-runtime-types",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions to define globals for the Twilio Serverless runtime",
"main": "index.js",
"types": "index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/twilio-run/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.3

### Patch Changes

- [#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
- bump dev dependencies @types/express and typedoc
- Updated dependencies [[`f30d928636267c170b75d2b7d6983739b2ca55e2`](https://github.com/twilio-labs/serverless-toolkit/commit/f30d928636267c170b75d2b7d6983739b2ca55e2)]:
- @twilio-labs/[email protected]

## 4.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/twilio-run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twilio-run",
"version": "4.0.2",
"version": "4.0.3",
"bin": {
"twilio-functions": "./bin/twilio-run.js",
"twilio-run": "./bin/twilio-run.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"license": "MIT",
"dependencies": {
"@twilio-labs/serverless-api": "^5.5.2",
"@twilio-labs/serverless-runtime-types": "4.0.0",
"@twilio-labs/serverless-runtime-types": "4.0.1",
"@types/express": "4.17.21",
"@types/inquirer": "^6.0.3",
"@types/is-ci": "^2.0.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"ngrok": "^3.3.0"
},
"devDependencies": {
"@twilio/runtime-handler": "^2.0.2",
"@twilio/runtime-handler": "^2.0.3",
"@types/cheerio": "^0.22.12",
"@types/common-tags": "^1.8.0",
"@types/debug": "^4.1.4",
Expand Down