@semiont/cli 0.4.22 → 0.5.0
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 +9 -9
- package/dist/frontend/package.json +1 -1
- package/package.json +8 -8
package/dist/cli.mjs
CHANGED
|
@@ -32828,7 +32828,7 @@ var require_package = __commonJS({
|
|
|
32828
32828
|
"package.json"(exports, module) {
|
|
32829
32829
|
module.exports = {
|
|
32830
32830
|
name: "@semiont/cli",
|
|
32831
|
-
version: "0.
|
|
32831
|
+
version: "0.5.0",
|
|
32832
32832
|
description: "Semiont CLI - Unified environment management tool",
|
|
32833
32833
|
_comment: "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
32834
32834
|
type: "module",
|
|
@@ -32875,13 +32875,13 @@ var require_package = __commonJS({
|
|
|
32875
32875
|
"test:watch:unit": "vitest --watch --config vitest.config.unit.ts"
|
|
32876
32876
|
},
|
|
32877
32877
|
dependencies: {
|
|
32878
|
-
"@semiont/api-client": "0.
|
|
32879
|
-
"@semiont/content": "0.
|
|
32880
|
-
"@semiont/core": "0.
|
|
32881
|
-
"@semiont/event-sourcing": "0.
|
|
32882
|
-
"@semiont/graph": "0.
|
|
32883
|
-
"@semiont/sdk": "0.
|
|
32884
|
-
"@semiont/make-meaning": "0.
|
|
32878
|
+
"@semiont/api-client": "0.5.0",
|
|
32879
|
+
"@semiont/content": "0.5.0",
|
|
32880
|
+
"@semiont/core": "0.5.0",
|
|
32881
|
+
"@semiont/event-sourcing": "0.5.0",
|
|
32882
|
+
"@semiont/graph": "0.5.0",
|
|
32883
|
+
"@semiont/sdk": "0.5.0",
|
|
32884
|
+
"@semiont/make-meaning": "0.5.0",
|
|
32885
32885
|
arg: "^5.0.2",
|
|
32886
32886
|
argon2: "^0.44.0",
|
|
32887
32887
|
express: "^5.2.1",
|
|
@@ -37875,7 +37875,7 @@ async function generateGlobalHelp() {
|
|
|
37875
37875
|
}
|
|
37876
37876
|
|
|
37877
37877
|
// src/cli.ts
|
|
37878
|
-
var VERSION = "0.
|
|
37878
|
+
var VERSION = "0.5.0";
|
|
37879
37879
|
function printVersion() {
|
|
37880
37880
|
console.log(`Semiont CLI v${VERSION}`);
|
|
37881
37881
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Semiont CLI - Unified environment management tool",
|
|
5
5
|
"_comment": "AWS SDK dependencies (@aws-sdk/*) are only used by platforms/aws",
|
|
6
6
|
"type": "module",
|
|
@@ -47,13 +47,13 @@
|
|
|
47
47
|
"test:watch:unit": "vitest --watch --config vitest.config.unit.ts"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@semiont/api-client": "0.
|
|
51
|
-
"@semiont/content": "0.
|
|
52
|
-
"@semiont/core": "0.
|
|
53
|
-
"@semiont/event-sourcing": "0.
|
|
54
|
-
"@semiont/graph": "0.
|
|
55
|
-
"@semiont/sdk": "0.
|
|
56
|
-
"@semiont/make-meaning": "0.
|
|
50
|
+
"@semiont/api-client": "0.5.0",
|
|
51
|
+
"@semiont/content": "0.5.0",
|
|
52
|
+
"@semiont/core": "0.5.0",
|
|
53
|
+
"@semiont/event-sourcing": "0.5.0",
|
|
54
|
+
"@semiont/graph": "0.5.0",
|
|
55
|
+
"@semiont/sdk": "0.5.0",
|
|
56
|
+
"@semiont/make-meaning": "0.5.0",
|
|
57
57
|
"arg": "^5.0.2",
|
|
58
58
|
"argon2": "^0.44.0",
|
|
59
59
|
"express": "^5.2.1",
|