@semiont/cli 0.2.1-build.9 → 0.2.2-build.11

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -42890,7 +42890,7 @@ var require_package = __commonJS({
42890
42890
  "package.json"(exports, module) {
42891
42891
  module.exports = {
42892
42892
  name: "@semiont/cli",
42893
- version: "0.2.1",
42893
+ version: "0.2.2",
42894
42894
  description: "Semiont CLI - Unified environment management tool",
42895
42895
  _comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
42896
42896
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/cli",
3
- "version": "0.2.1-build.9",
3
+ "version": "0.2.2-build.11",
4
4
  "description": "Semiont CLI - Unified environment management tool",
5
5
  "_comment": "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
6
6
  "type": "module",