@semiont/cli 0.4.19 → 0.4.20
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
CHANGED
|
@@ -31683,7 +31683,7 @@ var require_package = __commonJS({
|
|
|
31683
31683
|
"package.json"(exports, module) {
|
|
31684
31684
|
module.exports = {
|
|
31685
31685
|
name: "@semiont/cli",
|
|
31686
|
-
version: "0.4.
|
|
31686
|
+
version: "0.4.20",
|
|
31687
31687
|
description: "Semiont CLI - Unified environment management tool",
|
|
31688
31688
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
31689
31689
|
type: "module",
|
|
@@ -31730,12 +31730,12 @@ var require_package = __commonJS({
|
|
|
31730
31730
|
"test:watch:unit": "vitest --watch --config vitest.config.unit.ts"
|
|
31731
31731
|
},
|
|
31732
31732
|
dependencies: {
|
|
31733
|
-
"@semiont/api-client": "0.4.
|
|
31734
|
-
"@semiont/content": "0.4.
|
|
31735
|
-
"@semiont/core": "0.4.
|
|
31736
|
-
"@semiont/event-sourcing": "0.4.
|
|
31737
|
-
"@semiont/graph": "0.4.
|
|
31738
|
-
"@semiont/make-meaning": "0.4.
|
|
31733
|
+
"@semiont/api-client": "0.4.20",
|
|
31734
|
+
"@semiont/content": "0.4.20",
|
|
31735
|
+
"@semiont/core": "0.4.20",
|
|
31736
|
+
"@semiont/event-sourcing": "0.4.20",
|
|
31737
|
+
"@semiont/graph": "0.4.20",
|
|
31738
|
+
"@semiont/make-meaning": "0.4.20",
|
|
31739
31739
|
arg: "^5.0.2",
|
|
31740
31740
|
argon2: "^0.44.0",
|
|
31741
31741
|
express: "^5.2.1",
|
|
@@ -36770,7 +36770,7 @@ async function generateGlobalHelp() {
|
|
|
36770
36770
|
}
|
|
36771
36771
|
|
|
36772
36772
|
// src/cli.ts
|
|
36773
|
-
var VERSION = "0.4.
|
|
36773
|
+
var VERSION = "0.4.20";
|
|
36774
36774
|
function printVersion() {
|
|
36775
36775
|
console.log(`Semiont CLI v${VERSION}`);
|
|
36776
36776
|
}
|