@phantom/react-native-sdk 2.0.0 → 2.0.1
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 +11 -11
package/dist/index.js
CHANGED
|
@@ -837,7 +837,7 @@ function PhantomProvider({ children, config, debugConfig, theme, appIcon, appNam
|
|
|
837
837
|
[import_constants.ANALYTICS_HEADERS.CLIENT]: import_react_native6.Platform.OS,
|
|
838
838
|
[import_constants.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
839
839
|
[import_constants.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
840
|
-
[import_constants.ANALYTICS_HEADERS.SDK_VERSION]: "2.0.
|
|
840
|
+
[import_constants.ANALYTICS_HEADERS.SDK_VERSION]: "2.0.1"
|
|
841
841
|
// Replaced at build time
|
|
842
842
|
}
|
|
843
843
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -799,7 +799,7 @@ function PhantomProvider({ children, config, debugConfig, theme, appIcon, appNam
|
|
|
799
799
|
[ANALYTICS_HEADERS.CLIENT]: Platform.OS,
|
|
800
800
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
801
801
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
802
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "2.0.
|
|
802
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "2.0.1"
|
|
803
803
|
// Replaced at build time
|
|
804
804
|
}
|
|
805
805
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phantom/react-native-sdk",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
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,16 +45,16 @@
|
|
|
45
45
|
"directory": "packages/react-native-sdk"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@phantom/api-key-stamper": "^2.0.
|
|
49
|
-
"@phantom/auth2": "^2.0.
|
|
50
|
-
"@phantom/base64url": "^2.0.
|
|
51
|
-
"@phantom/chain-interfaces": "^2.0.
|
|
52
|
-
"@phantom/client": "^2.0.
|
|
53
|
-
"@phantom/constants": "^2.0.
|
|
54
|
-
"@phantom/crypto": "^2.0.
|
|
55
|
-
"@phantom/embedded-provider-core": "^2.0.
|
|
56
|
-
"@phantom/sdk-types": "^2.0.
|
|
57
|
-
"@phantom/wallet-sdk-ui": "^2.0.
|
|
48
|
+
"@phantom/api-key-stamper": "^2.0.1",
|
|
49
|
+
"@phantom/auth2": "^2.0.1",
|
|
50
|
+
"@phantom/base64url": "^2.0.1",
|
|
51
|
+
"@phantom/chain-interfaces": "^2.0.1",
|
|
52
|
+
"@phantom/client": "^2.0.1",
|
|
53
|
+
"@phantom/constants": "^2.0.1",
|
|
54
|
+
"@phantom/crypto": "^2.0.1",
|
|
55
|
+
"@phantom/embedded-provider-core": "^2.0.1",
|
|
56
|
+
"@phantom/sdk-types": "^2.0.1",
|
|
57
|
+
"@phantom/wallet-sdk-ui": "^2.0.1",
|
|
58
58
|
"@types/bs58": "^5.0.0",
|
|
59
59
|
"bs58": "^6.0.0",
|
|
60
60
|
"buffer": "^6.0.3"
|