@spacesops/wdk-react-native-core 1.0.0-beta.64 → 1.0.0-beta.65

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.
@@ -1,7 +1,4 @@
1
1
  /**
2
2
  * Jest setup file for test configuration
3
3
  */
4
- declare const originalError: {
5
- (message?: any, ...optionalParams: any[]): void;
6
- (message?: any, ...optionalParams: any[]): void;
7
- };
4
+ declare const originalError: (message?: any, ...optionalParams: any[]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spacesops/wdk-react-native-core",
3
- "version": "1.0.0-beta.64",
3
+ "version": "1.0.0-beta.65",
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.50",
56
+ "@spacesops/pear-wrk-wdk": "1.1.1-beta.51",
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",