@phantom/browser-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 +8 -7
package/dist/index.js
CHANGED
|
@@ -1141,7 +1141,7 @@ var EmbeddedProvider = class extends import_embedded_provider_core.EmbeddedProvi
|
|
|
1141
1141
|
// Full user agent for more detailed info
|
|
1142
1142
|
[import_constants2.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
1143
1143
|
[import_constants2.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
1144
|
-
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
1144
|
+
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.4"
|
|
1145
1145
|
// Replaced at build time
|
|
1146
1146
|
}
|
|
1147
1147
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -1105,7 +1105,7 @@ var EmbeddedProvider = class extends CoreEmbeddedProvider {
|
|
|
1105
1105
|
// Full user agent for more detailed info
|
|
1106
1106
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
1107
1107
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
1108
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
1108
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.4"
|
|
1109
1109
|
// Replaced at build time
|
|
1110
1110
|
}
|
|
1111
1111
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phantom/browser-sdk",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.4",
|
|
4
4
|
"description": "Browser SDK for Phantom Wallet",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -28,14 +28,15 @@
|
|
|
28
28
|
"prettier": "prettier --write \"src/**/*.{ts,tsx}\""
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@phantom/base64url": "^1.0.0-beta.
|
|
31
|
+
"@phantom/base64url": "^1.0.0-beta.4",
|
|
32
32
|
"@phantom/browser-injected-sdk": "^1.0.0-beta.3",
|
|
33
|
-
"@phantom/chains": "^1.0.0-beta.
|
|
34
|
-
"@phantom/client": "^1.0.0-beta.
|
|
35
|
-
"@phantom/constants": "^1.0.0-beta.
|
|
36
|
-
"@phantom/embedded-provider-core": "^1.0.0-beta.
|
|
33
|
+
"@phantom/chains": "^1.0.0-beta.4",
|
|
34
|
+
"@phantom/client": "^1.0.0-beta.4",
|
|
35
|
+
"@phantom/constants": "^1.0.0-beta.4",
|
|
36
|
+
"@phantom/embedded-provider-core": "^1.0.0-beta.4",
|
|
37
37
|
"@phantom/indexed-db-stamper": "^1.0.0-beta.1",
|
|
38
|
-
"@phantom/parsers": "^1.0.0-beta.
|
|
38
|
+
"@phantom/parsers": "^1.0.0-beta.4",
|
|
39
|
+
"@phantom/sdk-types": "^1.0.0-beta.4",
|
|
39
40
|
"axios": "^1.10.0",
|
|
40
41
|
"bs58": "^6.0.0",
|
|
41
42
|
"buffer": "^6.0.3",
|