@impulselab/hepha 0.2.227 → 0.2.229
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@impulselab/hepha",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.229",
|
|
4
4
|
"description": "Command-line interface for the Hepha platform.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"build": "tsup",
|
|
38
38
|
"dev": "tsx src/cli-entry.ts",
|
|
39
39
|
"types:check": "pnpm --filter @repo/ui run build && tsc --noEmit",
|
|
40
|
-
"test": "find src -name '*.test.ts' -type f -exec tsx --test {} +",
|
|
40
|
+
"test": "find src -name '*.test.ts' -type f -exec tsx --test --test-timeout=60000 {} +",
|
|
41
41
|
"skills:validate": "intent validate skills",
|
|
42
42
|
"skills:stale": "intent stale .",
|
|
43
43
|
"prepublishOnly": "npm run types:check",
|