@nirvana-labs/nirvana 1.5.1 → 1.6.0

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.
Files changed (96) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +3 -4
  3. package/client.d.mts +8 -5
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +8 -5
  6. package/client.d.ts.map +1 -1
  7. package/client.js +29 -22
  8. package/client.js.map +1 -1
  9. package/client.mjs +18 -11
  10. package/client.mjs.map +1 -1
  11. package/internal/request-options.d.mts +1 -0
  12. package/internal/request-options.d.mts.map +1 -1
  13. package/internal/request-options.d.ts +1 -0
  14. package/internal/request-options.d.ts.map +1 -1
  15. package/internal/request-options.js.map +1 -1
  16. package/internal/request-options.mjs.map +1 -1
  17. package/package.json +1 -1
  18. package/resources/index.d.mts +1 -0
  19. package/resources/index.d.mts.map +1 -1
  20. package/resources/index.d.ts +1 -0
  21. package/resources/index.d.ts.map +1 -1
  22. package/resources/index.js +3 -1
  23. package/resources/index.js.map +1 -1
  24. package/resources/index.mjs +1 -0
  25. package/resources/index.mjs.map +1 -1
  26. package/resources/rpc-nodes/flex/blockchains.d.mts +11 -0
  27. package/resources/rpc-nodes/flex/blockchains.d.mts.map +1 -0
  28. package/resources/rpc-nodes/flex/blockchains.d.ts +11 -0
  29. package/resources/rpc-nodes/flex/blockchains.d.ts.map +1 -0
  30. package/resources/rpc-nodes/flex/blockchains.js +15 -0
  31. package/resources/rpc-nodes/flex/blockchains.js.map +1 -0
  32. package/resources/rpc-nodes/flex/blockchains.mjs +11 -0
  33. package/resources/rpc-nodes/flex/blockchains.mjs.map +1 -0
  34. package/resources/rpc-nodes/flex/flex.d.mts +43 -0
  35. package/resources/rpc-nodes/flex/flex.d.mts.map +1 -0
  36. package/resources/rpc-nodes/flex/flex.d.ts +43 -0
  37. package/resources/rpc-nodes/flex/flex.d.ts.map +1 -0
  38. package/resources/rpc-nodes/flex/flex.js +30 -0
  39. package/resources/rpc-nodes/flex/flex.js.map +1 -0
  40. package/resources/rpc-nodes/flex/flex.mjs +25 -0
  41. package/resources/rpc-nodes/flex/flex.mjs.map +1 -0
  42. package/resources/rpc-nodes/flex/index.d.mts +3 -0
  43. package/resources/rpc-nodes/flex/index.d.mts.map +1 -0
  44. package/resources/rpc-nodes/flex/index.d.ts +3 -0
  45. package/resources/rpc-nodes/flex/index.d.ts.map +1 -0
  46. package/resources/rpc-nodes/flex/index.js +9 -0
  47. package/resources/rpc-nodes/flex/index.js.map +1 -0
  48. package/resources/rpc-nodes/flex/index.mjs +4 -0
  49. package/resources/rpc-nodes/flex/index.mjs.map +1 -0
  50. package/resources/rpc-nodes/flex.d.mts +2 -0
  51. package/resources/rpc-nodes/flex.d.mts.map +1 -0
  52. package/resources/rpc-nodes/flex.d.ts +2 -0
  53. package/resources/rpc-nodes/flex.d.ts.map +1 -0
  54. package/resources/rpc-nodes/flex.js +6 -0
  55. package/resources/rpc-nodes/flex.js.map +1 -0
  56. package/resources/rpc-nodes/flex.mjs +3 -0
  57. package/resources/rpc-nodes/flex.mjs.map +1 -0
  58. package/resources/rpc-nodes/index.d.mts +3 -0
  59. package/resources/rpc-nodes/index.d.mts.map +1 -0
  60. package/resources/rpc-nodes/index.d.ts +3 -0
  61. package/resources/rpc-nodes/index.d.ts.map +1 -0
  62. package/resources/rpc-nodes/index.js +9 -0
  63. package/resources/rpc-nodes/index.js.map +1 -0
  64. package/resources/rpc-nodes/index.mjs +4 -0
  65. package/resources/rpc-nodes/index.mjs.map +1 -0
  66. package/resources/rpc-nodes/rpc-nodes.d.mts +10 -0
  67. package/resources/rpc-nodes/rpc-nodes.d.mts.map +1 -0
  68. package/resources/rpc-nodes/rpc-nodes.d.ts +10 -0
  69. package/resources/rpc-nodes/rpc-nodes.d.ts.map +1 -0
  70. package/resources/rpc-nodes/rpc-nodes.js +17 -0
  71. package/resources/rpc-nodes/rpc-nodes.js.map +1 -0
  72. package/resources/rpc-nodes/rpc-nodes.mjs +12 -0
  73. package/resources/rpc-nodes/rpc-nodes.mjs.map +1 -0
  74. package/resources/rpc-nodes.d.mts +2 -0
  75. package/resources/rpc-nodes.d.mts.map +1 -0
  76. package/resources/rpc-nodes.d.ts +2 -0
  77. package/resources/rpc-nodes.d.ts.map +1 -0
  78. package/resources/rpc-nodes.js +6 -0
  79. package/resources/rpc-nodes.js.map +1 -0
  80. package/resources/rpc-nodes.mjs +3 -0
  81. package/resources/rpc-nodes.mjs.map +1 -0
  82. package/src/client.ts +34 -11
  83. package/src/internal/request-options.ts +1 -0
  84. package/src/resources/index.ts +1 -0
  85. package/src/resources/rpc-nodes/flex/blockchains.ts +15 -0
  86. package/src/resources/rpc-nodes/flex/flex.ts +72 -0
  87. package/src/resources/rpc-nodes/flex/index.ts +10 -0
  88. package/src/resources/rpc-nodes/flex.ts +3 -0
  89. package/src/resources/rpc-nodes/index.ts +10 -0
  90. package/src/resources/rpc-nodes/rpc-nodes.ts +27 -0
  91. package/src/resources/rpc-nodes.ts +3 -0
  92. package/src/version.ts +1 -1
  93. package/version.d.mts +1 -1
  94. package/version.d.ts +1 -1
  95. package/version.js +1 -1
  96. package/version.mjs +1 -1
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.RPCNodes = void 0;
5
+ const tslib_1 = require("../../internal/tslib.js");
6
+ const resource_1 = require("../../core/resource.js");
7
+ const FlexAPI = tslib_1.__importStar(require("./flex/flex.js"));
8
+ const flex_1 = require("./flex/flex.js");
9
+ class RPCNodes extends resource_1.APIResource {
10
+ constructor() {
11
+ super(...arguments);
12
+ this.flex = new FlexAPI.Flex(this._client);
13
+ }
14
+ }
15
+ exports.RPCNodes = RPCNodes;
16
+ RPCNodes.Flex = flex_1.Flex;
17
+ //# sourceMappingURL=rpc-nodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc-nodes.js","sourceRoot":"","sources":["../../src/resources/rpc-nodes/rpc-nodes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,gEAAuC;AACvC,yCAMqB;AAErB,MAAa,QAAS,SAAQ,sBAAW;IAAzC;;QACE,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACtD,CAAC;CAAA;AAFD,4BAEC;AAED,QAAQ,CAAC,IAAI,GAAG,WAAI,CAAC"}
@@ -0,0 +1,12 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ import * as FlexAPI from "./flex/flex.mjs";
4
+ import { Flex, } from "./flex/flex.mjs";
5
+ export class RPCNodes extends APIResource {
6
+ constructor() {
7
+ super(...arguments);
8
+ this.flex = new FlexAPI.Flex(this._client);
9
+ }
10
+ }
11
+ RPCNodes.Flex = Flex;
12
+ //# sourceMappingURL=rpc-nodes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc-nodes.mjs","sourceRoot":"","sources":["../../src/resources/rpc-nodes/rpc-nodes.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EACL,IAAI,GAKL;AAED,MAAM,OAAO,QAAS,SAAQ,WAAW;IAAzC;;QACE,SAAI,GAAiB,IAAI,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IACtD,CAAC;CAAA;AAED,QAAQ,CAAC,IAAI,GAAG,IAAI,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "./rpc-nodes/index.mjs";
2
+ //# sourceMappingURL=rpc-nodes.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc-nodes.d.mts","sourceRoot":"","sources":["../src/resources/rpc-nodes.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./rpc-nodes/index.js";
2
+ //# sourceMappingURL=rpc-nodes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc-nodes.d.ts","sourceRoot":"","sources":["../src/resources/rpc-nodes.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const tslib_1 = require("../internal/tslib.js");
5
+ tslib_1.__exportStar(require("./rpc-nodes/index.js"), exports);
6
+ //# sourceMappingURL=rpc-nodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc-nodes.js","sourceRoot":"","sources":["../src/resources/rpc-nodes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,+DAAkC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./rpc-nodes/index.mjs";
3
+ //# sourceMappingURL=rpc-nodes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rpc-nodes.mjs","sourceRoot":"","sources":["../src/resources/rpc-nodes.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
package/src/client.ts CHANGED
@@ -5,7 +5,6 @@ import type { HTTPMethod, PromiseOrValue, MergedRequestInit, FinalizedRequestIni
5
5
  import { uuid4 } from './internal/utils/uuid';
6
6
  import { validatePositiveInteger, isAbsoluteURL, safeJSON } from './internal/utils/values';
7
7
  import { sleep } from './internal/utils/sleep';
8
- import { type Logger, type LogLevel, parseLogLevel } from './internal/utils/log';
9
8
  export type { Logger, LogLevel } from './internal/utils/log';
10
9
  import { castToError, isAbortError } from './internal/errors';
11
10
  import type { APIResponseProps } from './internal/parse';
@@ -17,17 +16,24 @@ import * as Errors from './core/error';
17
16
  import * as Uploads from './core/uploads';
18
17
  import * as API from './resources/index';
19
18
  import { APIPromise } from './core/api-promise';
20
- import { type Fetch } from './internal/builtin-types';
21
- import { HeadersLike, NullableHeaders, buildHeaders } from './internal/headers';
22
- import { FinalRequestOptions, RequestOptions } from './internal/request-options';
23
19
  import { APIKeys } from './resources/api-keys';
24
20
  import { Operations } from './resources/operations';
25
21
  import { UserResource } from './resources/user';
26
- import { readEnv } from './internal/utils/env';
27
- import { formatRequestDetails, loggerFor } from './internal/utils/log';
28
- import { isEmptyObj } from './internal/utils/values';
29
22
  import { Compute } from './resources/compute/compute';
30
23
  import { Networking } from './resources/networking/networking';
24
+ import { RPCNodes } from './resources/rpc-nodes/rpc-nodes';
25
+ import { type Fetch } from './internal/builtin-types';
26
+ import { HeadersLike, NullableHeaders, buildHeaders } from './internal/headers';
27
+ import { FinalRequestOptions, RequestOptions } from './internal/request-options';
28
+ import { readEnv } from './internal/utils/env';
29
+ import {
30
+ type LogLevel,
31
+ type Logger,
32
+ formatRequestDetails,
33
+ loggerFor,
34
+ parseLogLevel,
35
+ } from './internal/utils/log';
36
+ import { isEmptyObj } from './internal/utils/values';
31
37
 
32
38
  export interface ClientOptions {
33
39
  /**
@@ -180,12 +186,20 @@ export class NirvanaLabs {
180
186
  timeout: this.timeout,
181
187
  logger: this.logger,
182
188
  logLevel: this.logLevel,
189
+ fetch: this.fetch,
183
190
  fetchOptions: this.fetchOptions,
184
191
  apiKey: this.apiKey,
185
192
  ...options,
186
193
  });
187
194
  }
188
195
 
196
+ /**
197
+ * Check whether the base URL is set to its default.
198
+ */
199
+ #baseURLOverridden(): boolean {
200
+ return this.baseURL !== 'https://api.nirvanalabs.io/';
201
+ }
202
+
189
203
  protected defaultQuery(): Record<string, string | undefined> | undefined {
190
204
  return this._options.defaultQuery;
191
205
  }
@@ -235,11 +249,16 @@ export class NirvanaLabs {
235
249
  return Errors.APIError.generate(status, error, message, headers);
236
250
  }
237
251
 
238
- buildURL(path: string, query: Record<string, unknown> | null | undefined): string {
252
+ buildURL(
253
+ path: string,
254
+ query: Record<string, unknown> | null | undefined,
255
+ defaultBaseURL?: string | undefined,
256
+ ): string {
257
+ const baseURL = (!this.#baseURLOverridden() && defaultBaseURL) || this.baseURL;
239
258
  const url =
240
259
  isAbsoluteURL(path) ?
241
260
  new URL(path)
242
- : new URL(this.baseURL + (this.baseURL.endsWith('/') && path.startsWith('/') ? path.slice(1) : path));
261
+ : new URL(baseURL + (baseURL.endsWith('/') && path.startsWith('/') ? path.slice(1) : path));
243
262
 
244
263
  const defaultQuery = this.defaultQuery();
245
264
  if (!isEmptyObj(defaultQuery)) {
@@ -580,9 +599,9 @@ export class NirvanaLabs {
580
599
  { retryCount = 0 }: { retryCount?: number } = {},
581
600
  ): { req: FinalizedRequestInit; url: string; timeout: number } {
582
601
  const options = { ...inputOptions };
583
- const { method, path, query } = options;
602
+ const { method, path, query, defaultBaseURL } = options;
584
603
 
585
- const url = this.buildURL(path!, query as Record<string, unknown>);
604
+ const url = this.buildURL(path!, query as Record<string, unknown>, defaultBaseURL);
586
605
  if ('timeout' in options) validatePositiveInteger('timeout', options.timeout);
587
606
  options.timeout = options.timeout ?? this.timeout;
588
607
  const { bodyHeaders, body } = this.buildBody({ options });
@@ -700,12 +719,14 @@ export class NirvanaLabs {
700
719
  operations: API.Operations = new API.Operations(this);
701
720
  compute: API.Compute = new API.Compute(this);
702
721
  networking: API.Networking = new API.Networking(this);
722
+ rpcNodes: API.RPCNodes = new API.RPCNodes(this);
703
723
  }
704
724
  NirvanaLabs.UserResource = UserResource;
705
725
  NirvanaLabs.APIKeys = APIKeys;
706
726
  NirvanaLabs.Operations = Operations;
707
727
  NirvanaLabs.Compute = Compute;
708
728
  NirvanaLabs.Networking = Networking;
729
+ NirvanaLabs.RPCNodes = RPCNodes;
709
730
  export declare namespace NirvanaLabs {
710
731
  export type RequestOptions = Opts.RequestOptions;
711
732
 
@@ -719,6 +740,8 @@ export declare namespace NirvanaLabs {
719
740
 
720
741
  export { Networking as Networking };
721
742
 
743
+ export { RPCNodes as RPCNodes };
744
+
722
745
  export type RegionName = API.RegionName;
723
746
  export type ResourceStatus = API.ResourceStatus;
724
747
  }
@@ -20,6 +20,7 @@ export type RequestOptions = {
20
20
  fetchOptions?: MergedRequestInit;
21
21
  signal?: AbortSignal | undefined | null;
22
22
  idempotencyKey?: string;
23
+ defaultBaseURL?: string | undefined;
23
24
 
24
25
  __binaryResponse?: boolean | undefined;
25
26
  };
@@ -5,4 +5,5 @@ export { APIKeys } from './api-keys';
5
5
  export { Compute } from './compute/compute';
6
6
  export { Networking } from './networking/networking';
7
7
  export { Operations } from './operations';
8
+ export { RPCNodes } from './rpc-nodes/rpc-nodes';
8
9
  export { UserResource } from './user';
@@ -0,0 +1,15 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import * as FlexAPI from './flex';
5
+ import { APIPromise } from '../../../core/api-promise';
6
+ import { RequestOptions } from '../../../internal/request-options';
7
+
8
+ export class Blockchains extends APIResource {
9
+ /**
10
+ * List all Flex Blockchains
11
+ */
12
+ list(options?: RequestOptions): APIPromise<FlexAPI.RPCNodesFlexBlockchainList> {
13
+ return this._client.get('/v1/rpc_nodes/flex/blockchains', options);
14
+ }
15
+ }
@@ -0,0 +1,72 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import * as BlockchainsAPI from './blockchains';
5
+ import { Blockchains } from './blockchains';
6
+ import { APIPromise } from '../../../core/api-promise';
7
+ import { RequestOptions } from '../../../internal/request-options';
8
+ import { path } from '../../../internal/utils/path';
9
+
10
+ export class Flex extends APIResource {
11
+ blockchains: BlockchainsAPI.Blockchains = new BlockchainsAPI.Blockchains(this._client);
12
+
13
+ /**
14
+ * List all RPC Node Flex you created
15
+ */
16
+ list(options?: RequestOptions): APIPromise<RPCNodesFlexList> {
17
+ return this._client.get('/v1/rpc_nodes/flex', options);
18
+ }
19
+
20
+ /**
21
+ * Get details about an RPC Node Flex
22
+ */
23
+ get(nodeID: string, options?: RequestOptions): APIPromise<RPCNodesFlex> {
24
+ return this._client.get(path`/v1/rpc_nodes/flex/${nodeID}`, options);
25
+ }
26
+ }
27
+
28
+ export interface RPCNodesFlex {
29
+ id: string;
30
+
31
+ blockchain: string;
32
+
33
+ created_at: string;
34
+
35
+ name: string;
36
+
37
+ network: string;
38
+
39
+ updated_at: string;
40
+
41
+ user_id: string;
42
+ }
43
+
44
+ /**
45
+ * Blockchain supported by the API.
46
+ */
47
+ export interface RPCNodesFlexBlockchain {
48
+ blockchain: string;
49
+
50
+ network: string;
51
+ }
52
+
53
+ export interface RPCNodesFlexBlockchainList {
54
+ items: Array<RPCNodesFlexBlockchain>;
55
+ }
56
+
57
+ export interface RPCNodesFlexList {
58
+ items: Array<RPCNodesFlex>;
59
+ }
60
+
61
+ Flex.Blockchains = Blockchains;
62
+
63
+ export declare namespace Flex {
64
+ export {
65
+ type RPCNodesFlex as RPCNodesFlex,
66
+ type RPCNodesFlexBlockchain as RPCNodesFlexBlockchain,
67
+ type RPCNodesFlexBlockchainList as RPCNodesFlexBlockchainList,
68
+ type RPCNodesFlexList as RPCNodesFlexList,
69
+ };
70
+
71
+ export { Blockchains as Blockchains };
72
+ }
@@ -0,0 +1,10 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export { Blockchains } from './blockchains';
4
+ export {
5
+ Flex,
6
+ type RPCNodesFlex,
7
+ type RPCNodesFlexBlockchain,
8
+ type RPCNodesFlexBlockchainList,
9
+ type RPCNodesFlexList,
10
+ } from './flex';
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './flex/index';
@@ -0,0 +1,10 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export {
4
+ Flex,
5
+ type RPCNodesFlex,
6
+ type RPCNodesFlexBlockchain,
7
+ type RPCNodesFlexBlockchainList,
8
+ type RPCNodesFlexList,
9
+ } from './flex/index';
10
+ export { RPCNodes } from './rpc-nodes';
@@ -0,0 +1,27 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../core/resource';
4
+ import * as FlexAPI from './flex/flex';
5
+ import {
6
+ Flex,
7
+ RPCNodesFlex,
8
+ RPCNodesFlexBlockchain,
9
+ RPCNodesFlexBlockchainList,
10
+ RPCNodesFlexList,
11
+ } from './flex/flex';
12
+
13
+ export class RPCNodes extends APIResource {
14
+ flex: FlexAPI.Flex = new FlexAPI.Flex(this._client);
15
+ }
16
+
17
+ RPCNodes.Flex = Flex;
18
+
19
+ export declare namespace RPCNodes {
20
+ export {
21
+ Flex as Flex,
22
+ type RPCNodesFlex as RPCNodesFlex,
23
+ type RPCNodesFlexBlockchain as RPCNodesFlexBlockchain,
24
+ type RPCNodesFlexBlockchainList as RPCNodesFlexBlockchainList,
25
+ type RPCNodesFlexList as RPCNodesFlexList,
26
+ };
27
+ }
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ export * from './rpc-nodes/index';
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.5.1'; // x-release-please-version
1
+ export const VERSION = '1.6.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.5.1";
1
+ export declare const VERSION = "1.6.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.5.1";
1
+ export declare const VERSION = "1.6.0";
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.5.1'; // x-release-please-version
4
+ exports.VERSION = '1.6.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.5.1'; // x-release-please-version
1
+ export const VERSION = '1.6.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map