@inference/cli 0.0.111-beta.648 → 0.0.112-beta.649
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inference/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.112-beta.649",
|
|
4
4
|
"description": "Inference.net CLI - manage training runs, evals, datasets, and inferences from your terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"ai"
|
|
27
27
|
],
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@inference/cli-darwin-arm64": "0.0.
|
|
30
|
-
"@inference/cli-darwin-x64": "0.0.
|
|
31
|
-
"@inference/cli-linux-x64": "0.0.
|
|
32
|
-
"@inference/cli-linux-arm64": "0.0.
|
|
29
|
+
"@inference/cli-darwin-arm64": "0.0.112-beta.649",
|
|
30
|
+
"@inference/cli-darwin-x64": "0.0.112-beta.649",
|
|
31
|
+
"@inference/cli-linux-x64": "0.0.112-beta.649",
|
|
32
|
+
"@inference/cli-linux-arm64": "0.0.112-beta.649"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "bun run clean:bin && bun run build:cli",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"format:fix": "oxfmt --write .",
|
|
50
50
|
"lint": "ROOT=\"$(git rev-parse --show-toplevel)/inference\" && \"$ROOT/node_modules/.bin/oxlint\" --type-aware",
|
|
51
51
|
"lint:fix": "ROOT=\"$(git rev-parse --show-toplevel)/inference\" && \"$ROOT/node_modules/.bin/oxlint\" --type-aware --fix",
|
|
52
|
-
"tsc": "tsc --build",
|
|
52
|
+
"tsc": "ROOT=\"$(git rev-parse --show-toplevel)/inference\" && \"$ROOT/node_modules/typescript-7/bin/tsc\" --build",
|
|
53
53
|
"test": "bun run test:unit",
|
|
54
54
|
"test:unit": "vitest run --config vitest.unit.config.mts",
|
|
55
55
|
"test:vitest": "vitest run --config vitest.unit.config.mts"
|