-
Notifications
You must be signed in to change notification settings - Fork 898
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update versions to 1.0.2 (#1599)
* chore: update versions to 1.0.2 * chore: add package-lock.json
- Loading branch information
1 parent
38a11de
commit 453567d
Showing
11 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { HANKO_API_URL } from "../config.ts"; | ||
|
||
const code = ` | ||
import { register } from 'https://esm.sh/@teamhanko/[email protected].1'; | ||
import { register } from 'https://esm.sh/@teamhanko/[email protected].2'; | ||
register('${HANKO_API_URL}', { shadow: true }); | ||
document.addEventListener('hankoAuthSuccess', (event) => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { HANKO_API_URL } from "../config.ts"; | ||
|
||
const code = ` | ||
import { register, Hanko } from 'https://esm.sh/@teamhanko/[email protected].1'; | ||
import { register, Hanko } from 'https://esm.sh/@teamhanko/[email protected].2'; | ||
register('${HANKO_API_URL}', { shadow: true }); | ||
window.addEventListener('logout', () => { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import { HANKO_API_URL } from "../config.ts"; | ||
|
||
const code = ` | ||
import { register } from 'https://esm.sh/@teamhanko/[email protected].1'; | ||
import { register } from 'https://esm.sh/@teamhanko/[email protected].2'; | ||
register('${HANKO_API_URL}', { shadow: true }); | ||
`; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.