@theholocron/cli 2.0.0-alpha.53 → 2.0.0-alpha.55
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 +2 -1
- package/package.json +3 -2
package/dist/cli.mjs
CHANGED
|
@@ -892,7 +892,8 @@ runs:
|
|
|
892
892
|
- name: Setup Node.js
|
|
893
893
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
|
|
894
894
|
with:
|
|
895
|
-
node-version: \${{ inputs.node-version }}
|
|
895
|
+
node-version: \${{ hashFiles('.node-version') != '' && '' || inputs.node-version }}
|
|
896
|
+
node-version-file: \${{ hashFiles('.node-version') != '' && '.node-version' || '' }}
|
|
896
897
|
cache: \${{ hashFiles('pnpm-lock.yaml') != '' && 'pnpm' || '' }}
|
|
897
898
|
|
|
898
899
|
- name: Add node_modules/.bin to PATH
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theholocron/cli",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.55",
|
|
4
4
|
"description": "The Holocron CLI — a pluggable, capability-based orchestrator for spinning up and operating software projects.",
|
|
5
5
|
"homepage": "https://github.com/theholocron/holocron/tree/main/packages/cli#readme",
|
|
6
6
|
"bugs": "https://github.com/theholocron/holocron/issues",
|
|
@@ -42,9 +42,10 @@
|
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@theholocron/eslint-config": "^7.0.0",
|
|
44
44
|
"@theholocron/tsconfig": "^7.0.0",
|
|
45
|
-
"@theholocron/vitest-config": "^7.
|
|
45
|
+
"@theholocron/vitest-config": "^7.2.3",
|
|
46
46
|
"@types/node": "^26",
|
|
47
47
|
"@types/yargs": "^17.0.35",
|
|
48
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
48
49
|
"@vitest/eslint-plugin": "^1.6.23",
|
|
49
50
|
"eslint": "^10.7.0",
|
|
50
51
|
"eslint-plugin-n": "^18.2.2",
|