@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.
Files changed (51) hide show
  1. package/README.md +1 -1
  2. package/dist/cli/generators/scaffold/templates/package.json.d.ts +3 -3
  3. package/dist/cli/generators/scaffold/templates/package.json.js +3 -3
  4. package/dist/cli/generators/scaffold/templates/tsconfig.json.d.ts +2 -2
  5. package/dist/cli/generators/scaffold/templates/tsconfig.json.js +2 -2
  6. package/dist/cli/generators/scaffold/templates/tsconfig.json.js.map +1 -1
  7. package/dist/generated/resolvers-types.d.ts +12 -149
  8. package/dist/mcp/snapshot.js +0 -3
  9. package/dist/mcp/snapshot.js.map +1 -1
  10. package/dist/resources/docsPayload.js +4 -1
  11. package/dist/resources/docsPayload.js.map +1 -1
  12. package/dist/resources/live.resource.d.ts +0 -2
  13. package/dist/resources/live.resource.js +0 -4
  14. package/dist/resources/live.resource.js.map +1 -1
  15. package/dist/resources/models/Introspector.d.ts +5 -0
  16. package/dist/resources/models/Introspector.js +10 -0
  17. package/dist/resources/models/Introspector.js.map +1 -1
  18. package/dist/resources/models/durable.runtime.d.ts +1 -5
  19. package/dist/resources/models/durable.runtime.js +0 -33
  20. package/dist/resources/models/durable.runtime.js.map +1 -1
  21. package/dist/resources/models/durable.tools.d.ts +10 -0
  22. package/dist/resources/models/durable.tools.js +21 -0
  23. package/dist/resources/models/durable.tools.js.map +1 -1
  24. package/dist/resources/models/initializeFromStore.utils.js +4 -0
  25. package/dist/resources/models/initializeFromStore.utils.js.map +1 -1
  26. package/dist/schema/model.d.ts +3 -13
  27. package/dist/schema/model.js.map +1 -1
  28. package/dist/schema/types/DurableFlowTypes.d.ts +2 -0
  29. package/dist/schema/types/DurableFlowTypes.js +51 -1
  30. package/dist/schema/types/DurableFlowTypes.js.map +1 -1
  31. package/dist/schema/types/ResourceType.js +10 -0
  32. package/dist/schema/types/ResourceType.js.map +1 -1
  33. package/dist/schema/types/TaskType.js +6 -12
  34. package/dist/schema/types/TaskType.js.map +1 -1
  35. package/dist/schema/types/index.d.ts +0 -1
  36. package/dist/schema/types/index.js +1 -10
  37. package/dist/schema/types/index.js.map +1 -1
  38. package/dist/ui/.vite/manifest.json +2 -2
  39. package/dist/ui/assets/docs-DaF8dCiE.css +1 -0
  40. package/dist/ui/assets/docs-DgcoUGlF.js +261 -0
  41. package/dist/ui/assets/docs-DgcoUGlF.js.map +1 -0
  42. package/dist/version.d.ts +1 -1
  43. package/dist/version.js +1 -1
  44. package/package.json +4 -4
  45. package/readmes/API_REFERENCE.md +2 -14
  46. package/readmes/COMPACT_GUIDE.md +1 -1
  47. package/skills/core/references/readmes/API_REFERENCE.md +2 -14
  48. package/skills/core/references/readmes/COMPACT_GUIDE.md +1 -1
  49. package/dist/ui/assets/docs-Beb_xRuE.js +0 -304
  50. package/dist/ui/assets/docs-Beb_xRuE.js.map +0 -1
  51. package/dist/ui/assets/docs-lid1amCk.css +0 -1
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const v = "6.3.0";
1
+ declare const v = "6.4.0";
2
2
  export default v;
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  // Auto-generated by scripts/sync-version.ts. Do not edit manually.
4
- const v = "6.3.0";
4
+ const v = "6.4.0";
5
5
  exports.default = v;
6
6
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluelibs/runner-dev",
3
- "version": "6.3.0",
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.3.3"
161
+ "@bluelibs/runner": "^6.4.0"
162
162
  }
163
163
  }
@@ -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, `flowShape`, RPC lane summary, and runtime interceptor ownership.
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`, `flowShape`
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 enhanced showcase app
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, `flowShape`, RPC lane summary, and runtime interceptor ownership.
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`, `flowShape`
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 enhanced showcase app
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