Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raing3 committed Oct 23, 2021
1 parent 8051518 commit 48932d8
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.3.4"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@local-api-gateway/cli",
"version": "0.3.4",
"version": "0.4.0",
"description": "CLI",
"author": "Richard Ainger <[email protected]>",
"license": "MIT",
Expand All @@ -21,8 +21,8 @@
"local-api-gateway": "dist/cli.js"
},
"dependencies": {
"@local-api-gateway/linter": "^0.3.4",
"@local-api-gateway/utils": "^0.3.4",
"@local-api-gateway/linter": "^0.4.0",
"@local-api-gateway/utils": "^0.4.0",
"@stoplight/spectral-core": "^1.6.0",
"chalk": "^4.1.2",
"commander": "^8.3.0",
Expand All @@ -31,7 +31,7 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"@local-api-gateway/types": "^0.3.4",
"@local-api-gateway/types": "^0.4.0",
"@raing3/eslint-config": "^0.3.0",
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@local-api-gateway/gateway",
"version": "0.3.4",
"version": "0.4.0",
"description": "Gateway",
"author": "Richard Ainger <[email protected]>",
"license": "MIT",
Expand All @@ -22,8 +22,8 @@
"lint:fix": "eslint --ext .ts ./src --fix"
},
"devDependencies": {
"@local-api-gateway/types": "^0.3.4",
"@local-api-gateway/utils": "^0.3.4",
"@local-api-gateway/types": "^0.4.0",
"@local-api-gateway/utils": "^0.4.0",
"@raing3/eslint-config": "^0.3.0",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/linter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@local-api-gateway/linter",
"version": "0.3.4",
"version": "0.4.0",
"description": "Linter",
"author": "Richard Ainger <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@local-api-gateway/types",
"version": "0.3.4",
"version": "0.4.0",
"description": "Types",
"author": "Richard Ainger <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@local-api-gateway/utils",
"version": "0.3.4",
"version": "0.4.0",
"description": "Utils",
"author": "Richard Ainger <[email protected]>",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"yaml": "^1.10.2"
},
"devDependencies": {
"@local-api-gateway/types": "^0.3.4",
"@local-api-gateway/types": "^0.4.0",
"@raing3/eslint-config": "^0.3.0",
"@types/node": "^16.11.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
Expand Down

0 comments on commit 48932d8

Please sign in to comment.