conductor-node 12.25.0 → 12.27.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,31 @@
1
1
  # Changelog
2
2
 
3
+ ## 12.27.0 (2025-08-20)
4
+
5
+ Full Changelog: [v12.26.0...v12.27.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.26.0...v12.27.0)
6
+
7
+ ### Features
8
+
9
+ * **mcp:** add code execution tool ([7b01353](https://github.com/conductor-is/quickbooks-desktop-node/commit/7b0135365dd0dc2d9f91fa7d122421f37d42ef2f))
10
+
11
+
12
+ ### Chores
13
+
14
+ * **mcp:** add cors to oauth metadata route ([6385ee1](https://github.com/conductor-is/quickbooks-desktop-node/commit/6385ee194bb0dd513a7a6db182353e5eb18d3ef6))
15
+
16
+ ## 12.26.0 (2025-08-19)
17
+
18
+ Full Changelog: [v12.25.0...v12.26.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.25.0...v12.26.0)
19
+
20
+ ### Features
21
+
22
+ * **mcp:** parse query string as mcp client options in mcp server ([acefbd7](https://github.com/conductor-is/quickbooks-desktop-node/commit/acefbd7484bc15ebfd2a31b347611d4dc527e826))
23
+
24
+
25
+ ### Chores
26
+
27
+ * **internal:** refactor array check ([a4cc9e1](https://github.com/conductor-is/quickbooks-desktop-node/commit/a4cc9e103c4c10ec6d836186af6e662b3add0a14))
28
+
3
29
  ## 12.25.0 (2025-08-16)
4
30
 
5
31
  Full Changelog: [v12.24.0...v12.25.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.24.0...v12.25.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "12.25.0",
3
+ "version": "12.27.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.25.0'; // x-release-please-version
1
+ export const VERSION = '12.27.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "12.25.0";
1
+ export declare const VERSION = "12.27.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.25.0'; // x-release-please-version
4
+ exports.VERSION = '12.27.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '12.25.0'; // x-release-please-version
1
+ export const VERSION = '12.27.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map