@semiont/cli 0.2.0 → 0.2.1-build.8

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
@@ -43111,7 +43111,7 @@ var require_package = __commonJS({
43111
43111
  "package.json"(exports, module) {
43112
43112
  module.exports = {
43113
43113
  name: "@semiont/cli",
43114
- version: "0.2.0",
43114
+ version: "0.2.1",
43115
43115
  description: "Semiont CLI - Unified environment management tool",
43116
43116
  _comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
43117
43117
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-build.8",
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",