stable-harness 0.0.82 → 0.0.83
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/dist/src/internal/raw-tool-call-parser.js +1 -1
- 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/dist/src/internal/raw-tool-call-parser.js +1 -1
- package/packages/adapter-deepagents/package.json +2 -2
- package/packages/adapter-langgraph/package.json +2 -2
- 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
package/node_modules/@stable-harness/adapter-deepagents/dist/src/internal/raw-tool-call-parser.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{AIMessage as o}from"@langchain/core/messages";import{parseToolIntent as t,repairCallSelection as e}from"@easynet/better-call";export function createRawToolCallParserMiddleware(t){return{name:"StableHarnessRawToolCallParser",async wrapModelCall(e,s){const n=await s(e);if(!function rawToolCallParsingEnabled(o){const t=isRecord(o.workspace.runtime.recovery)?o.workspace.runtime.recovery:{};return!0===(isRecord(t.toolCall)?t.toolCall:{}).enabled}(t))return n;const
|
|
1
|
+
import{AIMessage as o}from"@langchain/core/messages";import{parseToolIntent as t,repairCallSelection as e}from"@easynet/better-call";const s=new Set(["edit_file","glob","ls","read_file"]);export function createRawToolCallParserMiddleware(t){return{name:"StableHarnessRawToolCallParser",async wrapModelCall(e,s){const n=await s(e);if(!function rawToolCallParsingEnabled(o){const t=isRecord(o.workspace.runtime.recovery)?o.workspace.runtime.recovery:{};return!0===(isRecord(t.toolCall)?t.toolCall:{}).enabled}(t))return n;const r=await async function parseRawToolCallResponse(t,e){if(0===e.size||!function isModelResponse(o){return isRecord(o)}(t)||function hasToolCalls(o){return Array.isArray(o.tool_calls)&&o.tool_calls.length>0}(t))return;const s=function readContentText(o){return"string"==typeof o?o.trim()?o:void 0:Array.isArray(o)&&o.map(o=>isRecord(o)&&"string"==typeof o.text?o.text:"").join("\n").trim()||void 0}(t.content);if(!s)return;const n=await async function readRawToolCalls(o,t){const e=[],s=new Set;for(const n of function rawToolIntentCandidates(o,t){const e=[o.trim()];for(const t of o.matchAll(/```[a-zA-Z0-9_-]*\s*\n([\s\S]*?)\n```/gu))e.push(t[1].trim());for(const s of o.split(/\r?\n/u)){const o=s.trim();t.has(o)&&e.push(o)}for(const t of o.matchAll(/<\s*(?:tool_call|tool_code)\b[^>]*>(?:[\s\S]*?<\s*\/\s*(?:tool_call|tool_code)\s*>)?/giu))e.push(t[0]);for(const t of o.matchAll(/<\s*call_tool\b[^>]*>[\s\S]*?<\s*\/\s*call_tool\s*>/giu)){e.push(t[0]);const o=parseCallToolTags(t[0]);o&&e.push(o)}for(const s of t){const t=new RegExp(`(?:^|[\\s<])${escapeRegexp(s)}\\s*\\([^)]*\\)\\s*>?`,"giu");for(const s of o.matchAll(t))e.push(s[0].trim())}return e.push(...function parseJsonObjects(o){const t=[];let e=o.indexOf("{");for(;e>=0;){const s=readBalancedJsonObject(o,e);if(s){try{const o=JSON.parse(s);isRecord(o)&&t.push(o)}catch{}e=o.indexOf("{",e+s.length)}else e=o.indexOf("{",e+1)}return t}(o)),e}(o,t)){const o=await parseCandidate(n,t);if(!o||!t.has(o.tool))continue;const r=normalizeToolArgs(o.args),a=`${o.tool}:${JSON.stringify(r)}`;s.has(a)||(s.add(a),e.push({id:`stable-harness-${o.tool}-${Date.now().toString(36)}`,name:o.tool,args:r}))}return e}(s,e);return 0!==n.length?new o({content:"",id:"string"==typeof t.id?t.id:void 0,name:"string"==typeof t.name?t.name:void 0,additional_kwargs:isRecord(t.additional_kwargs)?t.additional_kwargs:{},response_metadata:isRecord(t.response_metadata)?t.response_metadata:{},tool_calls:n.map(o=>({id:o.id,name:o.name,args:o.args,type:"tool_call"}))}):void 0}(n,function visibleToolNames(o){return new Set((o.tools??[]).map(o=>o.name).filter(o=>"string"==typeof o&&o.length>0))}(e));return r??n}}}async function parseCandidate(o,n){const r=t(o);if(r)return r;const a=function singleToolName(o){return 1===o.size?[...o][0]:void 0}(n);if(a&&isRecord(o))return t({tool:a,args:o});if("string"!=typeof o)return;const l=await e({candidates:[...n].map(o=>({id:o})),rawIntent:o,mode:"guard"});if(l.ok)return{tool:l.candidateId,args:l.args??{}};const i=function parseFunctionStyleToolName(o,t){const e=o.trim();for(const o of t)if(!s.has(o)&&new RegExp(`^<?\\s*${escapeRegexp(o)}\\s*\\([\\s\\S]*\\)\\s*>?$`,"iu").test(e))return o}(o,n);return i?{tool:i,args:{}}:void 0}function normalizeToolArgs(o){return isRecord(o)?o:{}}function parseCallToolTags(o){const t=o.match(/<\s*tool\s*>([\s\S]*?)<\s*\/\s*tool\s*>/iu)?.[1]?.trim(),e=o.match(/<\s*tool_args\s*>([\s\S]*?)<\s*\/\s*tool_args\s*>/iu)?.[1]?.trim();if(t&&e)try{const o=JSON.parse(e);return isRecord(o)?{tool:t,args:o}:{tool:t,args:{}}}catch{return{tool:t,args:{}}}}function readBalancedJsonObject(o,t){let e=0,s=!1,n=!1;for(let r=t;r<o.length;r+=1){const a=o[r];if(s)n="\\"===a&&!n,'"'!==a||n||(s=!1),"\\"!==a&&(n=!1);else if('"'===a&&(s=!0),"{"===a&&(e+=1),"}"===a&&(e-=1),0===e)return o.slice(t,r+1)}}function escapeRegexp(o){return o.replace(/[.*+?^${}()|[\]\\]/gu,"\\$&")}function isRecord(o){return"object"==typeof o&&null!==o&&!Array.isArray(o)}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-deepagents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@langchain/node-vfs": "^0.1.4",
|
|
16
16
|
"@langchain/ollama": "^1.2.7",
|
|
17
17
|
"@langchain/openai": "^1.4.5",
|
|
18
|
-
"@stable-harness/core": "0.0.
|
|
18
|
+
"@stable-harness/core": "0.0.83",
|
|
19
19
|
"deepagents": "^1.10.1",
|
|
20
20
|
"langchain": "^1.4.0"
|
|
21
21
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-langgraph",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"types": "dist/src/index.d.ts",
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@langchain/langgraph": "^1.3.0",
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.83"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
".": "./dist/index.js"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/governance": "0.0.
|
|
15
|
-
"@stable-harness/memory": "0.0.
|
|
14
|
+
"@stable-harness/governance": "0.0.83",
|
|
15
|
+
"@stable-harness/memory": "0.0.83"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/protocols",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
"main": "dist/src/index.js",
|
|
11
11
|
"types": "dist/src/index.d.ts",
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@stable-harness/core": "0.0.
|
|
13
|
+
"@stable-harness/core": "0.0.83"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/workspace-yaml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
".": "./dist/index.js"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.83"
|
|
15
15
|
}
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stable-harness",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Stable application runtime and operator control plane for agent workspaces.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -82,14 +82,14 @@
|
|
|
82
82
|
"@langchain/node-vfs": "^0.1.4",
|
|
83
83
|
"@langchain/ollama": "^1.2.7",
|
|
84
84
|
"@langchain/openai": "^1.4.5",
|
|
85
|
-
"@stable-harness/adapter-deepagents": "0.0.
|
|
86
|
-
"@stable-harness/adapter-langgraph": "0.0.
|
|
87
|
-
"@stable-harness/core": "0.0.
|
|
88
|
-
"@stable-harness/governance": "0.0.
|
|
89
|
-
"@stable-harness/memory": "0.0.
|
|
90
|
-
"@stable-harness/protocols": "0.0.
|
|
91
|
-
"@stable-harness/tool-gateway": "0.0.
|
|
92
|
-
"@stable-harness/workspace-yaml": "0.0.
|
|
85
|
+
"@stable-harness/adapter-deepagents": "0.0.83",
|
|
86
|
+
"@stable-harness/adapter-langgraph": "0.0.83",
|
|
87
|
+
"@stable-harness/core": "0.0.83",
|
|
88
|
+
"@stable-harness/governance": "0.0.83",
|
|
89
|
+
"@stable-harness/memory": "0.0.83",
|
|
90
|
+
"@stable-harness/protocols": "0.0.83",
|
|
91
|
+
"@stable-harness/tool-gateway": "0.0.83",
|
|
92
|
+
"@stable-harness/workspace-yaml": "0.0.83",
|
|
93
93
|
"deepagents": "^1.10.1",
|
|
94
94
|
"langchain": "^1.4.0",
|
|
95
95
|
"yaml": "^2.8.2",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{AIMessage as o}from"@langchain/core/messages";import{parseToolIntent as t,repairCallSelection as e}from"@easynet/better-call";export function createRawToolCallParserMiddleware(t){return{name:"StableHarnessRawToolCallParser",async wrapModelCall(e,s){const n=await s(e);if(!function rawToolCallParsingEnabled(o){const t=isRecord(o.workspace.runtime.recovery)?o.workspace.runtime.recovery:{};return!0===(isRecord(t.toolCall)?t.toolCall:{}).enabled}(t))return n;const
|
|
1
|
+
import{AIMessage as o}from"@langchain/core/messages";import{parseToolIntent as t,repairCallSelection as e}from"@easynet/better-call";const s=new Set(["edit_file","glob","ls","read_file"]);export function createRawToolCallParserMiddleware(t){return{name:"StableHarnessRawToolCallParser",async wrapModelCall(e,s){const n=await s(e);if(!function rawToolCallParsingEnabled(o){const t=isRecord(o.workspace.runtime.recovery)?o.workspace.runtime.recovery:{};return!0===(isRecord(t.toolCall)?t.toolCall:{}).enabled}(t))return n;const r=await async function parseRawToolCallResponse(t,e){if(0===e.size||!function isModelResponse(o){return isRecord(o)}(t)||function hasToolCalls(o){return Array.isArray(o.tool_calls)&&o.tool_calls.length>0}(t))return;const s=function readContentText(o){return"string"==typeof o?o.trim()?o:void 0:Array.isArray(o)&&o.map(o=>isRecord(o)&&"string"==typeof o.text?o.text:"").join("\n").trim()||void 0}(t.content);if(!s)return;const n=await async function readRawToolCalls(o,t){const e=[],s=new Set;for(const n of function rawToolIntentCandidates(o,t){const e=[o.trim()];for(const t of o.matchAll(/```[a-zA-Z0-9_-]*\s*\n([\s\S]*?)\n```/gu))e.push(t[1].trim());for(const s of o.split(/\r?\n/u)){const o=s.trim();t.has(o)&&e.push(o)}for(const t of o.matchAll(/<\s*(?:tool_call|tool_code)\b[^>]*>(?:[\s\S]*?<\s*\/\s*(?:tool_call|tool_code)\s*>)?/giu))e.push(t[0]);for(const t of o.matchAll(/<\s*call_tool\b[^>]*>[\s\S]*?<\s*\/\s*call_tool\s*>/giu)){e.push(t[0]);const o=parseCallToolTags(t[0]);o&&e.push(o)}for(const s of t){const t=new RegExp(`(?:^|[\\s<])${escapeRegexp(s)}\\s*\\([^)]*\\)\\s*>?`,"giu");for(const s of o.matchAll(t))e.push(s[0].trim())}return e.push(...function parseJsonObjects(o){const t=[];let e=o.indexOf("{");for(;e>=0;){const s=readBalancedJsonObject(o,e);if(s){try{const o=JSON.parse(s);isRecord(o)&&t.push(o)}catch{}e=o.indexOf("{",e+s.length)}else e=o.indexOf("{",e+1)}return t}(o)),e}(o,t)){const o=await parseCandidate(n,t);if(!o||!t.has(o.tool))continue;const r=normalizeToolArgs(o.args),a=`${o.tool}:${JSON.stringify(r)}`;s.has(a)||(s.add(a),e.push({id:`stable-harness-${o.tool}-${Date.now().toString(36)}`,name:o.tool,args:r}))}return e}(s,e);return 0!==n.length?new o({content:"",id:"string"==typeof t.id?t.id:void 0,name:"string"==typeof t.name?t.name:void 0,additional_kwargs:isRecord(t.additional_kwargs)?t.additional_kwargs:{},response_metadata:isRecord(t.response_metadata)?t.response_metadata:{},tool_calls:n.map(o=>({id:o.id,name:o.name,args:o.args,type:"tool_call"}))}):void 0}(n,function visibleToolNames(o){return new Set((o.tools??[]).map(o=>o.name).filter(o=>"string"==typeof o&&o.length>0))}(e));return r??n}}}async function parseCandidate(o,n){const r=t(o);if(r)return r;const a=function singleToolName(o){return 1===o.size?[...o][0]:void 0}(n);if(a&&isRecord(o))return t({tool:a,args:o});if("string"!=typeof o)return;const l=await e({candidates:[...n].map(o=>({id:o})),rawIntent:o,mode:"guard"});if(l.ok)return{tool:l.candidateId,args:l.args??{}};const i=function parseFunctionStyleToolName(o,t){const e=o.trim();for(const o of t)if(!s.has(o)&&new RegExp(`^<?\\s*${escapeRegexp(o)}\\s*\\([\\s\\S]*\\)\\s*>?$`,"iu").test(e))return o}(o,n);return i?{tool:i,args:{}}:void 0}function normalizeToolArgs(o){return isRecord(o)?o:{}}function parseCallToolTags(o){const t=o.match(/<\s*tool\s*>([\s\S]*?)<\s*\/\s*tool\s*>/iu)?.[1]?.trim(),e=o.match(/<\s*tool_args\s*>([\s\S]*?)<\s*\/\s*tool_args\s*>/iu)?.[1]?.trim();if(t&&e)try{const o=JSON.parse(e);return isRecord(o)?{tool:t,args:o}:{tool:t,args:{}}}catch{return{tool:t,args:{}}}}function readBalancedJsonObject(o,t){let e=0,s=!1,n=!1;for(let r=t;r<o.length;r+=1){const a=o[r];if(s)n="\\"===a&&!n,'"'!==a||n||(s=!1),"\\"!==a&&(n=!1);else if('"'===a&&(s=!0),"{"===a&&(e+=1),"}"===a&&(e-=1),0===e)return o.slice(t,r+1)}}function escapeRegexp(o){return o.replace(/[.*+?^${}()|[\]\\]/gu,"\\$&")}function isRecord(o){return"object"==typeof o&&null!==o&&!Array.isArray(o)}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-deepagents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@langchain/node-vfs": "^0.1.4",
|
|
16
16
|
"@langchain/ollama": "^1.2.7",
|
|
17
17
|
"@langchain/openai": "^1.4.5",
|
|
18
|
-
"@stable-harness/core": "0.0.
|
|
18
|
+
"@stable-harness/core": "0.0.83",
|
|
19
19
|
"deepagents": "^1.10.1",
|
|
20
20
|
"langchain": "^1.4.0"
|
|
21
21
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/adapter-langgraph",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
"types": "dist/src/index.d.ts",
|
|
12
12
|
"peerDependencies": {
|
|
13
13
|
"@langchain/langgraph": "^1.3.0",
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.83"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"types": "dist/src/index.d.ts",
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@langchain/langgraph-api": "^1.2.1",
|
|
17
|
-
"@stable-harness/adapter-deepagents": "0.0.
|
|
18
|
-
"@stable-harness/adapter-langgraph": "0.0.
|
|
19
|
-
"@stable-harness/core": "0.0.
|
|
20
|
-
"@stable-harness/memory": "0.0.
|
|
21
|
-
"@stable-harness/protocols": "0.0.
|
|
22
|
-
"@stable-harness/tool-gateway": "0.0.
|
|
23
|
-
"@stable-harness/workspace-yaml": "0.0.
|
|
17
|
+
"@stable-harness/adapter-deepagents": "0.0.83",
|
|
18
|
+
"@stable-harness/adapter-langgraph": "0.0.83",
|
|
19
|
+
"@stable-harness/core": "0.0.83",
|
|
20
|
+
"@stable-harness/memory": "0.0.83",
|
|
21
|
+
"@stable-harness/protocols": "0.0.83",
|
|
22
|
+
"@stable-harness/tool-gateway": "0.0.83",
|
|
23
|
+
"@stable-harness/workspace-yaml": "0.0.83"
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
".": "./dist/index.js"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/governance": "0.0.
|
|
15
|
-
"@stable-harness/memory": "0.0.
|
|
14
|
+
"@stable-harness/governance": "0.0.83",
|
|
15
|
+
"@stable-harness/memory": "0.0.83"
|
|
16
16
|
}
|
|
17
17
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/evaluation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
"main": "dist/src/index.js",
|
|
11
11
|
"types": "dist/src/index.d.ts",
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@stable-harness/core": "0.0.
|
|
13
|
+
"@stable-harness/core": "0.0.83"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/protocols",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
"main": "dist/src/index.js",
|
|
11
11
|
"types": "dist/src/index.d.ts",
|
|
12
12
|
"peerDependencies": {
|
|
13
|
-
"@stable-harness/core": "0.0.
|
|
13
|
+
"@stable-harness/core": "0.0.83"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stable-harness/workspace-yaml",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.83",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*.js",
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
".": "./dist/index.js"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@stable-harness/core": "0.0.
|
|
14
|
+
"@stable-harness/core": "0.0.83"
|
|
15
15
|
}
|
|
16
16
|
}
|