@nirvana-labs/nirvana 1.36.1 → 1.36.3

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,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.36.3 (2026-01-19)
4
+
5
+ Full Changelog: [v1.36.2...v1.36.3](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.36.2...v1.36.3)
6
+
7
+ ### Chores
8
+
9
+ * **internal:** update `actions/checkout` version ([e27f0c5](https://github.com/nirvana-labs/nirvana-typescript/commit/e27f0c5028cfe5d759f11c10762236c93118a483))
10
+ * **internal:** update lock file ([425e9ff](https://github.com/nirvana-labs/nirvana-typescript/commit/425e9ffe42aede3dc91226eb8810540058c7e123))
11
+ * **internal:** upgrade brace-expansion and @babel/helpers ([3d57dd1](https://github.com/nirvana-labs/nirvana-typescript/commit/3d57dd18af33625cfdb5c43f958d928a7fef5d8e))
12
+ * **stainless:** CLI generation bug requires disabling mock server for now ([#80](https://github.com/nirvana-labs/nirvana-typescript/issues/80)) ([3d8f875](https://github.com/nirvana-labs/nirvana-typescript/commit/3d8f87539311e7074a0a510aa5eb28033a4d283e))
13
+
14
+ ## 1.36.2 (2026-01-15)
15
+
16
+ Full Changelog: [v1.36.1...v1.36.2](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.36.1...v1.36.2)
17
+
18
+ ### Bug Fixes
19
+
20
+ * flag defaults ([24e0f27](https://github.com/nirvana-labs/nirvana-typescript/commit/24e0f2734fbf4e82bedfd806d72d8e80f0d47a4d))
21
+
22
+
23
+ ### Chores
24
+
25
+ * **internal:** bump MCP dependencies ([82165a3](https://github.com/nirvana-labs/nirvana-typescript/commit/82165a32b2bb05264f40e8b858476918cd1294ba))
26
+ * **internal:** upgrade babel, qs, js-yaml ([16fae11](https://github.com/nirvana-labs/nirvana-typescript/commit/16fae119c0f13b1cc860f18d5ac8c3ed785c7b13))
27
+ * **mcp:** add intent param to execute tool ([7c63df9](https://github.com/nirvana-labs/nirvana-typescript/commit/7c63df929800edc4b73f1bec61e7b999e3ff7733))
28
+ * **mcp:** pass intent param to execute handler ([9cd7f83](https://github.com/nirvana-labs/nirvana-typescript/commit/9cd7f83fdb78f6ac0cac31b17d6a2ec0f1d597f4))
29
+ * **mcp:** upgrade dependencies ([5094554](https://github.com/nirvana-labs/nirvana-typescript/commit/5094554295aec9909fd1840864ca9d11e093b5d4))
30
+
3
31
  ## 1.36.1 (2026-01-13)
4
32
 
5
33
  Full Changelog: [v1.36.0...v1.36.1](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.36.0...v1.36.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirvana-labs/nirvana",
3
- "version": "1.36.1",
3
+ "version": "1.36.3",
4
4
  "description": "The official TypeScript library for the Nirvana Labs API",
5
5
  "author": "Nirvana Labs <engineering@nirvanalabs.io>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.36.1'; // x-release-please-version
1
+ export const VERSION = '1.36.3'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.36.1";
1
+ export declare const VERSION = "1.36.3";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.36.1";
1
+ export declare const VERSION = "1.36.3";
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 = '1.36.1'; // x-release-please-version
4
+ exports.VERSION = '1.36.3'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.36.1'; // x-release-please-version
1
+ export const VERSION = '1.36.3'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map