openwrk 0.11.35 → 0.11.38
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/openwrk +0 -0
- package/package.json +6 -6
package/dist/openwrk
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openwrk",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.38",
|
|
4
4
|
"description": "Headless OpenWork host orchestrator for OpenCode + OpenWork server + Owpenbot",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"@opencode-ai/sdk": "^1.1.31",
|
|
35
35
|
"@opentui/core": "0.1.77",
|
|
36
36
|
"@opentui/solid": "0.1.77",
|
|
37
|
-
"openwork-server": "0.
|
|
38
|
-
"owpenwork": "0.
|
|
37
|
+
"openwork-server": "0.11.38",
|
|
38
|
+
"owpenwork": "0.11.38",
|
|
39
39
|
"solid-js": "1.9.9"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"scripts": {
|
|
47
47
|
"dev": "bun src/cli.ts",
|
|
48
48
|
"build": "tsc -p tsconfig.json",
|
|
49
|
-
"build:bin": "node scripts/clean-dist.mjs && bun build --compile src/cli.ts --outfile dist/openwrk",
|
|
50
|
-
"build:bin:bundled": "node scripts/clean-dist.mjs && node ../desktop/scripts/prepare-sidecar.mjs --outdir dist && bun build --compile src/cli.ts --outfile dist/openwrk && bun scripts/build-bin.ts",
|
|
49
|
+
"build:bin": "node scripts/clean-dist.mjs && bun build --compile src/cli.ts --define __OPENWRK_VERSION__=\\\"$npm_package_version\\\" --outfile dist/openwrk",
|
|
50
|
+
"build:bin:bundled": "node scripts/clean-dist.mjs && node ../desktop/scripts/prepare-sidecar.mjs --outdir dist && bun build --compile src/cli.ts --define __OPENWRK_VERSION__=\\\"$npm_package_version\\\" --outfile dist/openwrk && bun scripts/build-bin.ts",
|
|
51
51
|
"build:sidecars": "node scripts/build-sidecars.mjs",
|
|
52
|
-
"typecheck": "tsc -p tsconfig.json
|
|
52
|
+
"typecheck": "tsc -p tsconfig.typecheck.json",
|
|
53
53
|
"test:router": "pnpm build && node scripts/router.mjs"
|
|
54
54
|
}
|
|
55
55
|
}
|