Skip to content

Commit 4e905b4

Browse files
authored
Merge pull request #11 from flowglad/release-please--branches--main--changes--next--components--node
release: 0.1.0-alpha.2
2 parents 600158c + 8a2c94c commit 4e905b4

34 files changed

+5701
-1113
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.1"
2+
".": "0.1.0-alpha.2"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
configured_endpoints: 11
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/flowglad%2Fflowglad-cbe092963a0dbbc2eddd8cd406d288a766607a771441afb939424b13e2895151.yml
1+
configured_endpoints: 29
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/flowglad%2Fflowglad-d1517f554088547176df5fab50a26d0562683f1b062530fe4f7d38076f341b27.yml

CHANGELOG.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,43 @@
11
# Changelog
22

3+
## 0.1.0-alpha.2 (2025-02-18)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v0.1.0-alpha.2](https://github.com/flowglad/flowglad-node/compare/v0.1.0-alpha.1...v0.1.0-alpha.2)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#13](https://github.com/flowglad/flowglad-node/issues/13)) ([37db566](https://github.com/flowglad/flowglad-node/commit/37db5661f576ac5c87825e9cfac27bc703627bde))
10+
* **api:** manual updates ([#14](https://github.com/flowglad/flowglad-node/issues/14)) ([a27b272](https://github.com/flowglad/flowglad-node/commit/a27b2727b1015840ae0856696c25acb6a97399d7))
11+
* **api:** manual updates ([#15](https://github.com/flowglad/flowglad-node/issues/15)) ([fb3698c](https://github.com/flowglad/flowglad-node/commit/fb3698cecdd1e0768ed96c8af34ee4be775ffb50))
12+
* **api:** manual updates ([#16](https://github.com/flowglad/flowglad-node/issues/16)) ([3efc62d](https://github.com/flowglad/flowglad-node/commit/3efc62d568c6bd7d4acf0bd7f8340ffe36848351))
13+
* **api:** manual updates ([#20](https://github.com/flowglad/flowglad-node/issues/20)) ([b249e61](https://github.com/flowglad/flowglad-node/commit/b249e6128e58279eb762ac76262c27708c228311))
14+
* **api:** manual updates ([#21](https://github.com/flowglad/flowglad-node/issues/21)) ([6ec9521](https://github.com/flowglad/flowglad-node/commit/6ec95217b2729a72b0c30af6ca17f3c1cfe4d489))
15+
* **api:** manual updates ([#22](https://github.com/flowglad/flowglad-node/issues/22)) ([3f416e7](https://github.com/flowglad/flowglad-node/commit/3f416e7bc65f1a2848c1342c022fc273c5cfa2a6))
16+
* **api:** manual updates ([#23](https://github.com/flowglad/flowglad-node/issues/23)) ([f095ec1](https://github.com/flowglad/flowglad-node/commit/f095ec1d3729035f06ba8fea1f3f9cec7dc9f0b7))
17+
* **api:** manual updates ([#25](https://github.com/flowglad/flowglad-node/issues/25)) ([4473988](https://github.com/flowglad/flowglad-node/commit/4473988f0e1ccd8ec0f0a76c5b568788eaf73a27))
18+
* **api:** manual updates ([#26](https://github.com/flowglad/flowglad-node/issues/26)) ([8af9281](https://github.com/flowglad/flowglad-node/commit/8af9281b29852288f2dff4bbb240575a47b05909))
19+
* **api:** manual updates ([#27](https://github.com/flowglad/flowglad-node/issues/27)) ([1c67bba](https://github.com/flowglad/flowglad-node/commit/1c67bba77bf55a2855835d495e32798f5970190f))
20+
* **api:** manual updates ([#28](https://github.com/flowglad/flowglad-node/issues/28)) ([b7daa1f](https://github.com/flowglad/flowglad-node/commit/b7daa1f725764509732dcfbd2e47081cc0ca4052))
21+
* **client:** send `X-Stainless-Timeout` header ([#10](https://github.com/flowglad/flowglad-node/issues/10)) ([012d02c](https://github.com/flowglad/flowglad-node/commit/012d02c2061af443bbecae7cd793e9cfaf5f52a6))
22+
23+
24+
### Bug Fixes
25+
26+
* **client:** fix export map for index exports ([#12](https://github.com/flowglad/flowglad-node/issues/12)) ([fafa815](https://github.com/flowglad/flowglad-node/commit/fafa8158e5e1cfe82ec03d9674a60c75c9dc2935))
27+
28+
29+
### Chores
30+
31+
* go live ([#17](https://github.com/flowglad/flowglad-node/issues/17)) ([269268a](https://github.com/flowglad/flowglad-node/commit/269268aa16595edded2d1b8bf6fcfb613b8ed5d7))
32+
* update SDK settings ([#19](https://github.com/flowglad/flowglad-node/issues/19)) ([ed9818c](https://github.com/flowglad/flowglad-node/commit/ed9818cd54c064e1b9d513e4f25e0a6038984c84))
33+
334
## 0.1.0-alpha.1 (2025-01-24)
435

536
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/flowglad/flowglad-node/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
637

738
### Features
839

940
* **api:** clean up ambiguous types, rm installment amounts ([#7](https://github.com/flowglad/flowglad-node/issues/7)) ([4d683db](https://github.com/flowglad/flowglad-node/commit/4d683db6df39ea87f265a1c2b75cce56d50dc674))
10-
<<<<<<< HEAD
11-
=======
12-
* **api:** Config update for agreea/dev ([#8](https://github.com/flowglad/flowglad-node/issues/8)) ([5e67321](https://github.com/flowglad/flowglad-node/commit/5e6732112006af37941429877446b3435d8d3dce))
13-
>>>>>>> f1544f8fc9d31b06bc5756f15107c060ce2cfa11
1441
* **api:** Fix flowglad API key ([#5](https://github.com/flowglad/flowglad-node/issues/5)) ([8664078](https://github.com/flowglad/flowglad-node/commit/8664078e6a187fd41107c92ad218d6e4ea0c618d))
1542
* **api:** update environments ([#4](https://github.com/flowglad/flowglad-node/issues/4)) ([89660fa](https://github.com/flowglad/flowglad-node/commit/89660fa46a132f14db52872c02c8af1bd6db4d41))
1643
* **api:** update README ([#3](https://github.com/flowglad/flowglad-node/issues/3)) ([f85399a](https://github.com/flowglad/flowglad-node/commit/f85399ac9f8fcc029b94a4e5d4bef93fd9c142f8))

README.md

Lines changed: 22 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,12 @@ The full API of this library can be found in [api.md](api.md).
2222
```js
2323
import Flowglad from '@flowglad/node';
2424

25-
const client = new Flowglad({
26-
environment: 'staging', // defaults to 'production'
27-
});
25+
const client = new Flowglad();
2826

2927
async function main() {
30-
const customerProfile = await client.customerProfiles.create({
31-
customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' },
32-
});
28+
const payment = await client.payments.list();
3329

34-
console.log(customerProfile.data);
30+
console.log(payment.data);
3531
}
3632

3733
main();
@@ -45,17 +41,10 @@ This library includes TypeScript definitions for all request params and response
4541
```ts
4642
import Flowglad from '@flowglad/node';
4743

48-
const client = new Flowglad({
49-
environment: 'staging', // defaults to 'production'
50-
});
44+
const client = new Flowglad();
5145

5246
async function main() {
53-
const params: Flowglad.CustomerProfileCreateParams = {
54-
customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' },
55-
};
56-
const customerProfile: Flowglad.CustomerProfileCreateResponse = await client.customerProfiles.create(
57-
params,
58-
);
47+
const payment: Flowglad.PaymentListResponse = await client.payments.list();
5948
}
6049

6150
main();
@@ -72,17 +61,15 @@ a subclass of `APIError` will be thrown:
7261
<!-- prettier-ignore -->
7362
```ts
7463
async function main() {
75-
const customerProfile = await client.customerProfiles
76-
.create({ customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' } })
77-
.catch(async (err) => {
78-
if (err instanceof Flowglad.APIError) {
79-
console.log(err.status); // 400
80-
console.log(err.name); // BadRequestError
81-
console.log(err.headers); // {server: 'nginx', ...}
82-
} else {
83-
throw err;
84-
}
85-
});
64+
const payment = await client.payments.list().catch(async (err) => {
65+
if (err instanceof Flowglad.APIError) {
66+
console.log(err.status); // 400
67+
console.log(err.name); // BadRequestError
68+
console.log(err.headers); // {server: 'nginx', ...}
69+
} else {
70+
throw err;
71+
}
72+
});
8673
}
8774

8875
main();
@@ -117,7 +104,7 @@ const client = new Flowglad({
117104
});
118105

119106
// Or, configure per-request:
120-
await client.customerProfiles.create({ customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' } }, {
107+
await client.payments.list({
121108
maxRetries: 5,
122109
});
123110
```
@@ -134,7 +121,7 @@ const client = new Flowglad({
134121
});
135122

136123
// Override per-request:
137-
await client.customerProfiles.create({ customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' } }, {
124+
await client.payments.list({
138125
timeout: 5 * 1000,
139126
});
140127
```
@@ -155,17 +142,13 @@ You can also use the `.withResponse()` method to get the raw `Response` along wi
155142
```ts
156143
const client = new Flowglad();
157144

158-
const response = await client.customerProfiles
159-
.create({ customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' } })
160-
.asResponse();
145+
const response = await client.payments.list().asResponse();
161146
console.log(response.headers.get('X-My-Header'));
162147
console.log(response.statusText); // access the underlying Response object
163148

164-
const { data: customerProfile, response: raw } = await client.customerProfiles
165-
.create({ customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' } })
166-
.withResponse();
149+
const { data: payment, response: raw } = await client.payments.list().withResponse();
167150
console.log(raw.headers.get('X-My-Header'));
168-
console.log(customerProfile.data);
151+
console.log(payment.data);
169152
```
170153

171154
### Making custom/undocumented requests
@@ -269,12 +252,9 @@ const client = new Flowglad({
269252
});
270253

271254
// Override per-request:
272-
await client.customerProfiles.create(
273-
{ customerProfile: { externalId: 'myId', email: 'scrooge@mcduck.me', name: 'Scrooge McDuck' } },
274-
{
275-
httpAgent: new http.Agent({ keepAlive: false }),
276-
},
277-
);
255+
await client.payments.list({
256+
httpAgent: new http.Agent({ keepAlive: false }),
257+
});
278258
```
279259

280260
## Semantic versioning

api.md

Lines changed: 82 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,55 @@
1+
# Invoice
2+
3+
Types:
4+
5+
- <code><a href="./src/resources/invoice.ts">InvoiceRetrieveResponse</a></code>
6+
- <code><a href="./src/resources/invoice.ts">InvoiceListResponse</a></code>
7+
8+
Methods:
9+
10+
- <code title="get /api/v1/invoice/{id}">client.invoice.<a href="./src/resources/invoice.ts">retrieve</a>(id) -> InvoiceRetrieveResponse</code>
11+
- <code title="get /api/v1/invoices">client.invoice.<a href="./src/resources/invoice.ts">list</a>({ ...params }) -> InvoiceListResponse</code>
12+
13+
# InvoiceLineItems
14+
15+
Types:
16+
17+
- <code><a href="./src/resources/invoice-line-items.ts">InvoiceLineItemRetrieveResponse</a></code>
18+
- <code><a href="./src/resources/invoice-line-items.ts">InvoiceLineItemListResponse</a></code>
19+
20+
Methods:
21+
22+
- <code title="get /api/v1/invoice-line-item/{id}">client.invoiceLineItems.<a href="./src/resources/invoice-line-items.ts">retrieve</a>(id) -> InvoiceLineItemRetrieveResponse</code>
23+
- <code title="get /api/v1/invoice-line-items">client.invoiceLineItems.<a href="./src/resources/invoice-line-items.ts">list</a>({ ...params }) -> InvoiceLineItemListResponse</code>
24+
125
# PurchaseSessions
226

327
Types:
428

529
- <code><a href="./src/resources/purchase-sessions.ts">PurchaseSessionCreateResponse</a></code>
30+
- <code><a href="./src/resources/purchase-sessions.ts">PurchaseSessionRetrieveResponse</a></code>
31+
- <code><a href="./src/resources/purchase-sessions.ts">PurchaseSessionListResponse</a></code>
632

733
Methods:
834

9-
- <code title="post /api/v1/purchase-sessions">client.purchaseSessions.<a href="./src/resources/purchase-sessions.ts">create</a>({ ...params }) -> PurchaseSessionCreateResponse</code>
35+
- <code title="post /api/v1/purchase-session">client.purchaseSessions.<a href="./src/resources/purchase-sessions.ts">create</a>({ ...params }) -> PurchaseSessionCreateResponse</code>
36+
- <code title="get /api/v1/purchase-session/{id}">client.purchaseSessions.<a href="./src/resources/purchase-sessions.ts">retrieve</a>(id) -> PurchaseSessionRetrieveResponse</code>
37+
- <code title="get /api/v1/purchase-sessions">client.purchaseSessions.<a href="./src/resources/purchase-sessions.ts">list</a>({ ...params }) -> PurchaseSessionListResponse</code>
1038

1139
# Products
1240

1341
Types:
1442

1543
- <code><a href="./src/resources/products.ts">ProductCreateResponse</a></code>
44+
- <code><a href="./src/resources/products.ts">ProductRetrieveResponse</a></code>
1645
- <code><a href="./src/resources/products.ts">ProductUpdateResponse</a></code>
1746
- <code><a href="./src/resources/products.ts">ProductListResponse</a></code>
1847

1948
Methods:
2049

21-
- <code title="post /api/v1/products">client.products.<a href="./src/resources/products.ts">create</a>({ ...params }) -> ProductCreateResponse</code>
22-
- <code title="put /api/v1/products/{id}">client.products.<a href="./src/resources/products.ts">update</a>(id, { ...params }) -> ProductUpdateResponse</code>
50+
- <code title="post /api/v1/product">client.products.<a href="./src/resources/products.ts">create</a>({ ...params }) -> ProductCreateResponse</code>
51+
- <code title="get /api/v1/product/{id}">client.products.<a href="./src/resources/products.ts">retrieve</a>(id) -> ProductRetrieveResponse</code>
52+
- <code title="put /api/v1/product/{id}">client.products.<a href="./src/resources/products.ts">update</a>(id, { ...params }) -> ProductUpdateResponse</code>
2353
- <code title="get /api/v1/products">client.products.<a href="./src/resources/products.ts">list</a>({ ...params }) -> ProductListResponse</code>
2454

2555
# Variants
@@ -32,30 +62,68 @@ Types:
3262

3363
Methods:
3464

35-
- <code title="post /api/v1/variants">client.variants.<a href="./src/resources/variants.ts">create</a>({ ...params }) -> VariantCreateResponse</code>
36-
- <code title="put /api/v1/variants/{id}">client.variants.<a href="./src/resources/variants.ts">update</a>(id, { ...params }) -> VariantUpdateResponse</code>
65+
- <code title="post /api/v1/variant">client.variants.<a href="./src/resources/variants.ts">create</a>({ ...params }) -> VariantCreateResponse</code>
66+
- <code title="put /api/v1/variant/{id}">client.variants.<a href="./src/resources/variants.ts">update</a>(id, { ...params }) -> VariantUpdateResponse</code>
3767
- <code title="get /api/v1/variants">client.variants.<a href="./src/resources/variants.ts">list</a>({ ...params }) -> VariantListResponse</code>
3868

69+
# Discounts
70+
71+
Types:
72+
73+
- <code><a href="./src/resources/discounts.ts">DiscountCreateResponse</a></code>
74+
- <code><a href="./src/resources/discounts.ts">DiscountRetrieveResponse</a></code>
75+
- <code><a href="./src/resources/discounts.ts">DiscountUpdateResponse</a></code>
76+
- <code><a href="./src/resources/discounts.ts">DiscountListResponse</a></code>
77+
78+
Methods:
79+
80+
- <code title="post /api/v1/discount">client.discounts.<a href="./src/resources/discounts.ts">create</a>({ ...params }) -> DiscountCreateResponse</code>
81+
- <code title="get /api/v1/discount/{id}">client.discounts.<a href="./src/resources/discounts.ts">retrieve</a>(id) -> DiscountRetrieveResponse</code>
82+
- <code title="put /api/v1/discount/{id}">client.discounts.<a href="./src/resources/discounts.ts">update</a>(id, { ...params }) -> DiscountUpdateResponse</code>
83+
- <code title="get /api/v1/discounts">client.discounts.<a href="./src/resources/discounts.ts">list</a>({ ...params }) -> DiscountListResponse</code>
84+
3985
# CustomerProfiles
4086

4187
Types:
4288

43-
- <code><a href="./src/resources/customer-profiles/customer-profiles.ts">CustomerProfileCreateResponse</a></code>
44-
- <code><a href="./src/resources/customer-profiles/customer-profiles.ts">CustomerProfileRetrieveResponse</a></code>
45-
- <code><a href="./src/resources/customer-profiles/customer-profiles.ts">CustomerProfileUpdateResponse</a></code>
89+
- <code><a href="./src/resources/customer-profiles.ts">CustomerProfileCreateResponse</a></code>
90+
- <code><a href="./src/resources/customer-profiles.ts">CustomerProfileRetrieveResponse</a></code>
91+
- <code><a href="./src/resources/customer-profiles.ts">CustomerProfileUpdateResponse</a></code>
92+
- <code><a href="./src/resources/customer-profiles.ts">CustomerProfileListResponse</a></code>
93+
- <code><a href="./src/resources/customer-profiles.ts">CustomerProfileBillingResponse</a></code>
94+
95+
Methods:
96+
97+
- <code title="post /api/v1/customer-profile">client.customerProfiles.<a href="./src/resources/customer-profiles.ts">create</a>({ ...params }) -> CustomerProfileCreateResponse</code>
98+
- <code title="get /api/v1/customer-profile/{externalId}">client.customerProfiles.<a href="./src/resources/customer-profiles.ts">retrieve</a>(externalId) -> CustomerProfileRetrieveResponse</code>
99+
- <code title="put /api/v1/customer-profile/{externalId}">client.customerProfiles.<a href="./src/resources/customer-profiles.ts">update</a>(externalId, { ...params }) -> CustomerProfileUpdateResponse</code>
100+
- <code title="get /api/v1/customer-profiles">client.customerProfiles.<a href="./src/resources/customer-profiles.ts">list</a>({ ...params }) -> CustomerProfileListResponse</code>
101+
- <code title="get /api/v1/customer-profile/{externalId}/billing">client.customerProfiles.<a href="./src/resources/customer-profiles.ts">billing</a>(externalId) -> CustomerProfileBillingResponse</code>
102+
103+
# Payments
104+
105+
Types:
106+
107+
- <code><a href="./src/resources/payments.ts">PaymentRetrieveResponse</a></code>
108+
- <code><a href="./src/resources/payments.ts">PaymentListResponse</a></code>
46109

47110
Methods:
48111

49-
- <code title="post /api/v1/customer-profiles">client.customerProfiles.<a href="./src/resources/customer-profiles/customer-profiles.ts">create</a>({ ...params }) -> CustomerProfileCreateResponse</code>
50-
- <code title="get /api/v1/customer-profiles/{externalId}">client.customerProfiles.<a href="./src/resources/customer-profiles/customer-profiles.ts">retrieve</a>(externalId) -> CustomerProfileRetrieveResponse</code>
51-
- <code title="put /api/v1/customer-profiles/{externalId}">client.customerProfiles.<a href="./src/resources/customer-profiles/customer-profiles.ts">update</a>(externalId, { ...params }) -> CustomerProfileUpdateResponse</code>
112+
- <code title="get /api/v1/payment/{id}">client.payments.<a href="./src/resources/payments.ts">retrieve</a>(id) -> PaymentRetrieveResponse</code>
113+
- <code title="get /api/v1/payments">client.payments.<a href="./src/resources/payments.ts">list</a>({ ...params }) -> PaymentListResponse</code>
52114

53-
## Billing
115+
# Subscriptions
54116

55117
Types:
56118

57-
- <code><a href="./src/resources/customer-profiles/billing.ts">BillingRetrieveResponse</a></code>
119+
- <code><a href="./src/resources/subscriptions.ts">SubscriptionRetrieveResponse</a></code>
120+
- <code><a href="./src/resources/subscriptions.ts">SubscriptionListResponse</a></code>
121+
- <code><a href="./src/resources/subscriptions.ts">SubscriptionAdjustResponse</a></code>
122+
- <code><a href="./src/resources/subscriptions.ts">SubscriptionCancelResponse</a></code>
58123

59124
Methods:
60125

61-
- <code title="get /api/v1/customer-profiles/{externalId}/billing">client.customerProfiles.billing.<a href="./src/resources/customer-profiles/billing.ts">retrieve</a>(externalId) -> BillingRetrieveResponse</code>
126+
- <code title="get /api/v1/subscription/{id}">client.subscriptions.<a href="./src/resources/subscriptions.ts">retrieve</a>(id) -> SubscriptionRetrieveResponse</code>
127+
- <code title="get /api/v1/subscriptions">client.subscriptions.<a href="./src/resources/subscriptions.ts">list</a>({ ...params }) -> SubscriptionListResponse</code>
128+
- <code title="post /api/v1/subscriptions/{id}/adjust">client.subscriptions.<a href="./src/resources/subscriptions.ts">adjust</a>(id, { ...params }) -> SubscriptionAdjustResponse</code>
129+
- <code title="post /api/v1/subscriptions/{id}/cancel">client.subscriptions.<a href="./src/resources/subscriptions.ts">cancel</a>(id, { ...params }) -> SubscriptionCancelResponse</code>

package.json

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flowglad/node",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "The official TypeScript library for the Flowglad API",
55
"author": "Flowglad <dev-feedback@flowglad.com>",
66
"types": "dist/index.d.ts",
@@ -107,17 +107,38 @@
107107
"default": "./dist/index.mjs"
108108
},
109109
"./*.mjs": {
110-
"types": "./dist/*.d.ts",
111-
"default": "./dist/*.mjs"
110+
"types": [
111+
"./dist/*.d.ts",
112+
"./dist/*/index.d.ts"
113+
],
114+
"default": [
115+
"./dist/*.mjs",
116+
"./dist/*/index.mjs"
117+
]
112118
},
113119
"./*.js": {
114-
"types": "./dist/*.d.ts",
115-
"default": "./dist/*.js"
120+
"types": [
121+
"./dist/*.d.ts",
122+
"./dist/*/index.d.ts"
123+
],
124+
"default": [
125+
"./dist/*.js",
126+
"./dist/*/index.js"
127+
]
116128
},
117129
"./*": {
118-
"types": "./dist/*.d.ts",
119-
"require": "./dist/*.js",
120-
"default": "./dist/*.mjs"
130+
"types": [
131+
"./dist/*.d.ts",
132+
"./dist/*/index.d.ts"
133+
],
134+
"require": [
135+
"./dist/*.js",
136+
"./dist/*/index.js"
137+
],
138+
"default": [
139+
"./dist/*.mjs",
140+
"./dist/*/index.mjs"
141+
]
121142
}
122143
}
123144
}

0 commit comments

Comments
 (0)