@bluelibs/runner-dev 6.3.0 → 6.4.0
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/README.md +1 -1
- package/dist/cli/generators/scaffold/templates/package.json.d.ts +3 -3
- package/dist/cli/generators/scaffold/templates/package.json.js +3 -3
- package/dist/cli/generators/scaffold/templates/tsconfig.json.d.ts +2 -2
- package/dist/cli/generators/scaffold/templates/tsconfig.json.js +2 -2
- package/dist/cli/generators/scaffold/templates/tsconfig.json.js.map +1 -1
- package/dist/generated/resolvers-types.d.ts +12 -149
- package/dist/mcp/snapshot.js +0 -3
- package/dist/mcp/snapshot.js.map +1 -1
- package/dist/resources/docsPayload.js +4 -1
- package/dist/resources/docsPayload.js.map +1 -1
- package/dist/resources/live.resource.d.ts +0 -2
- package/dist/resources/live.resource.js +0 -4
- package/dist/resources/live.resource.js.map +1 -1
- package/dist/resources/models/Introspector.d.ts +5 -0
- package/dist/resources/models/Introspector.js +10 -0
- package/dist/resources/models/Introspector.js.map +1 -1
- package/dist/resources/models/durable.runtime.d.ts +1 -5
- package/dist/resources/models/durable.runtime.js +0 -33
- package/dist/resources/models/durable.runtime.js.map +1 -1
- package/dist/resources/models/durable.tools.d.ts +10 -0
- package/dist/resources/models/durable.tools.js +21 -0
- package/dist/resources/models/durable.tools.js.map +1 -1
- package/dist/resources/models/initializeFromStore.utils.js +4 -0
- package/dist/resources/models/initializeFromStore.utils.js.map +1 -1
- package/dist/schema/model.d.ts +3 -13
- package/dist/schema/model.js.map +1 -1
- package/dist/schema/types/DurableFlowTypes.d.ts +2 -0
- package/dist/schema/types/DurableFlowTypes.js +51 -1
- package/dist/schema/types/DurableFlowTypes.js.map +1 -1
- package/dist/schema/types/ResourceType.js +10 -0
- package/dist/schema/types/ResourceType.js.map +1 -1
- package/dist/schema/types/TaskType.js +6 -12
- package/dist/schema/types/TaskType.js.map +1 -1
- package/dist/schema/types/index.d.ts +0 -1
- package/dist/schema/types/index.js +1 -10
- package/dist/schema/types/index.js.map +1 -1
- package/dist/ui/.vite/manifest.json +2 -2
- package/dist/ui/assets/docs-DaF8dCiE.css +1 -0
- package/dist/ui/assets/docs-DgcoUGlF.js +261 -0
- package/dist/ui/assets/docs-DgcoUGlF.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
- package/readmes/API_REFERENCE.md +2 -14
- package/readmes/COMPACT_GUIDE.md +1 -1
- package/skills/core/references/readmes/API_REFERENCE.md +2 -14
- package/skills/core/references/readmes/COMPACT_GUIDE.md +1 -1
- package/dist/ui/assets/docs-Beb_xRuE.js +0 -304
- package/dist/ui/assets/docs-Beb_xRuE.js.map +0 -1
- package/dist/ui/assets/docs-lid1amCk.css +0 -1
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const v = "6.
|
|
1
|
+
declare const v = "6.4.0";
|
|
2
2
|
export default v;
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluelibs/runner-dev",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.4.0",
|
|
4
4
|
"description": "BlueLibs Runner DevTools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -119,12 +119,12 @@
|
|
|
119
119
|
"express": "^5.0.0",
|
|
120
120
|
"graphql": "^16.11.0",
|
|
121
121
|
"lru-cache": "^11.1.0",
|
|
122
|
+
"npm-skills": "^0.4.0",
|
|
122
123
|
"prismjs": "^1.30.0",
|
|
123
124
|
"react": "18.3.1",
|
|
124
125
|
"react-dom": "18.3.1",
|
|
125
126
|
"zod": "3.25.76",
|
|
126
|
-
"zod-to-json-schema": "^3.24.6"
|
|
127
|
-
"npm-skills": "^0.4.0"
|
|
127
|
+
"zod-to-json-schema": "^3.24.6"
|
|
128
128
|
},
|
|
129
129
|
"overrides": {
|
|
130
130
|
"react": "18.3.1",
|
|
@@ -158,6 +158,6 @@
|
|
|
158
158
|
]
|
|
159
159
|
},
|
|
160
160
|
"peerDependencies": {
|
|
161
|
-
"@bluelibs/runner": "^6.
|
|
161
|
+
"@bluelibs/runner": "^6.4.0"
|
|
162
162
|
}
|
|
163
163
|
}
|
package/readmes/API_REFERENCE.md
CHANGED
|
@@ -17,7 +17,7 @@ runner-dev schema sdl --entry-file src/main.ts
|
|
|
17
17
|
|
|
18
18
|
- Introspection spans tasks, hooks, resources, events, tags, errors, async contexts, middleware, run options, and interceptor ownership.
|
|
19
19
|
- Resource docs now include `isolation`, `subtree`, cooldown/ready/health flags, and resolved registrations.
|
|
20
|
-
- Task docs include durable workflow metadata,
|
|
20
|
+
- Task docs include durable workflow metadata, RPC lane summary, and runtime interceptor ownership.
|
|
21
21
|
- Live telemetry includes logs, event emissions, errors, runs, process stats, and per-resource health reports.
|
|
22
22
|
- Mutations cover task swapping, unswapping, task/event invocation, file editing, and guarded eval.
|
|
23
23
|
|
|
@@ -119,7 +119,7 @@ Key fields:
|
|
|
119
119
|
- `rpcLane`
|
|
120
120
|
- `interceptorCount`, `hasInterceptors`, `interceptorOwnerIds`
|
|
121
121
|
- `runs(afterTimestamp, last, filter)`
|
|
122
|
-
- `isDurable`, `durableResource`, `
|
|
122
|
+
- `isDurable`, `durableResource`, `durableWorkflowKey`
|
|
123
123
|
- `overriddenBy`, `registeredBy`
|
|
124
124
|
|
|
125
125
|
The middleware usage objects now include subtree provenance details:
|
|
@@ -305,18 +305,6 @@ Supporting types include:
|
|
|
305
305
|
- `ResourceHealthTotals`
|
|
306
306
|
- `ResourceHealthEntry`
|
|
307
307
|
|
|
308
|
-
## Durable Workflow Types
|
|
309
|
-
|
|
310
|
-
Durable tasks now surface extracted structure without execution:
|
|
311
|
-
|
|
312
|
-
- `DurableFlowShape.nodes`
|
|
313
|
-
- `FlowStepNode`
|
|
314
|
-
- `FlowSleepNode`
|
|
315
|
-
- `FlowSignalNode`
|
|
316
|
-
- `FlowEmitNode`
|
|
317
|
-
- `FlowSwitchNode`
|
|
318
|
-
- `FlowNoteNode`
|
|
319
|
-
|
|
320
308
|
## Diagnostics And Swap Types
|
|
321
309
|
|
|
322
310
|
- `Diagnostic`
|
package/readmes/COMPACT_GUIDE.md
CHANGED
|
@@ -90,7 +90,7 @@ Notes:
|
|
|
90
90
|
- the exported `index.html` is standalone and can be opened directly over `file://`
|
|
91
91
|
- `snapshot.json` is still written as an auxiliary artifact for inspection, debugging, and snapshot-backed MCP
|
|
92
92
|
- this works well in CI too: upload the export folder as a build artifact and inspect it after the pipeline finishes
|
|
93
|
-
- in this repository, `npm run play:export` is the same pattern wired to the
|
|
93
|
+
- in this repository, `npm run play:export` is the same pattern wired to the reference commerce app used by `npm run play`
|
|
94
94
|
|
|
95
95
|
## MCP Quickstart
|
|
96
96
|
|
|
@@ -17,7 +17,7 @@ runner-dev schema sdl --entry-file src/main.ts
|
|
|
17
17
|
|
|
18
18
|
- Introspection spans tasks, hooks, resources, events, tags, errors, async contexts, middleware, run options, and interceptor ownership.
|
|
19
19
|
- Resource docs now include `isolation`, `subtree`, cooldown/ready/health flags, and resolved registrations.
|
|
20
|
-
- Task docs include durable workflow metadata,
|
|
20
|
+
- Task docs include durable workflow metadata, RPC lane summary, and runtime interceptor ownership.
|
|
21
21
|
- Live telemetry includes logs, event emissions, errors, runs, process stats, and per-resource health reports.
|
|
22
22
|
- Mutations cover task swapping, unswapping, task/event invocation, file editing, and guarded eval.
|
|
23
23
|
|
|
@@ -119,7 +119,7 @@ Key fields:
|
|
|
119
119
|
- `rpcLane`
|
|
120
120
|
- `interceptorCount`, `hasInterceptors`, `interceptorOwnerIds`
|
|
121
121
|
- `runs(afterTimestamp, last, filter)`
|
|
122
|
-
- `isDurable`, `durableResource`, `
|
|
122
|
+
- `isDurable`, `durableResource`, `durableWorkflowKey`
|
|
123
123
|
- `overriddenBy`, `registeredBy`
|
|
124
124
|
|
|
125
125
|
The middleware usage objects now include subtree provenance details:
|
|
@@ -305,18 +305,6 @@ Supporting types include:
|
|
|
305
305
|
- `ResourceHealthTotals`
|
|
306
306
|
- `ResourceHealthEntry`
|
|
307
307
|
|
|
308
|
-
## Durable Workflow Types
|
|
309
|
-
|
|
310
|
-
Durable tasks now surface extracted structure without execution:
|
|
311
|
-
|
|
312
|
-
- `DurableFlowShape.nodes`
|
|
313
|
-
- `FlowStepNode`
|
|
314
|
-
- `FlowSleepNode`
|
|
315
|
-
- `FlowSignalNode`
|
|
316
|
-
- `FlowEmitNode`
|
|
317
|
-
- `FlowSwitchNode`
|
|
318
|
-
- `FlowNoteNode`
|
|
319
|
-
|
|
320
308
|
## Diagnostics And Swap Types
|
|
321
309
|
|
|
322
310
|
- `Diagnostic`
|
|
@@ -90,7 +90,7 @@ Notes:
|
|
|
90
90
|
- the exported `index.html` is standalone and can be opened directly over `file://`
|
|
91
91
|
- `snapshot.json` is still written as an auxiliary artifact for inspection, debugging, and snapshot-backed MCP
|
|
92
92
|
- this works well in CI too: upload the export folder as a build artifact and inspect it after the pipeline finishes
|
|
93
|
-
- in this repository, `npm run play:export` is the same pattern wired to the
|
|
93
|
+
- in this repository, `npm run play:export` is the same pattern wired to the reference commerce app used by `npm run play`
|
|
94
94
|
|
|
95
95
|
## MCP Quickstart
|
|
96
96
|
|