@finatic/client 0.9.6 → 0.9.7

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.js CHANGED
@@ -7840,7 +7840,7 @@ class EventEmitter {
7840
7840
  */
7841
7841
  const defaultConfig = {
7842
7842
  // API Configuration
7843
- baseUrl: process.env['FINATIC_API_URL'] || 'https://api.finatic.com',
7843
+ baseUrl: process.env['FINATIC_API_URL'] || 'https://api.finatic.dev',
7844
7844
  ...(process.env['FINATIC_API_KEY'] ? { apiKey: process.env['FINATIC_API_KEY'] } : {}),
7845
7845
  timeout: parseInt(process.env['FINATIC_TIMEOUT'] || '30000', 10),
7846
7846
  headers: {},
@@ -7875,7 +7875,7 @@ const defaultConfig = {
7875
7875
  // Client SDK Session Configuration
7876
7876
  sessionStorageKey: 'finatic_session',
7877
7877
  portalConfig: {
7878
- baseUrl: process.env['FINATIC_PORTAL_URL'] || 'https://portal.finatic.com',
7878
+ baseUrl: process.env['FINATIC_PORTAL_URL'] || 'https://portal.finatic.dev',
7879
7879
  autoOpenOnError: process.env['FINATIC_PORTAL_AUTO_OPEN'] !== 'false',
7880
7880
  iframeStyle: {
7881
7881
  border: 'none',
package/dist/index.mjs CHANGED
@@ -7838,7 +7838,7 @@ class EventEmitter {
7838
7838
  */
7839
7839
  const defaultConfig = {
7840
7840
  // API Configuration
7841
- baseUrl: process.env['FINATIC_API_URL'] || 'https://api.finatic.com',
7841
+ baseUrl: process.env['FINATIC_API_URL'] || 'https://api.finatic.dev',
7842
7842
  ...(process.env['FINATIC_API_KEY'] ? { apiKey: process.env['FINATIC_API_KEY'] } : {}),
7843
7843
  timeout: parseInt(process.env['FINATIC_TIMEOUT'] || '30000', 10),
7844
7844
  headers: {},
@@ -7873,7 +7873,7 @@ const defaultConfig = {
7873
7873
  // Client SDK Session Configuration
7874
7874
  sessionStorageKey: 'finatic_session',
7875
7875
  portalConfig: {
7876
- baseUrl: process.env['FINATIC_PORTAL_URL'] || 'https://portal.finatic.com',
7876
+ baseUrl: process.env['FINATIC_PORTAL_URL'] || 'https://portal.finatic.dev',
7877
7877
  autoOpenOnError: process.env['FINATIC_PORTAL_AUTO_OPEN'] !== 'false',
7878
7878
  iframeStyle: {
7879
7879
  border: 'none',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finatic/client",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "Finatic Client SDK for browser integration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",