@semiont/cli 0.2.3-build.15 → 0.2.4-build.17
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
|
@@ -42027,7 +42027,7 @@ var require_package = __commonJS({
|
|
|
42027
42027
|
"package.json"(exports, module) {
|
|
42028
42028
|
module.exports = {
|
|
42029
42029
|
name: "@semiont/cli",
|
|
42030
|
-
version: "0.2.
|
|
42030
|
+
version: "0.2.4",
|
|
42031
42031
|
description: "Semiont CLI - Unified environment management tool",
|
|
42032
42032
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
42033
42033
|
type: "module",
|
package/package.json
CHANGED