@sparkstudio/authentication-ui 1.0.30 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -42,7 +42,7 @@ var AppSettings = {
42
42
  AuthenticationUrl: "https://nqf2pnj4zh.execute-api.us-east-2.amazonaws.com/Prod",
43
43
  AccountsUrl: "https://qm80qdl3rh.execute-api.us-east-2.amazonaws.com/Prod",
44
44
  Version: "1.0.0",
45
- GoogleClientId: "317399248822-u2seld36hjot7nf2p24oe3icm01aok51.apps.googleusercontent.com",
45
+ GoogleClientId: "317399248822-1jip5r3gq2v6n9r61k9blsd0c6et20tg.apps.googleusercontent.com",
46
46
  ApplicationName: "Spark Studio Authentication"
47
47
  };
48
48
  async function loadConfig() {
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ var AppSettings = {
3
3
  AuthenticationUrl: "https://nqf2pnj4zh.execute-api.us-east-2.amazonaws.com/Prod",
4
4
  AccountsUrl: "https://qm80qdl3rh.execute-api.us-east-2.amazonaws.com/Prod",
5
5
  Version: "1.0.0",
6
- GoogleClientId: "317399248822-u2seld36hjot7nf2p24oe3icm01aok51.apps.googleusercontent.com",
6
+ GoogleClientId: "317399248822-1jip5r3gq2v6n9r61k9blsd0c6et20tg.apps.googleusercontent.com",
7
7
  ApplicationName: "Spark Studio Authentication"
8
8
  };
9
9
  async function loadConfig() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sparkstudio/authentication-ui",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",