@semiont/cli 0.4.16 → 0.4.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 +8 -8
- package/dist/frontend/package.json +1 -1
- package/package.json +7 -7
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.17",
|
|
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.17",
|
|
31734
|
+
"@semiont/content": "0.4.17",
|
|
31735
|
+
"@semiont/core": "0.4.17",
|
|
31736
|
+
"@semiont/event-sourcing": "0.4.17",
|
|
31737
|
+
"@semiont/graph": "0.4.17",
|
|
31738
|
+
"@semiont/make-meaning": "0.4.17",
|
|
31739
31739
|
arg: "^5.0.2",
|
|
31740
31740
|
argon2: "^0.44.0",
|
|
31741
31741
|
express: "^5.2.1",
|
|
@@ -36798,7 +36798,7 @@ async function generateGlobalHelp() {
|
|
|
36798
36798
|
}
|
|
36799
36799
|
|
|
36800
36800
|
// src/cli.ts
|
|
36801
|
-
var VERSION = "0.4.
|
|
36801
|
+
var VERSION = "0.4.17";
|
|
36802
36802
|
function printVersion() {
|
|
36803
36803
|
console.log(`Semiont CLI v${VERSION}`);
|
|
36804
36804
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semiont/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.17",
|
|
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,12 +47,12 @@
|
|
|
47
47
|
"test:watch:unit": "vitest --watch --config vitest.config.unit.ts"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@semiont/api-client": "0.4.
|
|
51
|
-
"@semiont/content": "0.4.
|
|
52
|
-
"@semiont/core": "0.4.
|
|
53
|
-
"@semiont/event-sourcing": "0.4.
|
|
54
|
-
"@semiont/graph": "0.4.
|
|
55
|
-
"@semiont/make-meaning": "0.4.
|
|
50
|
+
"@semiont/api-client": "0.4.17",
|
|
51
|
+
"@semiont/content": "0.4.17",
|
|
52
|
+
"@semiont/core": "0.4.17",
|
|
53
|
+
"@semiont/event-sourcing": "0.4.17",
|
|
54
|
+
"@semiont/graph": "0.4.17",
|
|
55
|
+
"@semiont/make-meaning": "0.4.17",
|
|
56
56
|
"arg": "^5.0.2",
|
|
57
57
|
"argon2": "^0.44.0",
|
|
58
58
|
"express": "^5.2.1",
|