File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
src/resources/customer-portal-sessions Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ When we make [non-breaking changes](https://developer.paddle.com/api-reference/a
1212
1313This means when upgrading minor versions of the SDK, you may notice type errors. You can safely ignore these or fix by adding additional type guards.
1414
15+ ## 2.1.1 - 2024-11-25
16+
17+ ### Fixed
18+
19+ - Updated imports to use ` .js ` extension
20+
1521## 2.1.0 - 2024-11-21
1622
1723### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " @paddle/paddle-node-sdk" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript." ,
55 "main" : " dist/cjs/index.cjs.node.js" ,
66 "module" : " dist/esm/index.esm.node.js" ,
Original file line number Diff line number Diff line change 66
77import { CustomerPortalSession } from '../../entities/index.js' ;
88import { type ICustomerPortalSessionResponse } from '../../types/index.js' ;
9- import { type ErrorResponse , type Response } from '../../internal' ;
10- import { BaseResource , PathParameters } from '../../internal/base' ;
9+ import { type ErrorResponse , type Response } from '../../internal/index.js ' ;
10+ import { BaseResource , PathParameters } from '../../internal/base/index.js ' ;
1111import { type CreateCustomerPortalSessionRequestBody } from './operations/index.js' ;
1212
1313const CustomerPortalSessionPaths = {
You can’t perform that action at this time.
0 commit comments