@spacesops/wdk-react-native-core 1.0.0-beta.56 → 1.0.0-beta.57

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.
@@ -334,14 +334,14 @@ export declare const walletSchema: z.ZodObject<{
334
334
  createdAt: z.ZodNumber;
335
335
  updatedAt: z.ZodNumber;
336
336
  }, "strip", z.ZodTypeAny, {
337
- name: string;
338
337
  identifier: string;
338
+ name: string;
339
339
  accountIndex: number;
340
340
  createdAt: number;
341
341
  updatedAt: number;
342
342
  }, {
343
- name: string;
344
343
  identifier: string;
344
+ name: string;
345
345
  accountIndex: number;
346
346
  createdAt: number;
347
347
  updatedAt: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spacesops/wdk-react-native-core",
3
- "version": "1.0.0-beta.56",
3
+ "version": "1.0.0-beta.57",
4
4
  "description": "Core functionality for React Native wallets - wallet management, balance fetching, and worklet operations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,7 +53,7 @@
53
53
  "author": "Spacesops",
54
54
  "license": "Apache-2.0",
55
55
  "dependencies": {
56
- "@spacesops/pear-wrk-wdk": "1.1.1-beta.44",
56
+ "@spacesops/pear-wrk-wdk": "1.1.1-beta.45",
57
57
  "@spacesops/react-native-bare-kit": "0.11.0-beta.49",
58
58
  "@tanstack/react-query": "^5.0.0",
59
59
  "@tetherto/wdk-react-native-secure-storage": "1.0.0-beta.5",