zorihq 0.11.0 → 0.11.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.
Files changed (112) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
  3. package/resources/v1/index.d.mts +1 -1
  4. package/resources/v1/index.d.ts +1 -1
  5. package/resources/v1/index.js +4 -4
  6. package/resources/v1/index.js.map +1 -1
  7. package/resources/v1/index.mjs +1 -1
  8. package/resources/v1/payment-providers/index.d.mts +3 -0
  9. package/resources/v1/payment-providers/index.d.mts.map +1 -0
  10. package/resources/v1/payment-providers/index.d.ts +3 -0
  11. package/resources/v1/payment-providers/index.d.ts.map +1 -0
  12. package/resources/v1/payment-providers/index.js +9 -0
  13. package/resources/v1/payment-providers/index.js.map +1 -0
  14. package/resources/v1/payment-providers/index.mjs +4 -0
  15. package/resources/v1/payment-providers/index.mjs.map +1 -0
  16. package/resources/v1/payment-providers/payment-providers.d.mts +154 -0
  17. package/resources/v1/payment-providers/payment-providers.d.mts.map +1 -0
  18. package/resources/v1/payment-providers/payment-providers.d.ts +154 -0
  19. package/resources/v1/payment-providers/payment-providers.d.ts.map +1 -0
  20. package/resources/v1/payment-providers/payment-providers.js +98 -0
  21. package/resources/v1/payment-providers/payment-providers.js.map +1 -0
  22. package/resources/v1/payment-providers/payment-providers.mjs +93 -0
  23. package/resources/v1/payment-providers/payment-providers.mjs.map +1 -0
  24. package/resources/v1/payment-providers/stripe/app.d.mts +39 -0
  25. package/resources/v1/payment-providers/stripe/app.d.mts.map +1 -0
  26. package/resources/v1/payment-providers/stripe/app.d.ts +39 -0
  27. package/resources/v1/payment-providers/stripe/app.d.ts.map +1 -0
  28. package/resources/v1/payment-providers/stripe/app.js +24 -0
  29. package/resources/v1/payment-providers/stripe/app.js.map +1 -0
  30. package/resources/v1/payment-providers/stripe/app.mjs +20 -0
  31. package/resources/v1/payment-providers/stripe/app.mjs.map +1 -0
  32. package/resources/v1/payment-providers/stripe/index.d.mts +3 -0
  33. package/resources/v1/payment-providers/stripe/index.d.mts.map +1 -0
  34. package/resources/v1/payment-providers/stripe/index.d.ts +3 -0
  35. package/resources/v1/payment-providers/stripe/index.d.ts.map +1 -0
  36. package/resources/v1/payment-providers/stripe/index.js +9 -0
  37. package/resources/v1/payment-providers/stripe/index.js.map +1 -0
  38. package/resources/v1/payment-providers/stripe/index.mjs +4 -0
  39. package/resources/v1/payment-providers/stripe/index.mjs.map +1 -0
  40. package/resources/v1/payment-providers/stripe/stripe.d.mts +10 -0
  41. package/resources/v1/payment-providers/stripe/stripe.d.mts.map +1 -0
  42. package/resources/v1/payment-providers/stripe/stripe.d.ts +10 -0
  43. package/resources/v1/payment-providers/stripe/stripe.d.ts.map +1 -0
  44. package/resources/v1/payment-providers/stripe/stripe.js +17 -0
  45. package/resources/v1/payment-providers/stripe/stripe.js.map +1 -0
  46. package/resources/v1/payment-providers/stripe/stripe.mjs +12 -0
  47. package/resources/v1/payment-providers/stripe/stripe.mjs.map +1 -0
  48. package/resources/v1/payment-providers/stripe.d.mts +2 -0
  49. package/resources/v1/payment-providers/stripe.d.mts.map +1 -0
  50. package/resources/v1/payment-providers/stripe.d.ts +2 -0
  51. package/resources/v1/payment-providers/stripe.d.ts.map +1 -0
  52. package/resources/v1/payment-providers/stripe.js +6 -0
  53. package/resources/v1/payment-providers/stripe.js.map +1 -0
  54. package/resources/v1/payment-providers/stripe.mjs +3 -0
  55. package/resources/v1/payment-providers/stripe.mjs.map +1 -0
  56. package/resources/v1/payment-providers.d.mts +1 -149
  57. package/resources/v1/payment-providers.d.mts.map +1 -1
  58. package/resources/v1/payment-providers.d.ts +1 -149
  59. package/resources/v1/payment-providers.d.ts.map +1 -1
  60. package/resources/v1/payment-providers.js +2 -86
  61. package/resources/v1/payment-providers.js.map +1 -1
  62. package/resources/v1/payment-providers.mjs +1 -84
  63. package/resources/v1/payment-providers.mjs.map +1 -1
  64. package/resources/v1/revenue/cohort.d.mts +84 -0
  65. package/resources/v1/revenue/cohort.d.mts.map +1 -0
  66. package/resources/v1/revenue/cohort.d.ts +84 -0
  67. package/resources/v1/revenue/cohort.d.ts.map +1 -0
  68. package/resources/v1/revenue/cohort.js +24 -0
  69. package/resources/v1/revenue/cohort.js.map +1 -0
  70. package/resources/v1/revenue/cohort.mjs +20 -0
  71. package/resources/v1/revenue/cohort.mjs.map +1 -0
  72. package/resources/v1/revenue/index.d.mts +1 -0
  73. package/resources/v1/revenue/index.d.mts.map +1 -1
  74. package/resources/v1/revenue/index.d.ts +1 -0
  75. package/resources/v1/revenue/index.d.ts.map +1 -1
  76. package/resources/v1/revenue/index.js +3 -1
  77. package/resources/v1/revenue/index.js.map +1 -1
  78. package/resources/v1/revenue/index.mjs +1 -0
  79. package/resources/v1/revenue/index.mjs.map +1 -1
  80. package/resources/v1/revenue/revenue.d.mts +15 -0
  81. package/resources/v1/revenue/revenue.d.mts.map +1 -1
  82. package/resources/v1/revenue/revenue.d.ts +15 -0
  83. package/resources/v1/revenue/revenue.d.ts.map +1 -1
  84. package/resources/v1/revenue/revenue.js +4 -0
  85. package/resources/v1/revenue/revenue.js.map +1 -1
  86. package/resources/v1/revenue/revenue.mjs +4 -0
  87. package/resources/v1/revenue/revenue.mjs.map +1 -1
  88. package/resources/v1/v1.d.mts +2 -2
  89. package/resources/v1/v1.d.mts.map +1 -1
  90. package/resources/v1/v1.d.ts +2 -2
  91. package/resources/v1/v1.d.ts.map +1 -1
  92. package/resources/v1/v1.js +2 -2
  93. package/resources/v1/v1.js.map +1 -1
  94. package/resources/v1/v1.mjs +2 -2
  95. package/resources/v1/v1.mjs.map +1 -1
  96. package/src/resources/v1/index.ts +1 -1
  97. package/src/resources/v1/payment-providers/index.ts +17 -0
  98. package/src/resources/v1/payment-providers/payment-providers.ts +238 -0
  99. package/src/resources/v1/payment-providers/stripe/app.ts +56 -0
  100. package/src/resources/v1/payment-providers/stripe/index.ts +4 -0
  101. package/src/resources/v1/payment-providers/stripe/stripe.ts +19 -0
  102. package/src/resources/v1/payment-providers/stripe.ts +3 -0
  103. package/src/resources/v1/payment-providers.ts +1 -228
  104. package/src/resources/v1/revenue/cohort.ts +111 -0
  105. package/src/resources/v1/revenue/index.ts +1 -0
  106. package/src/resources/v1/revenue/revenue.ts +23 -0
  107. package/src/resources/v1/v1.ts +15 -15
  108. package/src/version.ts +1 -1
  109. package/version.d.mts +1 -1
  110. package/version.d.ts +1 -1
  111. package/version.js +1 -1
  112. package/version.mjs +1 -1
@@ -1,230 +1,3 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { APIResource } from '../../core/resource';
4
- import { APIPromise } from '../../core/api-promise';
5
- import { RequestOptions } from '../../internal/request-options';
6
- import { path } from '../../internal/utils/path';
7
-
8
- export class PaymentProviders extends APIResource {
9
- /**
10
- * Connect a new payment provider to a project
11
- *
12
- * @example
13
- * ```ts
14
- * const paymentProviderResponse =
15
- * await client.v1.paymentProviders.create({
16
- * api_key: 'sk_test_xxxxx',
17
- * project_id: '550e8400-e29b-41d4-a716-446655440000',
18
- * provider_type: 'stripe',
19
- * webhook_secret: 'whsec_xxxxx',
20
- * });
21
- * ```
22
- */
23
- create(body: PaymentProviderCreateParams, options?: RequestOptions): APIPromise<PaymentProviderResponse> {
24
- return this._client.post('/api/v1/payment-providers', { body, ...options });
25
- }
26
-
27
- /**
28
- * Update payment provider credentials or settings
29
- *
30
- * @example
31
- * ```ts
32
- * const paymentProviderResponse =
33
- * await client.v1.paymentProviders.update('id');
34
- * ```
35
- */
36
- update(
37
- id: string,
38
- body: PaymentProviderUpdateParams,
39
- options?: RequestOptions,
40
- ): APIPromise<PaymentProviderResponse> {
41
- return this._client.put(path`/api/v1/payment-providers/${id}`, { body, ...options });
42
- }
43
-
44
- /**
45
- * Get all payment providers for the organization
46
- *
47
- * @example
48
- * ```ts
49
- * const listPaymentProvidersResponse =
50
- * await client.v1.paymentProviders.list();
51
- * ```
52
- */
53
- list(
54
- query: PaymentProviderListParams | null | undefined = {},
55
- options?: RequestOptions,
56
- ): APIPromise<ListPaymentProvidersResponse> {
57
- return this._client.get('/api/v1/payment-providers', { query, ...options });
58
- }
59
-
60
- /**
61
- * Disconnect a payment provider from a project
62
- *
63
- * @example
64
- * ```ts
65
- * const paymentProvider =
66
- * await client.v1.paymentProviders.delete('id');
67
- * ```
68
- */
69
- delete(id: string, options?: RequestOptions): APIPromise<PaymentProviderDeleteResponse> {
70
- return this._client.delete(path`/api/v1/payment-providers/${id}`, options);
71
- }
72
-
73
- /**
74
- * Get a single payment provider by ID
75
- *
76
- * @example
77
- * ```ts
78
- * const paymentProviderResponse =
79
- * await client.v1.paymentProviders.get('id');
80
- * ```
81
- */
82
- get(id: string, options?: RequestOptions): APIPromise<PaymentProviderResponse> {
83
- return this._client.get(path`/api/v1/payment-providers/${id}`, options);
84
- }
85
-
86
- /**
87
- * Get instructions for connecting a payment provider (OAuth URL or manual
88
- * credentials)
89
- *
90
- * @example
91
- * ```ts
92
- * const providerInstructionsResponse =
93
- * await client.v1.paymentProviders.instructions({
94
- * provider_type: 'stripe',
95
- * });
96
- * ```
97
- */
98
- instructions(
99
- query: PaymentProviderInstructionsParams,
100
- options?: RequestOptions,
101
- ): APIPromise<ProviderInstructionsResponse> {
102
- return this._client.get('/api/v1/payment-providers/instructions', { query, ...options });
103
- }
104
- }
105
-
106
- export interface CreatePaymentProviderRequest {
107
- api_key: string;
108
-
109
- project_id: string;
110
-
111
- provider_type: 'stripe' | 'paddle' | 'paypal' | 'lemon_squeezy' | 'square';
112
-
113
- webhook_secret: string;
114
- }
115
-
116
- export interface ListPaymentProvidersResponse {
117
- providers?: Array<PaymentProviderResponse>;
118
-
119
- total?: number;
120
- }
121
-
122
- export interface PaymentProviderResponse {
123
- id?: string;
124
-
125
- created_at?: string;
126
-
127
- is_active?: boolean;
128
-
129
- last_synced_at?: string;
130
-
131
- organization_id?: string;
132
-
133
- project_id?: string;
134
-
135
- provider_type?: 'stripe' | 'paddle' | 'paypal' | 'lemon_squeezy' | 'square';
136
-
137
- updated_at?: string;
138
- }
139
-
140
- export interface ProviderField {
141
- help_text?: string;
142
-
143
- label?: string;
144
-
145
- name?: string;
146
-
147
- placeholder?: string;
148
-
149
- required?: boolean;
150
-
151
- type?: string;
152
- }
153
-
154
- export interface ProviderInstructionsResponse {
155
- /**
156
- * "oauth" or "manual"
157
- */
158
- connection_method?: string;
159
-
160
- fields?: Array<ProviderField>;
161
-
162
- instructions?: string;
163
-
164
- oauth_url?: string;
165
-
166
- provider_type?: 'stripe' | 'paddle' | 'paypal' | 'lemon_squeezy' | 'square';
167
- }
168
-
169
- export interface UpdatePaymentProviderRequest {
170
- api_key?: string;
171
-
172
- is_active?: boolean;
173
-
174
- webhook_secret?: string;
175
- }
176
-
177
- export type PaymentProviderDeleteResponse = { [key: string]: string };
178
-
179
- export interface PaymentProviderCreateParams {
180
- api_key: string;
181
-
182
- project_id: string;
183
-
184
- provider_type: 'stripe' | 'paddle' | 'paypal' | 'lemon_squeezy' | 'square';
185
-
186
- webhook_secret: string;
187
- }
188
-
189
- export interface PaymentProviderUpdateParams {
190
- api_key?: string;
191
-
192
- is_active?: boolean;
193
-
194
- webhook_secret?: string;
195
- }
196
-
197
- export interface PaymentProviderListParams {
198
- /**
199
- * Filter by project ID
200
- */
201
- project_id?: string;
202
- }
203
-
204
- export interface PaymentProviderInstructionsParams {
205
- /**
206
- * Provider type
207
- */
208
- provider_type: 'stripe' | 'paddle' | 'paypal' | 'lemon_squeezy' | 'square';
209
-
210
- /**
211
- * Project ID (required for Stripe Connect)
212
- */
213
- project_id?: string;
214
- }
215
-
216
- export declare namespace PaymentProviders {
217
- export {
218
- type CreatePaymentProviderRequest as CreatePaymentProviderRequest,
219
- type ListPaymentProvidersResponse as ListPaymentProvidersResponse,
220
- type PaymentProviderResponse as PaymentProviderResponse,
221
- type ProviderField as ProviderField,
222
- type ProviderInstructionsResponse as ProviderInstructionsResponse,
223
- type UpdatePaymentProviderRequest as UpdatePaymentProviderRequest,
224
- type PaymentProviderDeleteResponse as PaymentProviderDeleteResponse,
225
- type PaymentProviderCreateParams as PaymentProviderCreateParams,
226
- type PaymentProviderUpdateParams as PaymentProviderUpdateParams,
227
- type PaymentProviderListParams as PaymentProviderListParams,
228
- type PaymentProviderInstructionsParams as PaymentProviderInstructionsParams,
229
- };
230
- }
3
+ export * from './payment-providers/index';
@@ -0,0 +1,111 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { APIResource } from '../../../core/resource';
4
+ import { APIPromise } from '../../../core/api-promise';
5
+ import { RequestOptions } from '../../../internal/request-options';
6
+
7
+ export class Cohort extends APIResource {
8
+ /**
9
+ * Analyze revenue metrics for a specific cohort of visitors, including total
10
+ * revenue, conversion rates, and time to first purchase
11
+ *
12
+ * @example
13
+ * ```ts
14
+ * const response = await client.v1.revenue.cohort.getMetrics({
15
+ * project_id: 'project_id',
16
+ * visitor_ids: ['string'],
17
+ * });
18
+ * ```
19
+ */
20
+ getMetrics(body: CohortGetMetricsParams, options?: RequestOptions): APIPromise<CohortGetMetricsResponse> {
21
+ return this._client.post('/api/v1/revenue/cohort/metrics', { body, ...options });
22
+ }
23
+ }
24
+
25
+ export interface CohortGetMetricsResponse {
26
+ /**
27
+ * Customers with only visitor_id
28
+ */
29
+ anonymous_customers?: number;
30
+
31
+ avg_order_value?: number;
32
+
33
+ avg_payments_per_customer?: number;
34
+
35
+ avg_revenue_per_customer?: number;
36
+
37
+ avg_revenue_per_visitor?: number;
38
+
39
+ /**
40
+ * Time metrics
41
+ */
42
+ avg_time_to_first_purchase_hours?: number;
43
+
44
+ /**
45
+ * paying_customers / total_customers \* 100
46
+ */
47
+ conversion_rate?: number;
48
+
49
+ currency?: string;
50
+
51
+ /**
52
+ * Customer identity mapping
53
+ */
54
+ identified_customers?: number;
55
+
56
+ /**
57
+ * Median time to first payment
58
+ */
59
+ median_time_to_first_purchase_hours?: number;
60
+
61
+ /**
62
+ * Unique customer identities who made payments
63
+ */
64
+ paying_customers?: number;
65
+
66
+ /**
67
+ * Total unique customer identities in cohort
68
+ */
69
+ total_customers?: number;
70
+
71
+ /**
72
+ * Payment metrics
73
+ */
74
+ total_payments?: number;
75
+
76
+ /**
77
+ * Revenue metrics
78
+ */
79
+ total_revenue?: number;
80
+
81
+ /**
82
+ * Cohort size
83
+ */
84
+ total_visitors?: number;
85
+
86
+ /**
87
+ * paying_customers / total_visitors \* 100
88
+ */
89
+ visitor_conversion_rate?: number;
90
+ }
91
+
92
+ export interface CohortGetMetricsParams {
93
+ project_id: string;
94
+
95
+ /**
96
+ * List of visitor IDs to analyze
97
+ */
98
+ visitor_ids: Array<string>;
99
+
100
+ /**
101
+ * Optional: filter by payment date
102
+ */
103
+ time_range?: 'last_hour' | 'today' | 'last_7_days' | 'last_30_days' | 'last_90_days';
104
+ }
105
+
106
+ export declare namespace Cohort {
107
+ export {
108
+ type CohortGetMetricsResponse as CohortGetMetricsResponse,
109
+ type CohortGetMetricsParams as CohortGetMetricsParams,
110
+ };
111
+ }
@@ -1,6 +1,7 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  export { Attribution, type AttributionByOriginParams, type AttributionByUtmParams } from './attribution';
4
+ export { Cohort, type CohortGetMetricsResponse, type CohortGetMetricsParams } from './cohort';
4
5
  export { Conversion, type ConversionMetricsParams } from './conversion';
5
6
  export { Customers, type CustomerProfileParams, type CustomerTopParams } from './customers';
6
7
  export {
@@ -3,6 +3,8 @@
3
3
  import { APIResource } from '../../../core/resource';
4
4
  import * as AttributionAPI from './attribution';
5
5
  import { Attribution, AttributionByOriginParams, AttributionByUtmParams } from './attribution';
6
+ import * as CohortAPI from './cohort';
7
+ import { Cohort, CohortGetMetricsParams, CohortGetMetricsResponse } from './cohort';
6
8
  import * as ConversionAPI from './conversion';
7
9
  import { Conversion, ConversionMetricsParams } from './conversion';
8
10
  import * as CustomersAPI from './customers';
@@ -14,6 +16,7 @@ export class Revenue extends APIResource {
14
16
  attribution: AttributionAPI.Attribution = new AttributionAPI.Attribution(this._client);
15
17
  customers: CustomersAPI.Customers = new CustomersAPI.Customers(this._client);
16
18
  conversion: ConversionAPI.Conversion = new ConversionAPI.Conversion(this._client);
19
+ cohort: CohortAPI.Cohort = new CohortAPI.Cohort(this._client);
17
20
 
18
21
  /**
19
22
  * Get key revenue metrics including total revenue, conversion rate, and average
@@ -258,6 +261,11 @@ export interface TopCustomer {
258
261
 
259
262
  currency?: string;
260
263
 
264
+ /**
265
+ * Resolved customer identity (user_id > external_id > visitor_id)
266
+ */
267
+ customer_id?: string;
268
+
261
269
  email?: string;
262
270
 
263
271
  external_id?: string;
@@ -281,7 +289,15 @@ export interface TopCustomer {
281
289
 
282
290
  user_id?: string;
283
291
 
292
+ /**
293
+ * Representative visitor_id for this customer
294
+ */
284
295
  visitor_id?: string;
296
+
297
+ /**
298
+ * All visitor_ids for this customer
299
+ */
300
+ visitor_ids?: Array<string>;
285
301
  }
286
302
 
287
303
  export interface TopCustomersResponse {
@@ -346,6 +362,7 @@ export interface RevenueTimelineParams {
346
362
  Revenue.Attribution = Attribution;
347
363
  Revenue.Customers = Customers;
348
364
  Revenue.Conversion = Conversion;
365
+ Revenue.Cohort = Cohort;
349
366
 
350
367
  export declare namespace Revenue {
351
368
  export {
@@ -379,4 +396,10 @@ export declare namespace Revenue {
379
396
  };
380
397
 
381
398
  export { Conversion as Conversion, type ConversionMetricsParams as ConversionMetricsParams };
399
+
400
+ export {
401
+ Cohort as Cohort,
402
+ type CohortGetMetricsResponse as CohortGetMetricsResponse,
403
+ type CohortGetMetricsParams as CohortGetMetricsParams,
404
+ };
382
405
  }
@@ -3,21 +3,6 @@
3
3
  import { APIResource } from '../../core/resource';
4
4
  import * as AuthAPI from './auth';
5
5
  import { Auth, AuthLoginParams, LoginRequest, LoginResponse } from './auth';
6
- import * as PaymentProvidersAPI from './payment-providers';
7
- import {
8
- CreatePaymentProviderRequest,
9
- ListPaymentProvidersResponse,
10
- PaymentProviderCreateParams,
11
- PaymentProviderDeleteResponse,
12
- PaymentProviderInstructionsParams,
13
- PaymentProviderListParams,
14
- PaymentProviderResponse,
15
- PaymentProviderUpdateParams,
16
- PaymentProviders,
17
- ProviderField,
18
- ProviderInstructionsResponse,
19
- UpdatePaymentProviderRequest,
20
- } from './payment-providers';
21
6
  import * as ProjectsAPI from './projects';
22
7
  import {
23
8
  CreateProjectRequest,
@@ -62,6 +47,21 @@ import {
62
47
  VisitorsByDeviceResponse,
63
48
  VisitorsByOriginResponse,
64
49
  } from './analytics/analytics';
50
+ import * as PaymentProvidersAPI from './payment-providers/payment-providers';
51
+ import {
52
+ CreatePaymentProviderRequest,
53
+ ListPaymentProvidersResponse,
54
+ PaymentProviderCreateParams,
55
+ PaymentProviderDeleteResponse,
56
+ PaymentProviderInstructionsParams,
57
+ PaymentProviderListParams,
58
+ PaymentProviderResponse,
59
+ PaymentProviderUpdateParams,
60
+ PaymentProviders,
61
+ ProviderField,
62
+ ProviderInstructionsResponse,
63
+ UpdatePaymentProviderRequest,
64
+ } from './payment-providers/payment-providers';
65
65
  import * as RevenueAPI from './revenue/revenue';
66
66
  import {
67
67
  AttributionByOriginResponse,
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.11.0'; // x-release-please-version
1
+ export const VERSION = '0.11.1'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.11.0";
1
+ export declare const VERSION = "0.11.1";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.11.0";
1
+ export declare const VERSION = "0.11.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 = '0.11.0'; // x-release-please-version
4
+ exports.VERSION = '0.11.1'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.11.0'; // x-release-please-version
1
+ export const VERSION = '0.11.1'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map