@aikyroon/installer 1.1.0 → 1.1.3
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.js +2 -2
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { runCli } from '@aikyroon/installer-core';
|
|
2
|
+
import { runCli, versionFrom } from '@aikyroon/installer-core';
|
|
3
3
|
runCli({
|
|
4
4
|
bin: 'kyroon',
|
|
5
5
|
productName: 'Kyroon Enterprise (Worker + Terminal + App)',
|
|
6
|
-
cliVersion:
|
|
6
|
+
cliVersion: versionFrom(import.meta.url),
|
|
7
7
|
description: 'Installs the full Kyroon Enterprise environment: Worker, Terminal, App and the native Updater.',
|
|
8
8
|
kind: 'components',
|
|
9
9
|
components: ['worker', 'terminal', 'app'],
|
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE/D,MAAM,CAAC;IACL,GAAG,EAAE,QAAQ;IACb,WAAW,EAAE,6CAA6C;IAC1D,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC;IACxC,WAAW,EAAE,gGAAgG;IAC7G,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,CAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,CAAC;CAC1C,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aikyroon/installer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Kyroon Enterprise installer — installs Worker, Terminal, App and the native Updater with a single command.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node": ">=22"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@aikyroon/installer-core": "^1.1.
|
|
17
|
+
"@aikyroon/installer-core": "^1.1.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^22.9.0",
|