@sriinnu/harmon 0.1.0 → 0.2.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/bin/harmon.js +1 -1
- package/package.json +3 -3
package/dist/bin/harmon.js
CHANGED
|
@@ -629,7 +629,7 @@ var __filename = fileURLToPath(import.meta.url);
|
|
|
629
629
|
var __dirname = path.dirname(__filename);
|
|
630
630
|
var repoRoot = path.resolve(__dirname, "..", "..", "..");
|
|
631
631
|
var siloPackagePath = path.join(repoRoot, "tools", "harmon-silo");
|
|
632
|
-
var packageVersion = "0.
|
|
632
|
+
var packageVersion = "0.2.0";
|
|
633
633
|
function resolveOptions(command) {
|
|
634
634
|
const chain = [];
|
|
635
635
|
let current = command;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sriinnu/harmon",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "CLI client for Harmon daemon",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@types/node": "^25.0.8",
|
|
41
41
|
"esbuild": "^0.27.4",
|
|
42
42
|
"typescript": "^5.9.3",
|
|
43
|
-
"@sriinnu/harmon-protocol": "0.
|
|
43
|
+
"@sriinnu/harmon-protocol": "0.2.0"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
|
-
"build": "node --experimental-strip-types ../../scripts/clean-build.ts ./dist ./tsconfig.tsbuildinfo && tsc",
|
|
46
|
+
"build": "node --experimental-strip-types ../../scripts/clean-build.ts ./dist ./tsconfig.tsbuildinfo && tsc && pnpm build:bundle",
|
|
47
47
|
"build:bundle": "node --experimental-strip-types scripts/bundle.ts",
|
|
48
48
|
"dev": "tsc --watch",
|
|
49
49
|
"lint": "tsc --noEmit",
|