@phantom/react-native-sdk 1.0.0-beta.3 → 1.0.0-beta.4
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -495,7 +495,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
495
495
|
[import_constants2.ANALYTICS_HEADERS.PLATFORM_VERSION]: `${import_react_native2.Platform.Version}`,
|
|
496
496
|
[import_constants2.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
497
497
|
[import_constants2.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
498
|
-
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
498
|
+
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.4"
|
|
499
499
|
// Replaced at build time
|
|
500
500
|
}
|
|
501
501
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -451,7 +451,7 @@ function PhantomProvider({ children, config, debugConfig }) {
|
|
|
451
451
|
[ANALYTICS_HEADERS.PLATFORM_VERSION]: `${Platform.Version}`,
|
|
452
452
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
453
453
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
454
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
454
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.4"
|
|
455
455
|
// Replaced at build time
|
|
456
456
|
}
|
|
457
457
|
};
|
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.4",
|
|
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/chains": "^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.4",
|
|
49
|
+
"@phantom/base64url": "^1.0.0-beta.4",
|
|
50
|
+
"@phantom/chains": "^1.0.0-beta.4",
|
|
51
|
+
"@phantom/client": "^1.0.0-beta.4",
|
|
52
|
+
"@phantom/constants": "^1.0.0-beta.4",
|
|
53
|
+
"@phantom/crypto": "^1.0.0-beta.4",
|
|
54
|
+
"@phantom/embedded-provider-core": "^1.0.0-beta.4",
|
|
55
|
+
"@phantom/sdk-types": "^1.0.0-beta.4",
|
|
56
56
|
"@types/bs58": "^5.0.0",
|
|
57
57
|
"bs58": "^6.0.0",
|
|
58
58
|
"buffer": "^6.0.3"
|