@fiction/sdk 1.0.93 → 1.0.95

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.
@@ -22,6 +22,8 @@ export declare class FictionSDK extends SettingsObject<FictionSDKSettings> {
22
22
  primarySelfId?: string | undefined;
23
23
  onboarding?: any;
24
24
  recentSelfIds?: string[] | undefined;
25
+ location?: string | undefined;
26
+ geo?: any;
25
27
  status?: string | undefined;
26
28
  lastSeenAt?: string | undefined;
27
29
  createdAt?: string | undefined;
@@ -260,6 +262,8 @@ export declare class FictionSDK extends SettingsObject<FictionSDKSettings> {
260
262
  primarySelfId?: string | undefined;
261
263
  onboarding?: any;
262
264
  recentSelfIds?: string[] | undefined;
265
+ location?: string | undefined;
266
+ geo?: any;
263
267
  status?: string | undefined;
264
268
  lastSeenAt?: string | undefined;
265
269
  createdAt?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiction/sdk",
3
- "version": "1.0.93",
3
+ "version": "1.0.95",
4
4
  "description": "SDK for Fiction app authentication and user management",
5
5
  "type": "module",
6
6
  "main": "./dist/sdk.js",
@@ -62,7 +62,7 @@
62
62
  "nanoid": "^5.1.6",
63
63
  "nanostores": "^1.0.1",
64
64
  "zod": "^4.1.12",
65
- "@fiction/types": "1.0.74"
65
+ "@fiction/types": "1.0.76"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@antfu/eslint-config": "^6.0.0",