conductor-node 12.40.0 → 12.42.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/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## 12.42.0 (2025-12-05)
4
+
5
+ Full Changelog: [v12.41.0...v12.42.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.41.0...v12.42.0)
6
+
7
+ ### Features
8
+
9
+ * **mcp:** add typescript check to code execution tool ([021b2d0](https://github.com/conductor-is/quickbooks-desktop-node/commit/021b2d028684d1404227b12aad5b755a11cae43d))
10
+
11
+
12
+ ### Chores
13
+
14
+ * use latest @modelcontextprotocol/sdk ([e357a25](https://github.com/conductor-is/quickbooks-desktop-node/commit/e357a2573f2a844f3d750dcccb35f769075ca90d))
15
+
16
+ ## 12.41.0 (2025-12-02)
17
+
18
+ Full Changelog: [v12.40.0...v12.41.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.40.0...v12.41.0)
19
+
20
+ ### Features
21
+
22
+ * **mcp:** add detail field to docs search tool ([1da6d2a](https://github.com/conductor-is/quickbooks-desktop-node/commit/1da6d2a2a4884b13d13e6341848f97335c6983b3))
23
+ * **mcp:** return logs on code tool errors ([977d876](https://github.com/conductor-is/quickbooks-desktop-node/commit/977d8760ee9fca5f03c94f64a5b66c2a5023dcd2))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **mcp:** return tool execution error on api error ([4571eae](https://github.com/conductor-is/quickbooks-desktop-node/commit/4571eaeacde7c53190913a377571499f46ae7c57))
29
+
3
30
  ## 12.40.0 (2025-11-13)
4
31
 
5
32
  Full Changelog: [v12.39.0...v12.40.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.39.0...v12.40.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "12.40.0",
3
+ "version": "12.42.0",
4
4
  "description": "The official TypeScript library for the Conductor API",
5
5
  "author": "Conductor <support@conductor.is>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '12.40.0'; // x-release-please-version
1
+ export const VERSION = '12.42.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "12.40.0";
1
+ export declare const VERSION = "12.42.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '12.40.0'; // x-release-please-version
4
+ exports.VERSION = '12.42.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '12.40.0'; // x-release-please-version
1
+ export const VERSION = '12.42.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map