@phantom/browser-sdk 2.0.0-beta.0 → 2.0.0
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
|
@@ -3042,7 +3042,7 @@ var EmbeddedProvider = class extends import_embedded_provider_core.EmbeddedProvi
|
|
|
3042
3042
|
[import_constants4.ANALYTICS_HEADERS.CLIENT]: browserName,
|
|
3043
3043
|
[import_constants4.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
3044
3044
|
[import_constants4.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
3045
|
-
[import_constants4.ANALYTICS_HEADERS.SDK_VERSION]: "2.0.0
|
|
3045
|
+
[import_constants4.ANALYTICS_HEADERS.SDK_VERSION]: "2.0.0"
|
|
3046
3046
|
// Replaced at build time
|
|
3047
3047
|
}
|
|
3048
3048
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -2995,7 +2995,7 @@ var EmbeddedProvider = class extends CoreEmbeddedProvider {
|
|
|
2995
2995
|
[ANALYTICS_HEADERS.CLIENT]: browserName,
|
|
2996
2996
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
2997
2997
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
2998
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "2.0.0
|
|
2998
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "2.0.0"
|
|
2999
2999
|
// Replaced at build time
|
|
3000
3000
|
}
|
|
3001
3001
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phantom/browser-sdk",
|
|
3
|
-
"version": "2.0.0
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Browser SDK for Phantom Wallet",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,16 +33,16 @@
|
|
|
33
33
|
"prettier": "prettier --write \"src/**/*.{ts,tsx}\""
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@phantom/auth2": "^2.0.0
|
|
37
|
-
"@phantom/base64url": "^2.0.0
|
|
38
|
-
"@phantom/browser-injected-sdk": "^2.0.0
|
|
39
|
-
"@phantom/chain-interfaces": "^2.0.0
|
|
40
|
-
"@phantom/client": "^2.0.0
|
|
41
|
-
"@phantom/constants": "^2.0.0
|
|
42
|
-
"@phantom/embedded-provider-core": "^2.0.0
|
|
43
|
-
"@phantom/indexed-db-stamper": "^2.0.0
|
|
44
|
-
"@phantom/parsers": "^2.0.0
|
|
45
|
-
"@phantom/sdk-types": "^2.0.0
|
|
36
|
+
"@phantom/auth2": "^2.0.0",
|
|
37
|
+
"@phantom/base64url": "^2.0.0",
|
|
38
|
+
"@phantom/browser-injected-sdk": "^2.0.0",
|
|
39
|
+
"@phantom/chain-interfaces": "^2.0.0",
|
|
40
|
+
"@phantom/client": "^2.0.0",
|
|
41
|
+
"@phantom/constants": "^2.0.0",
|
|
42
|
+
"@phantom/embedded-provider-core": "^2.0.0",
|
|
43
|
+
"@phantom/indexed-db-stamper": "^2.0.0",
|
|
44
|
+
"@phantom/parsers": "^2.0.0",
|
|
45
|
+
"@phantom/sdk-types": "^2.0.0",
|
|
46
46
|
"axios": "^1.10.0",
|
|
47
47
|
"bs58": "^6.0.0",
|
|
48
48
|
"buffer": "^6.0.3",
|