@frak-labs/core-sdk 1.2.1-beta.7dd0a654 → 1.2.1-beta.e97656d0
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/package.json +2 -2
- package/src/index.ts +1 -1
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "https://twitter.com/QNivelais"
|
|
12
12
|
}
|
|
13
13
|
],
|
|
14
|
-
"version": "1.2.1-beta.
|
|
14
|
+
"version": "1.2.1-beta.e97656d0",
|
|
15
15
|
"description": "Core SDK of the Frak wallet, low level library to interact directly with the frak ecosystem.",
|
|
16
16
|
"repository": {
|
|
17
17
|
"url": "https://github.com/frak-id/wallet",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"viem": "^2.x"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@frak-labs/frame-connector": "0.2.0-beta.
|
|
107
|
+
"@frak-labs/frame-connector": "0.2.0-beta.e97656d0",
|
|
108
108
|
"@openpanel/web": "^1.4.1"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
package/src/index.ts
CHANGED
|
@@ -115,9 +115,9 @@ export {
|
|
|
115
115
|
type DeepLinkFallbackOptions,
|
|
116
116
|
decompressJsonFromB64,
|
|
117
117
|
deleteQueryParamCaseInsensitive,
|
|
118
|
+
detectPageLanguage,
|
|
118
119
|
type FullSsoParams,
|
|
119
120
|
findIframeInOpener,
|
|
120
|
-
detectPageLanguage,
|
|
121
121
|
formatAmount,
|
|
122
122
|
generateSsoUrl,
|
|
123
123
|
getCurrencyAmountKey,
|