@nirvana-labs/nirvana 0.1.0-alpha.37 → 0.1.0-alpha.39

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,34 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.39 (2025-03-14)
4
+
5
+ Full Changelog: [v0.1.0-alpha.38...v0.1.0-alpha.39](https://github.com/nirvana-labs/nirvana-node/compare/v0.1.0-alpha.38...v0.1.0-alpha.39)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([#128](https://github.com/nirvana-labs/nirvana-node/issues/128)) ([1445dcc](https://github.com/nirvana-labs/nirvana-node/commit/1445dccc9cfa7f211a93032179c81e2bf4f3d52c))
10
+ * **api:** api update ([#138](https://github.com/nirvana-labs/nirvana-node/issues/138)) ([b9c7592](https://github.com/nirvana-labs/nirvana-node/commit/b9c7592b714b1b71e28985cad1e85c250c2307fb))
11
+ * **api:** manual updates ([#126](https://github.com/nirvana-labs/nirvana-node/issues/126)) ([26b31a6](https://github.com/nirvana-labs/nirvana-node/commit/26b31a630ee0fe026d308fdb3b45b4d0143ea392))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **exports:** ensure resource imports don't require /index ([#137](https://github.com/nirvana-labs/nirvana-node/issues/137)) ([711fbb6](https://github.com/nirvana-labs/nirvana-node/commit/711fbb68a16a55a2eb9731adcac27cc530799ead))
17
+
18
+
19
+ ### Chores
20
+
21
+ * **internal:** remove extra empty newlines ([#136](https://github.com/nirvana-labs/nirvana-node/issues/136)) ([6771334](https://github.com/nirvana-labs/nirvana-node/commit/6771334e761c53a3b770089ca7af9a3f05ab9ebe))
22
+
23
+ ## 0.1.0-alpha.38 (2025-03-13)
24
+
25
+ Full Changelog: [v0.1.0-alpha.37...v0.1.0-alpha.38](https://github.com/nirvana-labs/nirvana-node/compare/v0.1.0-alpha.37...v0.1.0-alpha.38)
26
+
27
+ ### Features
28
+
29
+ * **api:** api update ([#128](https://github.com/nirvana-labs/nirvana-node/issues/128)) ([bc8570e](https://github.com/nirvana-labs/nirvana-node/commit/bc8570edc9ee85aea9e9b2765f621bf42a99c974))
30
+ * **api:** manual updates ([#126](https://github.com/nirvana-labs/nirvana-node/issues/126)) ([a6d0b42](https://github.com/nirvana-labs/nirvana-node/commit/a6d0b4257c654880767e62ec73164cd6993d4d4f))
31
+
3
32
  ## 0.1.0-alpha.37 (2025-03-13)
4
33
 
5
34
  Full Changelog: [v0.1.0-alpha.36...v0.1.0-alpha.37](https://github.com/nirvana-labs/nirvana-node/compare/v0.1.0-alpha.36...v0.1.0-alpha.37)
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  This library provides convenient access to the Nirvana Labs REST API from server-side TypeScript or JavaScript.
6
6
 
7
- The REST API documentation can be found on [docs.nirvanalabs.io](https://docs.nirvanalabs.io/). The full API of this library can be found in [api.md](api.md).
7
+ The REST API documentation can be found on [docs.nirvanalabs.io](https://docs.nirvanalabs.io). The full API of this library can be found in [api.md](api.md).
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirvana-labs/nirvana",
3
- "version": "0.1.0-alpha.37",
3
+ "version": "0.1.0-alpha.39",
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",
@@ -0,0 +1,2 @@
1
+ export * from "./vms/index.js";
2
+ //# sourceMappingURL=vms.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vms.d.ts","sourceRoot":"","sources":["../../src/resources/compute/vms.ts"],"names":[],"mappings":"AAEA,cAAc,aAAa,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./vms/index.js"), exports);
19
+ //# sourceMappingURL=vms.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vms.js","sourceRoot":"","sources":["../../src/resources/compute/vms.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,iDAA4B"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./vms/index.mjs";
3
+ //# sourceMappingURL=vms.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vms.mjs","sourceRoot":"","sources":["../../src/resources/compute/vms.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./compute/index.js";
2
+ //# sourceMappingURL=compute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute.d.ts","sourceRoot":"","sources":["../src/resources/compute.ts"],"names":[],"mappings":"AAEA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./compute/index.js"), exports);
19
+ //# sourceMappingURL=compute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute.js","sourceRoot":"","sources":["../src/resources/compute.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,qDAAgC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./compute/index.mjs";
3
+ //# sourceMappingURL=compute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute.mjs","sourceRoot":"","sources":["../src/resources/compute.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,2 @@
1
+ export * from "./networking/index.js";
2
+ //# sourceMappingURL=networking.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"networking.d.ts","sourceRoot":"","sources":["../src/resources/networking.ts"],"names":[],"mappings":"AAEA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ __exportStar(require("./networking/index.js"), exports);
19
+ //# sourceMappingURL=networking.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"networking.js","sourceRoot":"","sources":["../src/resources/networking.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,wDAAmC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./networking/index.mjs";
3
+ //# sourceMappingURL=networking.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"networking.mjs","sourceRoot":"","sources":["../src/resources/networking.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './vms/index';
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './compute/index';
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './networking/index';
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.37'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.39'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.37";
1
+ export declare const VERSION = "0.1.0-alpha.39";
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 = '0.1.0-alpha.37'; // x-release-please-version
4
+ exports.VERSION = '0.1.0-alpha.39'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.1.0-alpha.37'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.39'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map