@enspirit/emb 0.10.0 → 0.10.1

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.10.0 darwin-arm64 node-v22.14.0
17
+ @enspirit/emb/0.10.1 darwin-arm64 node-v22.14.0
18
18
  $ emb --help [COMMAND]
19
19
  USAGE
20
20
  $ emb COMMAND
@@ -42,7 +42,7 @@ export default class RunTask extends BaseCommand {
42
42
  if (error instanceof AmbiguousReferenceError) {
43
43
  throw error.toCliError([
44
44
  `Specify just one. Eg: \`emb tasks run ${error.matches[0]}\``,
45
- 'Run the same command with --all-matches / -a',
45
+ 'Run the same command with --all-matching / -a',
46
46
  'Review the list of tasks by running `emb tasks`',
47
47
  ]);
48
48
  }
@@ -998,5 +998,5 @@
998
998
  ]
999
999
  }
1000
1000
  },
1001
- "version": "0.10.0"
1001
+ "version": "0.10.1"
1002
1002
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@enspirit/emb",
3
3
  "type": "module",
4
- "version": "0.10.0",
4
+ "version": "0.10.1",
5
5
  "keywords": [
6
6
  "monorepo",
7
7
  "docker",