@phantom/react-native-sdk 1.0.0-beta.7 → 1.0.0-beta.8
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -119,7 +119,7 @@ var ExpoAuthProvider = class {
|
|
|
119
119
|
redirect_uri: redirectUrl,
|
|
120
120
|
session_id: sessionId,
|
|
121
121
|
clear_previous_session: "true",
|
|
122
|
-
sdk_version: "1.0.0-beta.
|
|
122
|
+
sdk_version: "1.0.0-beta.8"
|
|
123
123
|
});
|
|
124
124
|
if (provider) {
|
|
125
125
|
console.log("[ExpoAuthProvider] Provider specified, will skip selection", { provider });
|
|
@@ -494,7 +494,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
494
494
|
[import_constants2.ANALYTICS_HEADERS.PLATFORM_VERSION]: `${import_react_native2.Platform.Version}`,
|
|
495
495
|
[import_constants2.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
496
496
|
[import_constants2.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
497
|
-
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
497
|
+
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.8"
|
|
498
498
|
// Replaced at build time
|
|
499
499
|
}
|
|
500
500
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -75,7 +75,7 @@ var ExpoAuthProvider = class {
|
|
|
75
75
|
redirect_uri: redirectUrl,
|
|
76
76
|
session_id: sessionId,
|
|
77
77
|
clear_previous_session: "true",
|
|
78
|
-
sdk_version: "1.0.0-beta.
|
|
78
|
+
sdk_version: "1.0.0-beta.8"
|
|
79
79
|
});
|
|
80
80
|
if (provider) {
|
|
81
81
|
console.log("[ExpoAuthProvider] Provider specified, will skip selection", { provider });
|
|
@@ -450,7 +450,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
450
450
|
[ANALYTICS_HEADERS.PLATFORM_VERSION]: `${Platform.Version}`,
|
|
451
451
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
452
452
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
453
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
453
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.8"
|
|
454
454
|
// Replaced at build time
|
|
455
455
|
}
|
|
456
456
|
};
|
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.8",
|
|
4
4
|
"description": "Phantom Wallet SDK for React Native and Expo applications",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"@phantom/api-key-stamper": "^1.0.0-beta.6",
|
|
49
49
|
"@phantom/base64url": "^1.0.0-beta.6",
|
|
50
50
|
"@phantom/chain-interfaces": "^1.0.0-beta.6",
|
|
51
|
-
"@phantom/client": "^1.0.0-beta.
|
|
51
|
+
"@phantom/client": "^1.0.0-beta.8",
|
|
52
52
|
"@phantom/constants": "^1.0.0-beta.6",
|
|
53
53
|
"@phantom/crypto": "^1.0.0-beta.6",
|
|
54
|
-
"@phantom/embedded-provider-core": "^1.0.0-beta.
|
|
54
|
+
"@phantom/embedded-provider-core": "^1.0.0-beta.8",
|
|
55
55
|
"@phantom/sdk-types": "^1.0.0-beta.6",
|
|
56
56
|
"@types/bs58": "^5.0.0",
|
|
57
57
|
"bs58": "^6.0.0",
|