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

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,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.37 (2025-03-13)
4
+
5
+ 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)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([#128](https://github.com/nirvana-labs/nirvana-node/issues/128)) ([937f69c](https://github.com/nirvana-labs/nirvana-node/commit/937f69c4208fb5f56602d24cc488b3494eae95c8))
10
+ * **api:** api update ([#131](https://github.com/nirvana-labs/nirvana-node/issues/131)) ([e0c948d](https://github.com/nirvana-labs/nirvana-node/commit/e0c948d1b7d1a205f632e3895f5db3a448cffb1c))
11
+ * **api:** manual updates ([#126](https://github.com/nirvana-labs/nirvana-node/issues/126)) ([2a9f2ef](https://github.com/nirvana-labs/nirvana-node/commit/2a9f2efd4d3bab8938417c8211aee38e370c831b))
12
+
3
13
  ## 0.1.0-alpha.36 (2025-03-13)
4
14
 
5
15
  Full Changelog: [v0.1.0-alpha.35...v0.1.0-alpha.36](https://github.com/nirvana-labs/nirvana-node/compare/v0.1.0-alpha.35...v0.1.0-alpha.36)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nirvana-labs/nirvana",
3
- "version": "0.1.0-alpha.36",
3
+ "version": "0.1.0-alpha.37",
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",
@@ -1,3 +1,3 @@
1
- export type RegionName = 'us-sea-1' | 'us-sva-1' | 'us-chi-1' | 'us-wdc-1' | 'eu-lon-1' | 'eu-ams-1' | 'eu-frk-1' | 'ap-mum-1' | 'ap-sin-1' | 'ap-tyo-1';
1
+ export type RegionName = 'us-sea-1' | 'us-sva-1' | 'us-chi-1' | 'us-wdc-1' | 'eu-lon-1' | 'eu-ams-1' | 'eu-frk-1' | 'ap-mum-1' | 'ap-sin-1' | 'ap-seo-1' | 'ap-tyo-1';
2
2
  export type ResourceStatus = 'pending' | 'creating' | 'updating' | 'ready' | 'deleting' | 'deleted' | 'failed';
3
3
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAClB,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,CAAC;AAEf,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,UAAU,GACV,UAAU,GACV,OAAO,GACP,UAAU,GACV,SAAS,GACT,QAAQ,CAAC"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,UAAU,GAClB,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,GACV,UAAU,CAAC;AAEf,MAAM,MAAM,cAAc,GACtB,SAAS,GACT,UAAU,GACV,UAAU,GACV,OAAO,GACP,UAAU,GACV,SAAS,GACT,QAAQ,CAAC"}
@@ -10,6 +10,7 @@ export type RegionName =
10
10
  | 'eu-frk-1'
11
11
  | 'ap-mum-1'
12
12
  | 'ap-sin-1'
13
+ | 'ap-seo-1'
13
14
  | 'ap-tyo-1';
14
15
 
15
16
  export type ResourceStatus =
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.36'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.37'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.36";
1
+ export declare const VERSION = "0.1.0-alpha.37";
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.36'; // x-release-please-version
4
+ exports.VERSION = '0.1.0-alpha.37'; // 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.36'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.37'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map