@enspirit/emb 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,7 +14,7 @@ $ npm install -g @enspirit/emb
14
14
  $ emb COMMAND
15
15
  running command...
16
16
  $ emb (--version)
17
- @enspirit/emb/0.0.1 darwin-x64 node-v22.12.0
17
+ @enspirit/emb/0.0.2 darwin-x64 node-v22.12.0
18
18
  $ emb --help [COMMAND]
19
19
  USAGE
20
20
  $ emb COMMAND
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "0.0.1"
3
+ "version": "0.0.2"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@enspirit/emb",
3
3
  "type": "module",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "keywords": ["monorepo", "docker", "taskrunner", "ci", "docker compose", "sentinel", "makefile"],
6
6
  "author": "Louis Lambeau <louis.lambeau@enspirit.be>",
7
7
  "license": "ISC",
@@ -36,6 +36,7 @@
36
36
  "@oclif/plugin-plugins": "^5.4.46",
37
37
  "@oclif/table": "^0.4.12",
38
38
  "ajv": "^8.17.1",
39
+ "colorette": "^2.0.20",
39
40
  "docker-compose": "^1.2.0",
40
41
  "dockerode": "^4.0.7",
41
42
  "dotenv": "^17.2.1",
@@ -46,6 +47,7 @@
46
47
  "listr2": "^9.0.1",
47
48
  "luxon": "^3.7.1",
48
49
  "protobufjs": "^7.5.3",
50
+ "p-map": "^7.0.3",
49
51
  "simple-git": "^3.28.0",
50
52
  "yaml": "^2.8.1"
51
53
  },