Skip to content

Commit

Permalink
Bump version to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodoggie committed Apr 13, 2023
1 parent 9378195 commit 316aa14
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ coverage
.nyc_output
dist
build
yarn-error.log
*.code-workspace
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitmedialabs/devctl",
"version": "4.3.0",
"version": "4.3.1",
"author": "Makara Sok",
"description": "Easily start developing in monorepos with docker-compose",
"main": "dist/cli.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/mustache": "^4.2.2",
"@types/node": "^18.14.2",
"@types/node": "^16",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.1",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DevCTL is a CLI app designed to:

## Requirements

- Node 8+
- Node 16+
- NPM or Yarn
- Docker
- Docker-Compose
Expand All @@ -26,7 +26,7 @@ DevCTL is a CLI app designed to:

DevCTL decreases the onboarding time of new devs in any of our projects at Splitmedialabs. All the new users needs to have installed is docker, docker-compose and NodeJS 8+. Once a project is setup with devctl, its users does not require knowledge of docker.

## What DevCLT is **NOT**
## What DevCTL is **NOT**

- It is not a thick layer on docker-compose. It's a tool to switch "presets" of services. For advanced use cases, you still need to know how docker-compose and its networking components works. For simple use cases, the CLI generators should be enought to help you. **If you don't understand docker-compose, this project will most likely make it more confusing.**
- The docker-compose files that it generates are not meant to be used in production.
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -840,11 +840,16 @@
resolved "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==

"@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^18.14.2":
"@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "18.14.2"
resolved "https://registry.npmjs.org/@types/node/-/node-18.14.2.tgz"
integrity sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==

"@types/node@^16":
version "16.18.23"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.23.tgz#b6e934fe427eb7081d0015aad070acb3373c3c90"
integrity sha512-XAMpaw1s1+6zM+jn2tmw8MyaRDIJfXxqmIQIS0HfoGYPuf7dUWeiUKopwq13KFX9lEp1+THGtlaaYx39Nxr58g==

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
Expand Down

0 comments on commit 316aa14

Please sign in to comment.