@stigmer/runner-slim 3.0.8-dev.20260613072749 → 3.0.8-dev.20260613085218
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/main.js +1 -1
- package/package.json +6 -6
package/main.js
CHANGED
|
@@ -2186,7 +2186,7 @@ Respond with ONLY the JSON object. Nothing else.`}let promptChars=effectivePromp
|
|
|
2186
2186
|
src/ has changed since (current hash ${currentHash})
|
|
2187
2187
|
|
|
2188
2188
|
Run 'make build-runner' or 'make desktop-dev' to rebuild.
|
|
2189
|
-
`),process.exit(78))}catch{}}function collectTsFiles(dir,files2=[]){for(let entry of(0,import_node_fs9.readdirSync)(dir,{withFileTypes:!0})){let fullPath=(0,import_node_path24.join)(dir,entry.name);if(entry.isDirectory()){if(entry.name==="node_modules"||entry.name==="__tests__")continue;collectTsFiles(fullPath,files2)}else entry.name.endsWith(".ts")&&files2.push(fullPath)}return files2}async function main2(){checkBuildFreshness();let config4=loadConfig();if(config4.proxyEndpoint){let proxyBase=config4.proxyEndpoint.replace(/\/+$/,"");process.env.CURSOR_BACKEND_URL=proxyBase,process.env.CURSOR_API_BASE_URL=proxyBase}let runnerMode=process.env.STIGMER_RUNNER_MODE==="manager"?"manager":"static";console.warn(`[runner] mode=${runnerMode}, proxy=${config4.proxyEndpoint??"none"}, hasToken=${!!config4.stigmerToken}, workspace=${config4.workspaceRootDir}, taskQueue=${config4.taskQueue}`),runnerMode==="manager"
|
|
2189
|
+
`),process.exit(78))}catch{}}function collectTsFiles(dir,files2=[]){for(let entry of(0,import_node_fs9.readdirSync)(dir,{withFileTypes:!0})){let fullPath=(0,import_node_path24.join)(dir,entry.name);if(entry.isDirectory()){if(entry.name==="node_modules"||entry.name==="__tests__")continue;collectTsFiles(fullPath,files2)}else entry.name.endsWith(".ts")&&files2.push(fullPath)}return files2}async function main2(){checkBuildFreshness();let config4=loadConfig();if(config4.proxyEndpoint){let proxyBase=config4.proxyEndpoint.replace(/\/+$/,"");process.env.CURSOR_BACKEND_URL=proxyBase,process.env.CURSOR_API_BASE_URL=proxyBase}let runnerMode=process.env.STIGMER_RUNNER_MODE==="manager"?"manager":"static";console.warn(`[runner] mode=${runnerMode}, proxy=${config4.proxyEndpoint??"none"}, hasToken=${!!config4.stigmerToken}, workspace=${config4.workspaceRootDir}, taskQueue=${config4.taskQueue}`),runnerMode==="manager"&&(await runManagerMode(config4),process.exit(0)),await runStaticMode(config4)}main2().catch(err=>{reportFatal(writeStderr,"Fatal error in runner:",err),process.exit(1)});
|
|
2190
2190
|
/*! Bundled license information:
|
|
2191
2191
|
|
|
2192
2192
|
long/umd/index.js:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stigmer/runner-slim",
|
|
3
|
-
"version": "3.0.8-dev.
|
|
3
|
+
"version": "3.0.8-dev.20260613085218",
|
|
4
4
|
"description": "Self-contained Stigmer runner build for embedding in desktop apps — the bundle-friendly @stigmer/runner",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"engines": {
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"jq-wasm": "^1.1.0-jq-1.8.1"
|
|
17
17
|
},
|
|
18
18
|
"optionalDependencies": {
|
|
19
|
-
"@stigmer/runner-slim-darwin-arm64": "3.0.8-dev.
|
|
20
|
-
"@stigmer/runner-slim-darwin-x64": "3.0.8-dev.
|
|
21
|
-
"@stigmer/runner-slim-linux-x64": "3.0.8-dev.
|
|
22
|
-
"@stigmer/runner-slim-linux-arm64": "3.0.8-dev.
|
|
23
|
-
"@stigmer/runner-slim-win32-x64": "3.0.8-dev.
|
|
19
|
+
"@stigmer/runner-slim-darwin-arm64": "3.0.8-dev.20260613085218",
|
|
20
|
+
"@stigmer/runner-slim-darwin-x64": "3.0.8-dev.20260613085218",
|
|
21
|
+
"@stigmer/runner-slim-linux-x64": "3.0.8-dev.20260613085218",
|
|
22
|
+
"@stigmer/runner-slim-linux-arm64": "3.0.8-dev.20260613085218",
|
|
23
|
+
"@stigmer/runner-slim-win32-x64": "3.0.8-dev.20260613085218"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"stigmer",
|