@privy-io/js-sdk-core 0.11.4 → 0.11.5-beta-20240131150809

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -481,7 +481,7 @@ declare class UserApi {
481
481
  connector_type?: string | undefined;
482
482
  } | {
483
483
  type: "farcaster";
484
- farcaster_id: number;
484
+ fid: number;
485
485
  verified_at: number;
486
486
  owner_address: string;
487
487
  username?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@privy-io/js-sdk-core",
3
- "version": "0.11.4",
3
+ "version": "0.11.5-beta-20240131150809",
4
4
  "description": "Vanilla JS client for the Privy Auth API",
5
5
  "keywords": [
6
6
  "authentication",
@@ -63,7 +63,7 @@
63
63
  "@ethersproject/bignumber": "^5.7.0",
64
64
  "@ethersproject/providers": "^5.7.2",
65
65
  "@ethersproject/units": "^5.7.0",
66
- "@privy-io/public-api": "1.7.0",
66
+ "@privy-io/public-api": "1.7.1-beta-20240131150809",
67
67
  "eventemitter3": "^5.0.1",
68
68
  "fetch-retry": "^5.0.6",
69
69
  "jose": "^4.11.2",