stable-harness 0.0.144 → 0.0.145
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/node_modules/@stable-harness/adapter-deepagents/package.json +2 -2
- package/node_modules/@stable-harness/adapter-langgraph/package.json +2 -2
- package/node_modules/@stable-harness/core/package.json +3 -3
- package/node_modules/@stable-harness/governance/package.json +1 -1
- package/node_modules/@stable-harness/memory/package.json +1 -1
- package/node_modules/@stable-harness/protocols/package.json +2 -2
- package/node_modules/@stable-harness/tool-gateway/package.json +1 -1
- package/node_modules/@stable-harness/workspace-yaml/package.json +2 -2
- package/package.json +9 -9
- package/packages/adapter-deepagents/package.json +2 -2
- package/packages/adapter-langgraph/package.json +2 -2
- package/packages/cli/dist/src/server/gateway.js +1 -1
- package/packages/cli/package.json +8 -8
- package/packages/core/package.json +3 -3
- package/packages/evaluation/package.json +2 -2
- package/packages/governance/package.json +1 -1
- package/packages/memory/package.json +1 -1
- package/packages/protocols/package.json +2 -2
- package/packages/tool-gateway/package.json +1 -1
- package/packages/workspace-yaml/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-deepagents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@langchain/node-vfs": "^0.1.4",
|
|
17
17
|
"@langchain/ollama": "^1.2.7",
|
|
18
18
|
"@langchain/openai": "^1.4.5",
|
|
19
|
-
"@stable-harness/core": "0.0.
|
|
19
|
+
"@stable-harness/core": "0.0.145",
|
|
20
20
|
"deepagents": "^1.10.1",
|
|
21
21
|
"langchain": "^1.4.0"
|
|
22
22
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-langgraph",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
"types": "dist/src/index.d.ts",
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@langchain/langgraph": "^1.3.0",
|
|
15
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.145"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
".": "./dist/index.js"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@stable-harness/governance": "0.0.
|
|
16
|
-
"@stable-harness/memory": "0.0.
|
|
15
|
+
"@stable-harness/governance": "0.0.145",
|
|
16
|
+
"@stable-harness/memory": "0.0.145"
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/protocols",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"main": "dist/src/index.js",
|
|
12
12
|
"types": "dist/src/index.d.ts",
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.145"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/workspace-yaml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
".": "./dist/index.js"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.145"
|
|
16
16
|
}
|
|
17
17
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stable-harness",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Stable application runtime and operator control plane for agent workspaces.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -83,14 +83,14 @@
|
|
|
83
83
|
"@langchain/node-vfs": "^0.1.4",
|
|
84
84
|
"@langchain/ollama": "^1.2.7",
|
|
85
85
|
"@langchain/openai": "^1.4.5",
|
|
86
|
-
"@stable-harness/adapter-deepagents": "0.0.
|
|
87
|
-
"@stable-harness/adapter-langgraph": "0.0.
|
|
88
|
-
"@stable-harness/core": "0.0.
|
|
89
|
-
"@stable-harness/governance": "0.0.
|
|
90
|
-
"@stable-harness/memory": "0.0.
|
|
91
|
-
"@stable-harness/protocols": "0.0.
|
|
92
|
-
"@stable-harness/tool-gateway": "0.0.
|
|
93
|
-
"@stable-harness/workspace-yaml": "0.0.
|
|
86
|
+
"@stable-harness/adapter-deepagents": "0.0.145",
|
|
87
|
+
"@stable-harness/adapter-langgraph": "0.0.145",
|
|
88
|
+
"@stable-harness/core": "0.0.145",
|
|
89
|
+
"@stable-harness/governance": "0.0.145",
|
|
90
|
+
"@stable-harness/memory": "0.0.145",
|
|
91
|
+
"@stable-harness/protocols": "0.0.145",
|
|
92
|
+
"@stable-harness/tool-gateway": "0.0.145",
|
|
93
|
+
"@stable-harness/workspace-yaml": "0.0.145",
|
|
94
94
|
"deepagents": "^1.10.1",
|
|
95
95
|
"langchain": "^1.4.0",
|
|
96
96
|
"yaml": "^2.8.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-deepagents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@langchain/node-vfs": "^0.1.4",
|
|
17
17
|
"@langchain/ollama": "^1.2.7",
|
|
18
18
|
"@langchain/openai": "^1.4.5",
|
|
19
|
-
"@stable-harness/core": "0.0.
|
|
19
|
+
"@stable-harness/core": "0.0.145",
|
|
20
20
|
"deepagents": "^1.10.1",
|
|
21
21
|
"langchain": "^1.4.0"
|
|
22
22
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-langgraph",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
"types": "dist/src/index.d.ts",
|
|
13
13
|
"peerDependencies": {
|
|
14
14
|
"@langchain/langgraph": "^1.3.0",
|
|
15
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.145"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{createServer as t,request as o}from"node:http";import{createAgentProtocolHttpServer as a,createHttpServer as e,createOpenAiCompatibleHttpServer as r}from"@stable-harness/protocols";import{startOfficialLangGraphServer as n}from"../langgraph-official.js";import{defaultGatewayPort as s,defaultHost as i,defaultLangGraphWorkers as c,readPort as p}from"./protocol-defaults.js";import{renderStudioHtml as l}from"./studio.js";export async function createGatewayServer(h,u){const g=readRecord(h.getRuntimePolicy().protocols)??{},
|
|
1
|
+
import{createServer as t,request as o}from"node:http";import{createAgentProtocolHttpServer as a,createHttpServer as e,createOpenAiCompatibleHttpServer as r}from"@stable-harness/protocols";import{startOfficialLangGraphServer as n}from"../langgraph-official.js";import{defaultGatewayPort as s,defaultHost as i,defaultLangGraphWorkers as c,readPort as p}from"./protocol-defaults.js";import{renderStudioHtml as l}from"./studio.js";export async function createGatewayServer(h,u){const g=readRecord(h.getRuntimePolicy().protocols)??{},m=protocolConfig(g,"gateway","server")??{},f=u.host??configString(m.host)??i,d=p(u.port,"--port")??p(process.env.STABLE_HARNESS_PORT,"STABLE_HARNESS_PORT")??p(process.env.STABLE_HARNESS_GATEWAY_PORT,"STABLE_HARNESS_GATEWAY_PORT")??p(m.port,"protocols.gateway.port")??s,b=`http://${f}:${d}`,P=function gatewayBearerToken(t,o){return configString(t.bearerToken)??configString(t.apiKey)??o.apiKey}(m,u),v=await async function startGatewayTargets(t,o,s,p){const l={stable:await startHttpTarget("runtime",e(t),i)},h=await async function optionalOpenAiTarget(t,o,a){return enabled(protocolConfig(o,"openaiCompatible","openai-compatible","openai"))?await startHttpTarget("openai",r(t,{bearerToken:a}),i):void 0}(t,o,p),u=await async function optionalFacadeTarget(t,o,e,r){const n=["acp","a2a","agui"].filter(t=>enabled(protocolConfig(o,t)));return n.length>0?await startHttpTarget("facades",a(t,{baseUrl:`${e}/protocols`,bearerToken:r,enabledProtocols:n}),i):void 0}(t,o,s,p),g=await async function optionalLangGraphTarget(t,o){return enabled(protocolConfig(o,"langgraph"))?await async function startLangGraphTarget(t,o){const a=protocolConfig(o,"langgraph")??{},e=await n(t,{host:configString(a.host)??i,port:0,nWorkers:(r=a.nWorkers,("number"==typeof r&&Number.isFinite(r)?r:"string"==typeof r&&r.trim()?Number(r):void 0)??c),...configStringArray(a.exposeAgents)?{exposeAgents:configStringArray(a.exposeAgents)}:{},...void 0!==a.env?{env:a.env}:{},...void 0!==a.envFile?{envFile:a.envFile}:{}});var r;return{name:"langgraph",baseUrl:e.url,cleanup:e.cleanup}}(t,o):void 0}(t,o);return h&&(l.openai=h),u&&(l.facades=u),g&&(l.langgraph=g),l}(h,g,b,P),y=t((t,a)=>{"OPTIONS"!==t.method?function isAuthorized(t,o){return!o||t.headers.authorization===`Bearer ${o}`}(t,P)?function handleGatewayRoute(t,o,a,e){if("GET"===o.method&&"/health"===o.url)return sendJson(a,200,{ok:!0,product:"stable-harness"}),!0;const r=new URL(o.url??"/","http://stable-harness.local").pathname;if("GET"===o.method&&("/studio"===r||"/stable-harness-studio"===r))return function sendHtml(t,o,a){t.writeHead(o,{"content-type":"text/html; charset=utf-8","access-control-allow-origin":"*","access-control-allow-methods":"GET, POST, DELETE, OPTIONS","access-control-allow-headers":"authorization, content-type"}),t.end(a)}(a,200,l(e.baseUrl)),!0;if("GET"===o.method&&"/ready"===o.url)return sendJson(a,200,{ok:!0,targets:Object.keys(e.targets).sort()}),!0;if("GET"===o.method&&"/version"===o.url)return sendJson(a,200,function versionBody(){return{product:"stable-harness",version:stableHarnessVersion(),apiVersion:"2026-05-22"}}()),!0;if("GET"===o.method&&"/manifest"===o.url)return sendJson(a,200,function manifestBody(t,o){return{product:"stable-harness",version:stableHarnessVersion(),apiVersion:"2026-05-22",baseUrl:o,runtime:{basePath:"/runtime/v1",apiVersion:"v1",capabilities:runtimeCapabilities(t)},protocols:{openai:{basePath:"/protocols/openai/v1",pathVersion:"v1",compatibility:"openai-compatible"},langgraph:{basePath:"/protocols/langgraph",compatibility:"langsmith-agent-server",features:["assistants","threads","runs","store","mcp","a2a"],limitations:["crons-upstream-unavailable"]},mcp:{basePath:"/protocols/mcp",protocolVersion:"2024-11-05",transport:"streamable-http"},a2a:{basePath:"/protocols/a2a",protocolVersion:"1.0"},acp:{basePath:"/protocols/acp"},agui:{basePath:"/protocols/ag-ui"}}}}(t,e.baseUrl)),!0;if("GET"===o.method&&"/protocols"===o.url)return sendJson(a,200,{basePath:"/protocols",protocols:{openai:{basePath:"/protocols/openai/v1",pathVersion:"v1",compatibility:"openai-compatible"},langgraph:{basePath:"/protocols/langgraph",compatibility:"langsmith-agent-server",features:["assistants","threads","runs","store","mcp","a2a"],limitations:["crons-upstream-unavailable"]},mcp:{basePath:"/protocols/mcp",protocolVersion:"2024-11-05",transport:"streamable-http"},a2a:{basePath:"/protocols/a2a",protocolVersion:"1.0"},acp:{basePath:"/protocols/acp"},agui:{basePath:"/protocols/ag-ui"}}}),!0;const n=function protocolVersionRoute(t){const o=new URL(t.url??"/","http://stable-harness.local").pathname.match(/^\/protocols\/(openai|langgraph|mcp|a2a|acp|ag-ui)\/version$/u);if(!o)return;const a={openai:{basePath:"/protocols/openai/v1",pathVersion:"v1",compatibility:"openai-compatible"},langgraph:{basePath:"/protocols/langgraph",compatibility:"langsmith-agent-server",features:["assistants","threads","runs","store","mcp","a2a"],limitations:["crons-upstream-unavailable"]},mcp:{basePath:"/protocols/mcp",protocolVersion:"2024-11-05",transport:"streamable-http"},a2a:{basePath:"/protocols/a2a",protocolVersion:"1.0"},acp:{basePath:"/protocols/acp"},agui:{basePath:"/protocols/ag-ui"}}["ag-ui"===o[1]?"agui":o[1]];return{id:o[1],...a}}(o);return!("GET"!==o.method||!n)&&(sendJson(a,200,n),!0)}(h,t,a,{baseUrl:b,targets:v})||function proxyGatewayRoute(t,a,e){const r=function resolveGatewayProxy(t){const o=new URL(t??"/","http://stable-harness.local");return isPathOrChild(o.pathname,"/runtime/v1")?{target:"stable",path:stripPrefix(o,"/runtime/v1")}:isPathOrChild(o.pathname,"/protocols/openai/v1")?{target:"openai",path:`/v1${stripPrefix(o,"/protocols/openai/v1")}`}:isPathOrChild(o.pathname,"/protocols/acp")?{target:"facades",path:`/acp${stripProtocolPrefix(o,"/protocols/acp")}`}:isPathOrChild(o.pathname,"/protocols/a2a")?{target:"facades",path:`/a2a${stripProtocolPrefix(o,"/protocols/a2a")}`}:isPathOrChild(o.pathname,"/protocols/ag-ui")?{target:"facades",path:`/ag-ui${stripProtocolPrefix(o,"/protocols/ag-ui")}`}:"/protocols/langgraph"===o.pathname||"/protocols/langgraph/"===o.pathname?{target:"langgraph",path:`/info${o.search}`}:isPathOrChild(o.pathname,"/protocols/langgraph")?{target:"langgraph",path:stripPrefix(o,"/protocols/langgraph")}:isPathOrChild(o.pathname,"/protocols/mcp")?{target:"langgraph",path:`/mcp${stripProtocolPrefix(o,"/protocols/mcp")}`}:void 0}(t.url);if(!r)return void sendJson(a,404,{error:"not_found"});const n=e[r.target];n?function proxyRequest(t,a,e,r){const n=new URL(r,e.baseUrl),s=o(n,{method:t.method,headers:{...t.headers,host:n.host}},t=>{a.writeHead(t.statusCode??502,{...t.headers,"access-control-allow-origin":"*","access-control-allow-methods":"GET, POST, DELETE, OPTIONS","access-control-allow-headers":"authorization, content-type"}),t.pipe(a)});s.on("error",t=>sendJson(a,502,{error:"bad_gateway",detail:t.message})),t.pipe(s)}(t,a,n,r.path):sendJson(a,404,{error:"protocol_not_enabled",protocol:r.target})}(t,a,v):sendJson(a,401,{error:"unauthorized"}):function sendCorsPreflight(t){t.writeHead(204,{"access-control-allow-origin":"*","access-control-allow-methods":"GET, POST, DELETE, OPTIONS","access-control-allow-headers":"authorization, content-type"}),t.end()}(a)});return{host:f,port:d,server:y,cleanup:async()=>async function closeTargets(t){await Promise.all(Object.values(t).map(t=>Promise.resolve(t.cleanup())))}(v)}}async function startHttpTarget(t,o,a){const e=await function listenOnRandomPort(t,o){return new Promise((a,e)=>{t.once("error",e),t.listen(0,o,()=>{t.off("error",e);const o=t.address();a("object"==typeof o&&o?o.port:0)})})}(o,a);return{name:t,baseUrl:`http://${a}:${e}`,cleanup:()=>function closeHttpServer(t){return new Promise((o,a)=>{t.closeAllConnections(),t.close(t=>t?a(t):o())})}(o)}}function isPathOrChild(t,o){return t===o||t.startsWith(`${o}/`)}function stripPrefix(t,o){return`${t.pathname.slice(o.length)||"/"}${t.search}`}function stripProtocolPrefix(t,o){return`${t.pathname.slice(o.length)}${t.search}`}function runtimeCapabilities(t){const o=t.inspect();return["runs","events","sessions","memory","approvals","artifacts","replay","workflows","trace","spans"].filter(t=>"workflows"!==t||o.workflows.length>0)}function stableHarnessVersion(){return process.env.STABLE_HARNESS_BUILD_VERSION??process.env.npm_package_version??"0.0.142"}function sendJson(t,o,a){t.writeHead(o,{"content-type":"application/json","access-control-allow-origin":"*","access-control-allow-methods":"GET, POST, DELETE, OPTIONS","access-control-allow-headers":"authorization, content-type"}),t.end(JSON.stringify(a))}function protocolConfig(t,...o){for(const a of o){const o=readRecord(t[a]);if(o)return o}}function enabled(t){return!1!==t?.enabled}function readRecord(t){return"object"!=typeof t||null===t||Array.isArray(t)?void 0:t}function configString(t){if("string"!=typeof t||!t.trim())return;const o=t.match(/^\$\{env:([A-Za-z_][A-Za-z0-9_]*)(?::-(.*))?\}$/u);return o?process.env[o[1]]??o[2]:t}function configStringArray(t){if(Array.isArray(t)&&t.every(t=>"string"==typeof t))return t.filter(t=>t.trim()).map(t=>t.trim())}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
"types": "dist/src/index.d.ts",
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@langchain/langgraph-api": "^1.2.1",
|
|
18
|
-
"@stable-harness/adapter-deepagents": "0.0.
|
|
19
|
-
"@stable-harness/adapter-langgraph": "0.0.
|
|
20
|
-
"@stable-harness/core": "0.0.
|
|
21
|
-
"@stable-harness/memory": "0.0.
|
|
22
|
-
"@stable-harness/protocols": "0.0.
|
|
23
|
-
"@stable-harness/tool-gateway": "0.0.
|
|
24
|
-
"@stable-harness/workspace-yaml": "0.0.
|
|
18
|
+
"@stable-harness/adapter-deepagents": "0.0.145",
|
|
19
|
+
"@stable-harness/adapter-langgraph": "0.0.145",
|
|
20
|
+
"@stable-harness/core": "0.0.145",
|
|
21
|
+
"@stable-harness/memory": "0.0.145",
|
|
22
|
+
"@stable-harness/protocols": "0.0.145",
|
|
23
|
+
"@stable-harness/tool-gateway": "0.0.145",
|
|
24
|
+
"@stable-harness/workspace-yaml": "0.0.145"
|
|
25
25
|
}
|
|
26
26
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
".": "./dist/index.js"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@stable-harness/governance": "0.0.
|
|
16
|
-
"@stable-harness/memory": "0.0.
|
|
15
|
+
"@stable-harness/governance": "0.0.145",
|
|
16
|
+
"@stable-harness/memory": "0.0.145"
|
|
17
17
|
}
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/evaluation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"main": "dist/src/index.js",
|
|
12
12
|
"types": "dist/src/index.d.ts",
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.145"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/protocols",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"main": "dist/src/index.js",
|
|
12
12
|
"types": "dist/src/index.d.ts",
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.145"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/workspace-yaml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.145",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -12,6 +12,6 @@
|
|
|
12
12
|
".": "./dist/index.js"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@stable-harness/core": "0.0.
|
|
15
|
+
"@stable-harness/core": "0.0.145"
|
|
16
16
|
}
|
|
17
17
|
}
|