Skip to content

Commit 087b373

Browse files
author
Travis CI User
committed
chore(release): Travis CI update [ci skip]
1 parent da7bc32 commit 087b373

File tree

12 files changed

+100
-27
lines changed

12 files changed

+100
-27
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.44](https://github.com/pharindoko/json-serverless/compare/v1.5.43...v1.5.44) (2020-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **server:** add missing types to fix build issues when using json-serverless-lib standalone ([1a0f333](https://github.com/pharindoko/json-serverless/commit/1a0f33350b98412c2410c456b151eaef83124e22))
12+
* **server:** update broken graphql feature by adding request options in graphql queries ([4d6511b](https://github.com/pharindoko/json-serverless/commit/4d6511bbc35cec83a8020a166444e9a6955b374b))
13+
* **server:** update broken graphql feature by adding request options in graphql queries ([fa9edf7](https://github.com/pharindoko/json-serverless/commit/fa9edf7188f46e6c56e2c03f143da111e63a8e4f))
14+
15+
16+
### Features
17+
18+
* **cli:** add new flags to setup internal routes via cli and appconfig ([6d62fdd](https://github.com/pharindoko/json-serverless/commit/6d62fddd5321265c3b70a63da807900069b29618))
19+
* **cli:** add new flags to setup internal routes via cli and appconfig ([6445406](https://github.com/pharindoko/json-serverless/commit/64454066a408f1936b7bca07592495e44703d892))
20+
* **cli:** create-stack: print created s3 bucket name as output ([24d8fa0](https://github.com/pharindoko/json-serverless/commit/24d8fa0578d71fa3da707c90e4bf50d11c69e48f))
21+
* **examples:** add example to show simple standalone usage of library ([8c5ac49](https://github.com/pharindoko/json-serverless/commit/8c5ac4992e817125672af09f870c292df2913d73))
22+
* **server:** improved security by using helmet ([48468b4](https://github.com/pharindoko/json-serverless/commit/48468b42cd3fb8d1d7d17f7a6375d0f30de74d00))
23+
* **server:** improved security by using helmet ([c33ce21](https://github.com/pharindoko/json-serverless/commit/c33ce218d7127c8cc0a32dbc0a7ec2cdeaebbeb4))
24+
25+
26+
27+
28+
629
## [1.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)
730

831

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/server",
55
"packages/template"
66
],
7-
"version": "1.5.43"
7+
"version": "1.5.44"
88
}

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.44](https://github.com/pharindoko/json-serverless/compare/v1.5.43...v1.5.44) (2020-06-23)
7+
8+
9+
### Features
10+
11+
* **cli:** add new flags to setup internal routes via cli and appconfig ([6d62fdd](https://github.com/pharindoko/json-serverless/commit/6d62fddd5321265c3b70a63da807900069b29618))
12+
* **cli:** create-stack: print created s3 bucket name as output ([24d8fa0](https://github.com/pharindoko/json-serverless/commit/24d8fa0578d71fa3da707c90e4bf50d11c69e48f))
13+
14+
15+
16+
17+
618
## [1.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)
719

820

packages/cli/README.md

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g json-serverless
1919
$ jsonsls COMMAND
2020
running command...
2121
$ jsonsls (-v|--version|version)
22-
json-serverless/1.5.43 linux-x64 node-v10.21.0
22+
json-serverless/1.5.44 linux-x64 node-v10.21.0
2323
$ jsonsls --help [COMMAND]
2424
USAGE
2525
$ jsonsls COMMAND
@@ -47,16 +47,19 @@ ARGUMENTS
4747
STAGE [default: dev] stage name
4848
4949
OPTIONS
50-
-a, --apikeyauth require api key authentication to access api
51-
-d, --description=description api description
52-
-h, --help show CLI help
53-
-i, --region=region AWS region
54-
-l, --loglevel=info|debug [default: info] loglevel of outputs
55-
-n, --name=name api name
56-
-r, --readonly set api to readonly (true) or writeable (false)
57-
-s, --[no-]swagger enable or disable swagger interface support
58-
-y, --autoapprove skip interactive approval before deployment
59-
--apiRoute=apiRoute [default: /api] path to use for api route
50+
-a, --apikeyauth require api key authentication to access api
51+
-d, --description=description api description
52+
-h, --help show CLI help
53+
-i, --region=region AWS region
54+
-l, --loglevel=info|debug [default: info] loglevel of outputs
55+
-n, --name=name api name
56+
-r, --readonly set api to readonly (true) or writeable (false)
57+
-s, --[no-]swagger enable or disable swagger interface support
58+
-y, --autoapprove skip interactive approval before deployment
59+
--apiRoute=apiRoute [default: /api] path to use for api route
60+
--apispecRoute=apispecRoute [default: /api-spec] path for the swagger / open api specification
61+
--graphqlRoute=graphqlRoute [default: /graphql] path for the graphql interface
62+
--swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
6063
```
6164

6265
## `jsonsls help [COMMAND]`
@@ -88,12 +91,15 @@ ARGUMENTS
8891
FILE path of JSON file
8992
9093
OPTIONS
91-
-e, --env=development|local [default: local] environment
92-
-h, --help show CLI help
93-
-l, --loglevel=info|debug [default: info] loglevel of outputs
94-
-r, --readonly set api to readonly (true) or writeable (false)
95-
-s, --[no-]swagger enable or disable swagger interface support
96-
--apiRoute=apiRoute [default: /api] path to use for api route
94+
-e, --env=development|local [default: local] environment
95+
-h, --help show CLI help
96+
-l, --loglevel=info|debug [default: info] loglevel of outputs
97+
-r, --readonly set api to readonly (true) or writeable (false)
98+
-s, --[no-]swagger enable or disable swagger interface support
99+
--apiRoute=apiRoute [default: /api] path to use for api route
100+
--apispecRoute=apispecRoute [default: /api-spec] path for the swagger / open api specification
101+
--graphqlRoute=graphqlRoute [default: /graphql] path for the graphql interface
102+
--swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
97103
```
98104

99105
## `jsonsls update-stack`
@@ -112,6 +118,9 @@ OPTIONS
112118
-r, --readonly set api to readonly (true) or writeable (false)
113119
-s, --[no-]swagger enable or disable swagger interface support
114120
--apiRoute=apiRoute [default: /api] path to use for api route
121+
--apispecRoute=apispecRoute [default: /api-spec] path for the swagger / open api specification
122+
--graphqlRoute=graphqlRoute [default: /graphql] path for the graphql interface
123+
--swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
115124
```
116125

117126
## `jsonsls validate FILE`

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-serverless",
33
"description": "cli for json-serverless project",
4-
"version": "1.5.43",
4+
"version": "1.5.44",
55
"author": "pharindoko",
66
"bin": {
77
"jsonsls": "./bin/run"
@@ -23,8 +23,8 @@
2323
"figlet": "^1.3.0",
2424
"globby": "^11.0.0",
2525
"inquirer": "^7.1.0",
26-
"json-serverless-lib": "^1.5.43",
27-
"json-serverless-template": "^1.5.43",
26+
"json-serverless-lib": "^1.5.44",
27+
"json-serverless-template": "^1.5.44",
2828
"listr": "^0.14.3",
2929
"node-env-webpack-plugin": "1.1.0",
3030
"nodemon": "2.0.4",

packages/server/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.44](https://github.com/pharindoko/json-serverless/compare/v1.5.43...v1.5.44) (2020-06-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **server:** add missing types to fix build issues when using json-serverless-lib standalone ([1a0f333](https://github.com/pharindoko/json-serverless/commit/1a0f33350b98412c2410c456b151eaef83124e22))
12+
* **server:** update broken graphql feature by adding request options in graphql queries ([4d6511b](https://github.com/pharindoko/json-serverless/commit/4d6511bbc35cec83a8020a166444e9a6955b374b))
13+
14+
15+
### Features
16+
17+
* **cli:** add new flags to setup internal routes via cli and appconfig ([6d62fdd](https://github.com/pharindoko/json-serverless/commit/6d62fddd5321265c3b70a63da807900069b29618))
18+
* **server:** improved security by using helmet ([48468b4](https://github.com/pharindoko/json-serverless/commit/48468b42cd3fb8d1d7d17f7a6375d0f30de74d00))
19+
20+
21+
22+
23+
624
## [1.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)
725

826

packages/server/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-serverless-lib",
3-
"version": "1.5.43",
3+
"version": "1.5.44",
44
"description": "Transform a json file into an api",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/template/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.44](https://github.com/pharindoko/json-serverless/compare/v1.5.43...v1.5.44) (2020-06-23)
7+
8+
9+
### Features
10+
11+
* **cli:** add new flags to setup internal routes via cli and appconfig ([6d62fdd](https://github.com/pharindoko/json-serverless/commit/6d62fddd5321265c3b70a63da807900069b29618))
12+
13+
14+
15+
16+
617
## [1.5.43](https://github.com/pharindoko/json-serverless/compare/v1.5.42...v1.5.43) (2020-06-20)
718

819

0 commit comments

Comments
 (0)