@phantom/react-native-sdk 1.0.0-beta.24 → 1.0.0-beta.25
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +10 -10
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.
|
|
561
|
+
sdk_version: "1.0.0-beta.25",
|
|
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.
|
|
965
|
+
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.25"
|
|
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.
|
|
519
|
+
sdk_version: "1.0.0-beta.25",
|
|
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.
|
|
923
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.25"
|
|
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.
|
|
3
|
+
"version": "1.0.0-beta.25",
|
|
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.
|
|
49
|
-
"@phantom/base64url": "^1.0.0-beta.
|
|
50
|
-
"@phantom/chain-interfaces": "^1.0.0-beta.
|
|
51
|
-
"@phantom/client": "^1.0.0-beta.
|
|
52
|
-
"@phantom/constants": "^1.0.0-beta.
|
|
53
|
-
"@phantom/crypto": "^1.0.0-beta.
|
|
54
|
-
"@phantom/embedded-provider-core": "^1.0.0-beta.
|
|
55
|
-
"@phantom/sdk-types": "^1.0.0-beta.
|
|
56
|
-
"@phantom/wallet-sdk-ui": "^1.0.0-beta.
|
|
48
|
+
"@phantom/api-key-stamper": "^1.0.0-beta.13",
|
|
49
|
+
"@phantom/base64url": "^1.0.0-beta.13",
|
|
50
|
+
"@phantom/chain-interfaces": "^1.0.0-beta.13",
|
|
51
|
+
"@phantom/client": "^1.0.0-beta.25",
|
|
52
|
+
"@phantom/constants": "^1.0.0-beta.13",
|
|
53
|
+
"@phantom/crypto": "^1.0.0-beta.13",
|
|
54
|
+
"@phantom/embedded-provider-core": "^1.0.0-beta.25",
|
|
55
|
+
"@phantom/sdk-types": "^1.0.0-beta.13",
|
|
56
|
+
"@phantom/wallet-sdk-ui": "^1.0.0-beta.4",
|
|
57
57
|
"@types/bs58": "^5.0.0",
|
|
58
58
|
"bs58": "^6.0.0",
|
|
59
59
|
"buffer": "^6.0.3"
|