Skip to content

Commit

Permalink
Merge pull request #13 from vvorld/script-link-building-update
Browse files Browse the repository at this point in the history
Update script link parsing
  • Loading branch information
pitrew authored Nov 2, 2023
2 parents 2f020b6 + 8f2bce1 commit 1c1423b
Show file tree
Hide file tree
Showing 11 changed files with 17,094 additions and 9,548 deletions.
2 changes: 1 addition & 1 deletion lib/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions lib/getid-web-sdk-launcher-kl-non-polyfills.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions lib/getid-web-sdk-launcher-kl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/getid-web-sdk-launcher-non-polyfills.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/getid-web-sdk-launcher-v7.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions lib/src/launcher.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { PageSideConfig, GetIdWebSdkComponent } from './index';
declare const createPublicTokenProvider: (apiUrl: string, apiKey: string) => () => Promise<any>;
export declare function prepareScriptLink(scriptLink: string, { fallbackVersion, scriptSuffix, versionSuffix, defaultLink }: {
fallbackVersion: string;
scriptSuffix: string;
versionSuffix: string;
defaultLink: string;
}): string;
declare function init(config: PageSideConfig): Promise<GetIdWebSdkComponent>;
export { init, createPublicTokenProvider };
Loading

0 comments on commit 1c1423b

Please sign in to comment.