@agilecustoms/envctl 0.5.0 → 0.5.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.
@@ -20,7 +20,7 @@ export class DevEnvClient {
20
20
  catch (error) {
21
21
  if (error instanceof HttpException) {
22
22
  if (error.statusCode === 404) {
23
- throw new KnownException(`Environment with key ${envId} is not found`);
23
+ throw new KnownException(`Environment ${envId} is not found`);
24
24
  }
25
25
  throw error;
26
26
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {