@nirvana-labs/nirvana 1.17.0 → 1.17.2

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
+ ## 1.17.2 (2025-09-23)
4
+
5
+ Full Changelog: [v1.17.1...v1.17.2](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.17.1...v1.17.2)
6
+
7
+ ### Features
8
+
9
+ * **mcp:** enable experimental docs search tool ([968c0e6](https://github.com/nirvana-labs/nirvana-typescript/commit/968c0e682dab22af84ee1f4d087824f2f904afaa))
10
+
11
+ ## 1.17.1 (2025-09-20)
12
+
13
+ Full Changelog: [v1.17.0...v1.17.1](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.17.0...v1.17.1)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([16a3e0e](https://github.com/nirvana-labs/nirvana-typescript/commit/16a3e0e762e8ec31fa4fc229cd37fd0ad0555c21))
18
+ * **api:** manual updates ([233718a](https://github.com/nirvana-labs/nirvana-typescript/commit/233718adefddd25bd60e1cdc0c025c6d4ed35fc5))
19
+ * **mcp:** add docs search tool ([3cd9c68](https://github.com/nirvana-labs/nirvana-typescript/commit/3cd9c68d0e94d17bcb475cb822960b4f965f4fae))
20
+
21
+
22
+ ### Chores
23
+
24
+ * **codegen:** internal codegen update ([5cc8542](https://github.com/nirvana-labs/nirvana-typescript/commit/5cc8542ec3c81a55adfee6c9e4fbd8210058be7e))
25
+ * do not install brew dependencies in ./scripts/bootstrap by default ([e433b04](https://github.com/nirvana-labs/nirvana-typescript/commit/e433b0492ba92875d8848f474d7fa6606be11869))
26
+ * **internal:** gitignore .mcpb files ([4b9507f](https://github.com/nirvana-labs/nirvana-typescript/commit/4b9507f9fe12b93ba11e20c42304302e96bd48c5))
27
+ * **mcp:** rename dxt to mcpb ([b70898e](https://github.com/nirvana-labs/nirvana-typescript/commit/b70898e8cbabeced63c32fb0bd30af49a17fcdb9))
28
+
3
29
  ## 1.17.0 (2025-09-17)
4
30
 
5
31
  Full Changelog: [v1.16.0...v1.17.0](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.16.0...v1.17.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirvana-labs/nirvana",
3
- "version": "1.17.0",
3
+ "version": "1.17.2",
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.17.0'; // x-release-please-version
1
+ export const VERSION = '1.17.2'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.17.0";
1
+ export declare const VERSION = "1.17.2";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.17.0";
1
+ export declare const VERSION = "1.17.2";
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.17.0'; // x-release-please-version
4
+ exports.VERSION = '1.17.2'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.17.0'; // x-release-please-version
1
+ export const VERSION = '1.17.2'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map