@phantom/react-native-sdk 1.0.0-beta.11 → 1.0.0-beta.13
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 +9 -9
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.13"
|
|
123
123
|
});
|
|
124
124
|
if (provider) {
|
|
125
125
|
console.log("[ExpoAuthProvider] Provider specified, will skip selection", { provider });
|
|
@@ -509,7 +509,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
509
509
|
[import_constants2.ANALYTICS_HEADERS.PLATFORM_VERSION]: `${import_react_native2.Platform.Version}`,
|
|
510
510
|
[import_constants2.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
511
511
|
[import_constants2.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
512
|
-
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
512
|
+
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.13"
|
|
513
513
|
// Replaced at build time
|
|
514
514
|
}
|
|
515
515
|
};
|
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.13"
|
|
79
79
|
});
|
|
80
80
|
if (provider) {
|
|
81
81
|
console.log("[ExpoAuthProvider] Provider specified, will skip selection", { provider });
|
|
@@ -465,7 +465,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
465
465
|
[ANALYTICS_HEADERS.PLATFORM_VERSION]: `${Platform.Version}`,
|
|
466
466
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
467
467
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
468
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
468
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.13"
|
|
469
469
|
// Replaced at build time
|
|
470
470
|
}
|
|
471
471
|
};
|
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.13",
|
|
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,14 +45,14 @@
|
|
|
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.
|
|
48
|
+
"@phantom/api-key-stamper": "^1.0.0-beta.7",
|
|
49
|
+
"@phantom/base64url": "^1.0.0-beta.7",
|
|
50
|
+
"@phantom/chain-interfaces": "^1.0.0-beta.7",
|
|
51
|
+
"@phantom/client": "^1.0.0-beta.13",
|
|
52
|
+
"@phantom/constants": "^1.0.0-beta.7",
|
|
53
|
+
"@phantom/crypto": "^1.0.0-beta.7",
|
|
54
|
+
"@phantom/embedded-provider-core": "^1.0.0-beta.13",
|
|
55
|
+
"@phantom/sdk-types": "^1.0.0-beta.7",
|
|
56
56
|
"@types/bs58": "^5.0.0",
|
|
57
57
|
"bs58": "^6.0.0",
|
|
58
58
|
"buffer": "^6.0.3"
|