mindforge-sdk 11.6.0 → 11.7.1

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 CHANGED
@@ -64,7 +64,7 @@ if (!valid) console.error(errors);
64
64
  - The SDK operates on local files and provides no network authentication. Do not expose SDK
65
65
  endpoints to the public internet.
66
66
 
67
- ## New in v11.6.0
67
+ ## New in v11.7.1
68
68
 
69
69
  ### Additional exports
70
70
 
@@ -73,7 +73,7 @@ import {
73
73
  MindForgeClient,
74
74
  MindForgeEventStream,
75
75
  WebSocketEventStream,
76
- VERSION, // '11.6.0'
76
+ VERSION, // '11.7.1'
77
77
  } from 'mindforge-sdk';
78
78
 
79
79
  import type {
package/dist/index.d.ts CHANGED
@@ -8,4 +8,4 @@ export { commands, batch } from './commands';
8
8
  export { MindForgeMemory } from './memory';
9
9
  export type { CommandOptions } from './commands';
10
10
  export type { MindForgeConfig, PhaseResult, TaskResult, SecurityFinding, GateResult, HealthReport, HealthIssue, MindForgeEvent, AuditLogEntry, WaveExecutionResult, MigrationResult, StreamChunk, StreamingExecutionResult, BatchExecutionRequest, BatchExecutionResult, } from './types';
11
- export declare const VERSION = "11.6.0";
11
+ export declare const VERSION = "11.7.1";
package/dist/index.js CHANGED
@@ -15,4 +15,4 @@ Object.defineProperty(exports, "commands", { enumerable: true, get: function ()
15
15
  Object.defineProperty(exports, "batch", { enumerable: true, get: function () { return commands_1.batch; } });
16
16
  var memory_1 = require("./memory");
17
17
  Object.defineProperty(exports, "MindForgeMemory", { enumerable: true, get: function () { return memory_1.MindForgeMemory; } });
18
- exports.VERSION = '11.6.0';
18
+ exports.VERSION = '11.7.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindforge-sdk",
3
- "version": "11.6.0",
3
+ "version": "11.7.1",
4
4
  "description": "MindForge SDK \u2014 Programmatic API for embedding MindForge in tools",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",