@embeddable.com/sdk-core 2.4.8 → 2.4.9

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/lib/index.js CHANGED
@@ -20131,9 +20131,9 @@ var defineConfig = ({ plugins, pushBaseUrl, audienceUrl, authDomain, authClientI
20131
20131
  typesEntryPointFilename: "embeddable-types-entry-point.js",
20132
20132
  },
20133
20133
  pushBaseUrl: pushBaseUrl !== null && pushBaseUrl !== void 0 ? pushBaseUrl : "https://api.embeddable.com",
20134
- audienceUrl: audienceUrl !== null && audienceUrl !== void 0 ? audienceUrl : "https://api.embeddable.com/",
20135
- authDomain: authDomain !== null && authDomain !== void 0 ? authDomain : "embeddable-dev.eu.auth0.com",
20136
- authClientId: authClientId !== null && authClientId !== void 0 ? authClientId : "xOKco5ztFCpWn54bJbFkAcT8mV4LLcpG",
20134
+ audienceUrl: audienceUrl !== null && audienceUrl !== void 0 ? audienceUrl : "https://auth.embeddable.com",
20135
+ authDomain: authDomain !== null && authDomain !== void 0 ? authDomain : "auth.embeddable.com",
20136
+ authClientId: authClientId !== null && authClientId !== void 0 ? authClientId : "dygrSUmI6HmgY5ymVbEAoLDEBxIOyr1V",
20137
20137
  applicationEnvironment: applicationEnvironment !== null && applicationEnvironment !== void 0 ? applicationEnvironment : "production",
20138
20138
  rollbarAccessToken: rollbarAccessToken !== null && rollbarAccessToken !== void 0 ? rollbarAccessToken : "5c6028038d844bf1835a0f4db5f55d9e",
20139
20139
  plugins,