@phantom/browser-sdk 1.0.0-beta.25 → 1.0.0-beta.27
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 +10 -10
package/dist/index.js
CHANGED
|
@@ -2876,7 +2876,7 @@ var BrowserAuthProvider = class {
|
|
|
2876
2876
|
// OAuth session management - defaults to allow refresh unless explicitly clearing after logout
|
|
2877
2877
|
clear_previous_session: (phantomOptions.clearPreviousSession ?? false).toString(),
|
|
2878
2878
|
allow_refresh: (phantomOptions.allowRefresh ?? true).toString(),
|
|
2879
|
-
sdk_version: "1.0.0-beta.
|
|
2879
|
+
sdk_version: "1.0.0-beta.27",
|
|
2880
2880
|
sdk_type: "browser",
|
|
2881
2881
|
platform: detectBrowser().name
|
|
2882
2882
|
});
|
|
@@ -3140,7 +3140,7 @@ var EmbeddedProvider = class extends import_embedded_provider_core.EmbeddedProvi
|
|
|
3140
3140
|
// Full user agent for more detailed info
|
|
3141
3141
|
[import_constants2.ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
3142
3142
|
[import_constants2.ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
3143
|
-
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
3143
|
+
[import_constants2.ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.27"
|
|
3144
3144
|
// Replaced at build time
|
|
3145
3145
|
}
|
|
3146
3146
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -2827,7 +2827,7 @@ var BrowserAuthProvider = class {
|
|
|
2827
2827
|
// OAuth session management - defaults to allow refresh unless explicitly clearing after logout
|
|
2828
2828
|
clear_previous_session: (phantomOptions.clearPreviousSession ?? false).toString(),
|
|
2829
2829
|
allow_refresh: (phantomOptions.allowRefresh ?? true).toString(),
|
|
2830
|
-
sdk_version: "1.0.0-beta.
|
|
2830
|
+
sdk_version: "1.0.0-beta.27",
|
|
2831
2831
|
sdk_type: "browser",
|
|
2832
2832
|
platform: detectBrowser().name
|
|
2833
2833
|
});
|
|
@@ -3091,7 +3091,7 @@ var EmbeddedProvider = class extends CoreEmbeddedProvider {
|
|
|
3091
3091
|
// Full user agent for more detailed info
|
|
3092
3092
|
[ANALYTICS_HEADERS.APP_ID]: config.appId,
|
|
3093
3093
|
[ANALYTICS_HEADERS.WALLET_TYPE]: config.embeddedWalletType,
|
|
3094
|
-
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.
|
|
3094
|
+
[ANALYTICS_HEADERS.SDK_VERSION]: "1.0.0-beta.27"
|
|
3095
3095
|
// Replaced at build time
|
|
3096
3096
|
}
|
|
3097
3097
|
};
|
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.27",
|
|
4
4
|
"description": "Browser SDK for Phantom Wallet",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"prettier": "prettier --write \"src/**/*.{ts,tsx}\""
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@phantom/base64url": "^1.0.0-beta.
|
|
37
|
-
"@phantom/browser-injected-sdk": "^1.0.0-beta.
|
|
38
|
-
"@phantom/chain-interfaces": "^1.0.0-beta.
|
|
39
|
-
"@phantom/client": "^1.0.0-beta.
|
|
40
|
-
"@phantom/constants": "^1.0.0-beta.
|
|
41
|
-
"@phantom/embedded-provider-core": "^1.0.0-beta.
|
|
42
|
-
"@phantom/indexed-db-stamper": "^1.0.0-beta.
|
|
43
|
-
"@phantom/parsers": "^1.0.0-beta.
|
|
44
|
-
"@phantom/sdk-types": "^1.0.0-beta.
|
|
36
|
+
"@phantom/base64url": "^1.0.0-beta.15",
|
|
37
|
+
"@phantom/browser-injected-sdk": "^1.0.0-beta.12",
|
|
38
|
+
"@phantom/chain-interfaces": "^1.0.0-beta.15",
|
|
39
|
+
"@phantom/client": "^1.0.0-beta.27",
|
|
40
|
+
"@phantom/constants": "^1.0.0-beta.15",
|
|
41
|
+
"@phantom/embedded-provider-core": "^1.0.0-beta.27",
|
|
42
|
+
"@phantom/indexed-db-stamper": "^1.0.0-beta.8",
|
|
43
|
+
"@phantom/parsers": "^1.0.0-beta.15",
|
|
44
|
+
"@phantom/sdk-types": "^1.0.0-beta.15",
|
|
45
45
|
"axios": "^1.10.0",
|
|
46
46
|
"bs58": "^6.0.0",
|
|
47
47
|
"buffer": "^6.0.3",
|