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