Skip to content

Commit

Permalink
WT-1927 - export checkoutSdk as checkout now (#1181)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Couchman <[email protected]>
  • Loading branch information
ZacharyCouchman and ZacharyCouchman authored Nov 23, 2023
1 parent 853aaee commit d6d8f11
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/checkout/sdk/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["../../../typedoc.base.json"],
"entryPoints": ["src/index.ts"],
"name": "checkout-sdk",
"name": "checkout",
}
4 changes: 2 additions & 2 deletions sdk/module-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"passport": "prod",
"orderbook": "prod",
"provider": "prod",
"checkout_sdk": "prod"
"checkout": "prod"
},
"fileCopy": [
{
Expand All @@ -27,4 +27,4 @@
"stage": "prod"
}
]
}
}
6 changes: 3 additions & 3 deletions sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
"types": "./dist/provider.d.ts",
"import": "./dist/provider.js"
},
"./checkout_sdk": {
"types": "./dist/checkout_sdk.d.ts",
"import": "./dist/checkout_sdk.js"
"./checkout": {
"types": "./dist/checkout.d.ts",
"import": "./dist/checkout.js"
}
},
"files": [
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export * as immutablexClient from './immutablex_client';
export * as passport from './passport';
export * as orderbook from './orderbook';
export * as provider from './provider';
export * as checkoutSdk from './checkout_sdk';
export * as checkout from './checkout';
1 change: 0 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"sdk/",
"packages/blockchain-data/sdk/",
"packages/checkout/sdk/",
"packages/checkout/widgets/",
"packages/config/",
"packages/economy/sdk/",
"packages/immutablex_client/",
Expand Down

0 comments on commit d6d8f11

Please sign in to comment.