@phantom/react-native-sdk 1.0.0-beta.18 → 1.0.0-beta.19
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
|
@@ -153,7 +153,7 @@ var ExpoAuthProvider = class {
|
|
|
153
153
|
// OAuth session management - defaults to allow refresh unless explicitly clearing after logout
|
|
154
154
|
clear_previous_session: (phantomOptions.clearPreviousSession ?? false).toString(),
|
|
155
155
|
allow_refresh: (phantomOptions.allowRefresh ?? true).toString(),
|
|
156
|
-
sdk_version: "1.0.0-beta.
|
|
156
|
+
sdk_version: "1.0.0-beta.19",
|
|
157
157
|
sdk_type: "react-native",
|
|
158
158
|
platform: import_react_native.Platform.OS
|
|
159
159
|
});
|
|
@@ -559,7 +559,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
559
559
|
[import_constants2.ANALYTICS_HEADERS.PLATFORM_VERSION]: `${import_react_native3.Platform.Version}`,
|
|
560
560
|
[import_constants2.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
561
561
|
[import_constants2.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
562
|
-
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
562
|
+
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.19"
|
|
563
563
|
// Replaced at build time
|
|
564
564
|
}
|
|
565
565
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -109,7 +109,7 @@ var ExpoAuthProvider = class {
|
|
|
109
109
|
// OAuth session management - defaults to allow refresh unless explicitly clearing after logout
|
|
110
110
|
clear_previous_session: (phantomOptions.clearPreviousSession ?? false).toString(),
|
|
111
111
|
allow_refresh: (phantomOptions.allowRefresh ?? true).toString(),
|
|
112
|
-
sdk_version: "1.0.0-beta.
|
|
112
|
+
sdk_version: "1.0.0-beta.19",
|
|
113
113
|
sdk_type: "react-native",
|
|
114
114
|
platform: Platform.OS
|
|
115
115
|
});
|
|
@@ -515,7 +515,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
515
515
|
[ANALYTICS_HEADERS.PLATFORM_VERSION]: `${Platform2.Version}`,
|
|
516
516
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
517
517
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
518
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
518
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.19"
|
|
519
519
|
// Replaced at build time
|
|
520
520
|
}
|
|
521
521
|
};
|
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.19",
|
|
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.8",
|
|
49
|
+
"@phantom/base64url": "^1.0.0-beta.8",
|
|
50
|
+
"@phantom/chain-interfaces": "^1.0.0-beta.8",
|
|
51
|
+
"@phantom/client": "^1.0.0-beta.19",
|
|
52
|
+
"@phantom/constants": "^1.0.0-beta.8",
|
|
53
|
+
"@phantom/crypto": "^1.0.0-beta.8",
|
|
54
|
+
"@phantom/embedded-provider-core": "^1.0.0-beta.19",
|
|
55
|
+
"@phantom/sdk-types": "^1.0.0-beta.8",
|
|
56
56
|
"@types/bs58": "^5.0.0",
|
|
57
57
|
"bs58": "^6.0.0",
|
|
58
58
|
"buffer": "^6.0.3"
|