conductor-node 12.36.0 → 12.36.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/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## 12.36.1 (2025-09-30)
4
+
5
+ Full Changelog: [v12.36.0...v12.36.1](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.36.0...v12.36.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **mcp:** fix cli argument parsing logic ([2e49f0c](https://github.com/conductor-is/quickbooks-desktop-node/commit/2e49f0ca193e4a58818453946f090dbac061a57b))
10
+ * **mcp:** resolve a linting issue in server code ([2f9c47f](https://github.com/conductor-is/quickbooks-desktop-node/commit/2f9c47f73b52bf6172459bbeace145711fcc9895))
11
+
12
+
13
+ ### Performance Improvements
14
+
15
+ * faster formatting ([82b7a6d](https://github.com/conductor-is/quickbooks-desktop-node/commit/82b7a6dd1d06b2685636ffcb1017d051accde9aa))
16
+
17
+
18
+ ### Chores
19
+
20
+ * **internal:** codegen related update ([3b69b19](https://github.com/conductor-is/quickbooks-desktop-node/commit/3b69b194b8a4c40a04ef5ff369133701d9984253))
21
+ * **internal:** fix incremental formatting in some cases ([ccc30c2](https://github.com/conductor-is/quickbooks-desktop-node/commit/ccc30c25c0357b25843c64ac64a83309ee083004))
22
+ * **internal:** ignore .eslintcache ([aa64e62](https://github.com/conductor-is/quickbooks-desktop-node/commit/aa64e627d6b7d52612bb1d15d486a1de5a2d6649))
23
+ * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([841cfea](https://github.com/conductor-is/quickbooks-desktop-node/commit/841cfeaab384e81885dd2a4c7710c4c3ce46ad8b))
24
+ * **mcp:** allow pointing `docs_search` tool at other URLs ([cbc2d89](https://github.com/conductor-is/quickbooks-desktop-node/commit/cbc2d8951983215cab6ac6d20cb48583127998fb))
25
+ * update lockfile ([8b76186](https://github.com/conductor-is/quickbooks-desktop-node/commit/8b76186e92e42a4b2c1f85a7fb8bc5e3f77a2c35))
26
+
3
27
  ## 12.36.0 (2025-09-24)
4
28
 
5
29
  Full Changelog: [v12.35.0...v12.36.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v12.35.0...v12.36.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node",
3
- "version": "12.36.0",
3
+ "version": "12.36.1",
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.36.0'; // x-release-please-version
1
+ export const VERSION = '12.36.1'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "12.36.0";
1
+ export declare const VERSION = "12.36.1";
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.36.0'; // x-release-please-version
4
+ exports.VERSION = '12.36.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '12.36.0'; // x-release-please-version
1
+ export const VERSION = '12.36.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map