@lumiapassport/ui-kit 1.0.0 → 1.0.2

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.
@@ -1516,7 +1516,7 @@ init_keccak256();
1516
1516
  var TokenRefreshApiClient = class {
1517
1517
  constructor() {
1518
1518
  this.pendingTokenRefresh = null;
1519
- this.tssUrl = "http://localhost:9256";
1519
+ this.tssUrl = "https://api.lumiapassport.com/tss";
1520
1520
  }
1521
1521
  /**
1522
1522
  * Make API call with automatic token refresh on 401
package/dist/index.cjs CHANGED
@@ -38,9 +38,9 @@ function getServiceUrls() {
38
38
  const paramBundler = searchParams?.get("bundlerUrl") || void 0;
39
39
  const paramTss = searchParams?.get("tssUrl") || void 0;
40
40
  const paramVault = searchParams?.get("shareVaultUrl") || void 0;
41
- const buildBundler = "http://localhost:4337";
42
- const buildTss = "http://localhost:9256";
43
- const buildVault = "http://localhost:9090";
41
+ const buildBundler = "https://api.lumiapassport.com/rundler";
42
+ const buildTss = "https://api.lumiapassport.com/tss";
43
+ const buildVault = "https://api.lumiapassport.com/vault";
44
44
  const buildRequireWasm = false;
45
45
  const buildWasmDebug = false;
46
46
  const defaultBundler = "/bundler";
package/dist/index.js CHANGED
@@ -28,9 +28,9 @@ function getServiceUrls() {
28
28
  const paramBundler = searchParams?.get("bundlerUrl") || void 0;
29
29
  const paramTss = searchParams?.get("tssUrl") || void 0;
30
30
  const paramVault = searchParams?.get("shareVaultUrl") || void 0;
31
- const buildBundler = "http://localhost:4337";
32
- const buildTss = "http://localhost:9256";
33
- const buildVault = "http://localhost:9090";
31
+ const buildBundler = "https://api.lumiapassport.com/rundler";
32
+ const buildTss = "https://api.lumiapassport.com/tss";
33
+ const buildVault = "https://api.lumiapassport.com/vault";
34
34
  const buildRequireWasm = false;
35
35
  const buildWasmDebug = false;
36
36
  const defaultBundler = "/bundler";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiapassport/ui-kit",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -43,7 +43,7 @@
43
43
  "@rainbow-me/rainbowkit": "^2.2.8",
44
44
  "lucide-react": "^0.454.0",
45
45
  "qrcode": "^1.5.0",
46
- "@lumiapassport/core": "1.0.0"
46
+ "@lumiapassport/core": "1.0.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@radix-ui/react-alert-dialog": "^1.0.0",