@roarkanalytics/sdk 2.13.0 → 2.13.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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.13.1 (2025-12-16)
4
+
5
+ Full Changelog: [v2.13.0...v2.13.1](https://github.com/roarkhq/sdk-roark-analytics-node/compare/v2.13.0...v2.13.1)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **mcp:** correct code tool API endpoint ([24e66c8](https://github.com/roarkhq/sdk-roark-analytics-node/commit/24e66c84d102b34bd63e384aca81ed52f11006f5))
10
+ * **mcp:** return correct lines on typescript errors ([b8086fe](https://github.com/roarkhq/sdk-roark-analytics-node/commit/b8086fe20fe31cacb2f06b4b74a194646deb4fba))
11
+
12
+
13
+ ### Chores
14
+
15
+ * **internal:** codegen related update ([8586ca4](https://github.com/roarkhq/sdk-roark-analytics-node/commit/8586ca40a4c39f38a83a21e3f5aa55fb5cce673a))
16
+ * **internal:** codegen related update ([1124a4a](https://github.com/roarkhq/sdk-roark-analytics-node/commit/1124a4aa7e3f0d2580245fbc9f47e817a91cfdbb))
17
+
3
18
  ## 2.13.0 (2025-12-04)
4
19
 
5
20
  Full Changelog: [v2.12.0...v2.13.0](https://github.com/roarkhq/sdk-roark-analytics-node/compare/v2.12.0...v2.13.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roarkanalytics/sdk",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "The official TypeScript library for the Roark API",
5
5
  "author": "Roark <james@roark.ai>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '2.13.0'; // x-release-please-version
1
+ export const VERSION = '2.13.1'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.13.0";
1
+ export declare const VERSION = "2.13.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 = '2.13.0'; // x-release-please-version
4
+ exports.VERSION = '2.13.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '2.13.0'; // x-release-please-version
1
+ export const VERSION = '2.13.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map