@semiont/cli 0.1.0-build.2 → 0.2.0-build.3
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/dist/cli.mjs +1 -1
- 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.
|
|
43114
|
+
version: "0.2.0",
|
|
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