@nirvana-labs/nirvana 1.77.0 → 1.77.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.77.1 (2026-04-15)
4
+
5
+ Full Changelog: [v1.77.0...v1.77.1](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.77.0...v1.77.1)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([4c4b299](https://github.com/nirvana-labs/nirvana-typescript/commit/4c4b29951a70730c9724713dd4cae47483e4b354))
10
+
3
11
  ## 1.77.0 (2026-04-14)
4
12
 
5
13
  Full Changelog: [v1.76.1...v1.77.0](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.76.1...v1.77.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirvana-labs/nirvana",
3
- "version": "1.77.0",
3
+ "version": "1.77.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",
@@ -147,7 +147,7 @@ export interface OSImage {
147
147
  */
148
148
  export interface SSHKeyRequest {
149
149
  /**
150
- * Public key to and and use to access the VM.
150
+ * Public key to and use to access the VM.
151
151
  */
152
152
  public_key: string;
153
153
  }
@@ -147,7 +147,7 @@ export interface OSImage {
147
147
  */
148
148
  export interface SSHKeyRequest {
149
149
  /**
150
- * Public key to and and use to access the VM.
150
+ * Public key to and use to access the VM.
151
151
  */
152
152
  public_key: string;
153
153
  }
@@ -179,7 +179,7 @@ export interface OSImage {
179
179
  */
180
180
  export interface SSHKeyRequest {
181
181
  /**
182
- * Public key to and and use to access the VM.
182
+ * Public key to and use to access the VM.
183
183
  */
184
184
  public_key: string;
185
185
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.77.0'; // x-release-please-version
1
+ export const VERSION = '1.77.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.77.0";
1
+ export declare const VERSION = "1.77.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.77.0";
1
+ export declare const VERSION = "1.77.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.77.0'; // x-release-please-version
4
+ exports.VERSION = '1.77.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.77.0'; // x-release-please-version
1
+ export const VERSION = '1.77.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map