@nirvana-labs/nirvana 1.29.0 → 1.30.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,23 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.30.0 (2025-12-19)
4
+
5
+ Full Changelog: [v1.29.0...v1.30.0](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.29.0...v1.30.0)
6
+
7
+ ### ⚠ BREAKING CHANGES
8
+
9
+ * **mcp:** remove deprecated tool schemes
10
+ * **mcp:** **Migration:** To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just `node /path/to/mcp/server` or `npx package-name` will invoke code tools: changing your command to one of these is likely all you will need to do.
11
+
12
+ ### Bug Fixes
13
+
14
+ * **mcp:** pass base url to code tool ([ed3f84d](https://github.com/nirvana-labs/nirvana-typescript/commit/ed3f84d29ae070ee9700d6504d3e73b287c38f84))
15
+
16
+
17
+ ### Chores
18
+
19
+ * **mcp:** remove deprecated tool schemes ([f8295a3](https://github.com/nirvana-labs/nirvana-typescript/commit/f8295a3cadd885dc7ffd1e4ba524fd93b39510c8))
20
+
3
21
  ## 1.29.0 (2025-12-17)
4
22
 
5
23
  Full Changelog: [v1.28.0...v1.29.0](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.28.0...v1.29.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirvana-labs/nirvana",
3
- "version": "1.29.0",
3
+ "version": "1.30.0",
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.29.0'; // x-release-please-version
1
+ export const VERSION = '1.30.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.29.0";
1
+ export declare const VERSION = "1.30.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.29.0";
1
+ export declare const VERSION = "1.30.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 = '1.29.0'; // x-release-please-version
4
+ exports.VERSION = '1.30.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.29.0'; // x-release-please-version
1
+ export const VERSION = '1.30.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map