Skip to content

Commit

Permalink
Merge branch 'main' into hui/chore/upgrade-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF authored Oct 9, 2024
2 parents 2256f0b + ffa8a24 commit b9f4a95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .github/integ-config/integ-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,14 +701,14 @@ tests:
browser: *minimal_browser_list

# GEO
- test_name: integ_react_geo_display_map
desc: 'Display Map'
framework: react
category: geo
sample_name: [display-map]
spec: display-map
# Temp fix:
browser: [chrome]
# - test_name: integ_react_geo_display_map
# desc: 'Display Map'
# framework: react
# category: geo
# sample_name: [display-map]
# spec: display-map
# # Temp fix:
# browser: [chrome]
- test_name: integ_react_geo_search_outside_map
desc: 'Search Outside Map'
framework: react
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/libraryUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export {
AuthUserAgentInput,
InAppMessagingUserAgentInput,
GeoUserAgentInput,
AiUserAgentInput,
} from './Platform/types';
export { setCustomUserAgent } from './Platform/customUserAgent';

Expand Down
5 changes: 2 additions & 3 deletions scripts/dts-bundler/dts-bundler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ const baseTsConfigPath = join(
__dirname,
'..',
'..',
'packages',
'tsconfig.base.json',
'tsconfig.json',
);
const corePackageSrcClientsPath = join(
__dirname,
Expand Down Expand Up @@ -87,7 +86,7 @@ const config = {
filePath: './cognito-identity-provider.d.ts',
outFile: join(
authPackageSrcClientsPath,
'Sdk.ts',
'sdk.ts',
),
libraries: {
inlinedLibraries: ['@aws-sdk/client-cognito-identity-provider'],
Expand Down

0 comments on commit b9f4a95

Please sign in to comment.