@phantom/react-native-sdk 1.0.0-beta.24 → 1.0.0-beta.26

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.
package/dist/index.js CHANGED
@@ -558,7 +558,7 @@ var ExpoAuthProvider = class {
558
558
  // OAuth session management - defaults to allow refresh unless explicitly clearing after logout
559
559
  clear_previous_session: (phantomOptions.clearPreviousSession ?? false).toString(),
560
560
  allow_refresh: (phantomOptions.allowRefresh ?? true).toString(),
561
- sdk_version: "1.0.0-beta.24",
561
+ sdk_version: "1.0.0-beta.26",
562
562
  sdk_type: "react-native",
563
563
  platform: import_react_native4.Platform.OS
564
564
  });
@@ -962,7 +962,7 @@ function PhantomProvider({ children, config, debugConfig, theme, appIcon, appNam
962
962
  [import_constants2.ANALYTICS_HEADERS.PLATFORM_VERSION]: `${import_react_native6.Platform.Version}`,
963
963
  [import_constants2.ANALYTICS_HEADERS.APP_ID]: config.appId,
964
964
  [import_constants2.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
965
- [import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.24"
965
+ [import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.26"
966
966
  // Replaced at build time
967
967
  }
968
968
  };
package/dist/index.mjs CHANGED
@@ -516,7 +516,7 @@ var ExpoAuthProvider = class {
516
516
  // OAuth session management - defaults to allow refresh unless explicitly clearing after logout
517
517
  clear_previous_session: (phantomOptions.clearPreviousSession ?? false).toString(),
518
518
  allow_refresh: (phantomOptions.allowRefresh ?? true).toString(),
519
- sdk_version: "1.0.0-beta.24",
519
+ sdk_version: "1.0.0-beta.26",
520
520
  sdk_type: "react-native",
521
521
  platform: Platform.OS
522
522
  });
@@ -920,7 +920,7 @@ function PhantomProvider({ children, config, debugConfig, theme, appIcon, appNam
920
920
  [ANALYTICS_HEADERS.PLATFORM_VERSION]: `${Platform2.Version}`,
921
921
  [ANALYTICS_HEADERS.APP_ID]: config.appId,
922
922
  [ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
923
- [ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.24"
923
+ [ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.26"
924
924
  // Replaced at build time
925
925
  }
926
926
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phantom/react-native-sdk",
3
- "version": "1.0.0-beta.24",
3
+ "version": "1.0.0-beta.26",
4
4
  "description": "Phantom Wallet SDK for React Native and Expo applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -45,15 +45,15 @@
45
45
  "directory": "packages/react-native-sdk"
46
46
  },
47
47
  "dependencies": {
48
- "@phantom/api-key-stamper": "^1.0.0-beta.12",
49
- "@phantom/base64url": "^1.0.0-beta.12",
50
- "@phantom/chain-interfaces": "^1.0.0-beta.12",
51
- "@phantom/client": "^1.0.0-beta.24",
52
- "@phantom/constants": "^1.0.0-beta.12",
53
- "@phantom/crypto": "^1.0.0-beta.12",
54
- "@phantom/embedded-provider-core": "^1.0.0-beta.24",
55
- "@phantom/sdk-types": "^1.0.0-beta.12",
56
- "@phantom/wallet-sdk-ui": "^1.0.0-beta.3",
48
+ "@phantom/api-key-stamper": "^1.0.0-beta.14",
49
+ "@phantom/base64url": "^1.0.0-beta.14",
50
+ "@phantom/chain-interfaces": "^1.0.0-beta.14",
51
+ "@phantom/client": "^1.0.0-beta.26",
52
+ "@phantom/constants": "^1.0.0-beta.14",
53
+ "@phantom/crypto": "^1.0.0-beta.14",
54
+ "@phantom/embedded-provider-core": "^1.0.0-beta.26",
55
+ "@phantom/sdk-types": "^1.0.0-beta.14",
56
+ "@phantom/wallet-sdk-ui": "^1.0.0-beta.5",
57
57
  "@types/bs58": "^5.0.0",
58
58
  "bs58": "^6.0.0",
59
59
  "buffer": "^6.0.3"