@semiont/cli 0.2.7 → 0.2.8-build.26
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
|
@@ -40305,7 +40305,7 @@ var require_package = __commonJS({
|
|
|
40305
40305
|
"package.json"(exports, module) {
|
|
40306
40306
|
module.exports = {
|
|
40307
40307
|
name: "@semiont/cli",
|
|
40308
|
-
version: "0.2.
|
|
40308
|
+
version: "0.2.8",
|
|
40309
40309
|
description: "Semiont CLI - Unified environment management tool",
|
|
40310
40310
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
40311
40311
|
type: "module",
|
package/package.json
CHANGED