@nirvana-labs/nirvana 1.59.0 → 1.59.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 +17 -0
- package/package.json +1 -1
- package/resources/shared.d.mts +1 -1
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +1 -1
- package/resources/shared.d.ts.map +1 -1
- package/src/resources/shared.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.59.2 (2026-03-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.59.1...v1.59.2](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.59.1...v1.59.2)
|
|
6
|
+
|
|
7
|
+
### Chores
|
|
8
|
+
|
|
9
|
+
* **internal:** fix MCP server TS errors that occur with required client options ([48bdd12](https://github.com/nirvana-labs/nirvana-typescript/commit/48bdd1224e9b2c466b704ed31ffdc2be8d69348d))
|
|
10
|
+
* **internal:** update gitignore ([9e8383e](https://github.com/nirvana-labs/nirvana-typescript/commit/9e8383ee9bc8d3f5b04451288f8ee95d9832962f))
|
|
11
|
+
|
|
12
|
+
## 1.59.1 (2026-03-23)
|
|
13
|
+
|
|
14
|
+
Full Changelog: [v1.59.0...v1.59.1](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.59.0...v1.59.1)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **api:** api update ([2cc1986](https://github.com/nirvana-labs/nirvana-typescript/commit/2cc1986d0d5ff2f24ef15cb2199771d549221fb9))
|
|
19
|
+
|
|
3
20
|
## 1.59.0 (2026-03-21)
|
|
4
21
|
|
|
5
22
|
Full Changelog: [v1.58.0...v1.59.0](https://github.com/nirvana-labs/nirvana-typescript/compare/v1.58.0...v1.59.0)
|
package/package.json
CHANGED
package/resources/shared.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ export interface Pagination {
|
|
|
9
9
|
/**
|
|
10
10
|
* Region the resource is in.
|
|
11
11
|
*/
|
|
12
|
-
export type RegionName = 'us-
|
|
12
|
+
export type RegionName = 'us-sva-1' | 'us-sva-2' | 'us-chi-1' | 'us-wdc-1';
|
|
13
13
|
/**
|
|
14
14
|
* Status of the resource.
|
|
15
15
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.mts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,
|
|
1
|
+
{"version":3,"file":"shared.d.mts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,CAAC;AAE3E;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,CAAC;AAE9G;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAExB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
package/resources/shared.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export interface Pagination {
|
|
|
9
9
|
/**
|
|
10
10
|
* Region the resource is in.
|
|
11
11
|
*/
|
|
12
|
-
export type RegionName = 'us-
|
|
12
|
+
export type RegionName = 'us-sva-1' | 'us-sva-2' | 'us-chi-1' | 'us-wdc-1';
|
|
13
13
|
/**
|
|
14
14
|
* Status of the resource.
|
|
15
15
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,
|
|
1
|
+
{"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../src/resources/shared.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,CAAC;AAE3E;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,SAAS,GAAG,UAAU,GAAG,UAAU,GAAG,OAAO,GAAG,UAAU,GAAG,SAAS,GAAG,OAAO,CAAC;AAE9G;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAExB;;OAEG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACzB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEvB;;OAEG;IACH,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACxB"}
|
package/src/resources/shared.ts
CHANGED
|
@@ -14,7 +14,7 @@ export interface Pagination {
|
|
|
14
14
|
/**
|
|
15
15
|
* Region the resource is in.
|
|
16
16
|
*/
|
|
17
|
-
export type RegionName = 'us-
|
|
17
|
+
export type RegionName = 'us-sva-1' | 'us-sva-2' | 'us-chi-1' | 'us-wdc-1';
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* Status of the resource.
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '1.59.
|
|
1
|
+
export const VERSION = '1.59.2'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.59.
|
|
1
|
+
export declare const VERSION = "1.59.2";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "1.59.
|
|
1
|
+
export declare const VERSION = "1.59.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '1.59.
|
|
1
|
+
export const VERSION = '1.59.2'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|