@semiont/cli 0.2.1 → 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.
- package/dist/cli.mjs +1 -1
- 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.
|
|
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