Skip to content

Commit

Permalink
Merge pull request #46 from stytchauth/skelly/bump-sdk-version
Browse files Browse the repository at this point in the history
Bumping stytch sdk version
  • Loading branch information
edwin-stytch authored Sep 8, 2023
2 parents d4ff9e3 + 7365585 commit ee81121
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions public/authenticate.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
</header>
<main id="root">Authenticating...</main>
</body>
<!-- Use unpkg to pull the most current SDK version without breaking changes (v0.9.X) -->
<!-- Use unpkg to pull the most current SDK version without breaking changes (v2.0.X) -->
<script
type="module"
src="https://www.unpkg.com/@stytch/vanilla-js@0.9/dist/index.esm.js"
src="https://www.unpkg.com/@stytch/vanilla-js@2.0/dist/index.esm.js"
></script>
<script type="module" src="js/app.js"></script>
<script type="module" src="js/authenticate.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
</div>
</main>
</body>
<!-- Use unpkg to pull the most current SDK version without breaking changes (v0.9.X) -->
<!-- Use unpkg to pull the most current SDK version without breaking changes (v2.0.X) -->
<script
type="module"
src="https://www.unpkg.com/@stytch/vanilla-js@0.9/dist/index.esm.js"
src="https://www.unpkg.com/@stytch/vanilla-js@2.0/dist/index.esm.js"
></script>
<script type="module" src="js/app.js"></script>
<script type="module" src="js/login.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { StytchUIClient } from "https://www.unpkg.com/@stytch/vanilla-js@0.9.5/dist/index.esm.js";
import { StytchUIClient } from "https://www.unpkg.com/@stytch/vanilla-js@2.0/dist/index.esm.js";

// Replace this value with the public token found it your Stytch Dashboard.
const STYTCH_PUBLIC_TOKEN =
Expand Down
4 changes: 2 additions & 2 deletions public/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ <h2>Session object</h2>
</div>
</main>
</body>
<!-- Use unpkg to pull the most current SDK version without breaking changes (v0.9.X) -->
<!-- Use unpkg to pull the most current SDK version without breaking changes (v2.0.x) -->
<script
type="module"
src="https://www.unpkg.com/@stytch/vanilla-js@0.9/dist/index.esm.js"
src="https://www.unpkg.com/@stytch/vanilla-js@2.0/dist/index.esm.js"
></script>
<script type="module" src="js/app.js"></script>
<script type="module" src="js/profile.js"></script>
Expand Down

0 comments on commit ee81121

Please sign in to comment.