@bitget-wallet/omni-connect
Advanced tools
Comparing version 0.0.3 to 0.0.4-beta
@@ -960,5 +960,5 @@ 'use strict'; | ||
try { | ||
if (url.startsWith("tg://") || url.startsWith("https://t.me")) { | ||
if (url.startsWith("tg://") || url.startsWith("https://t.me") || url.startsWith("https://mini-app.bitkeep.com/")) { | ||
let tgUrl = url; | ||
if (url.startsWith("https://t.me/BitgetWallet_TGBot/BGW")) { | ||
if (url.startsWith("https://t.me/BitgetWallet_TGBot/BGW") || url.startsWith("https://mini-app.bitkeep.com/")) { | ||
tgUrl = buildUrlForBGWL(url); | ||
@@ -965,0 +965,0 @@ } |
@@ -958,5 +958,5 @@ import { __awaiter } from 'tslib'; | ||
try { | ||
if (url.startsWith("tg://") || url.startsWith("https://t.me")) { | ||
if (url.startsWith("tg://") || url.startsWith("https://t.me") || url.startsWith("https://mini-app.bitkeep.com/")) { | ||
let tgUrl = url; | ||
if (url.startsWith("https://t.me/BitgetWallet_TGBot/BGW")) { | ||
if (url.startsWith("https://t.me/BitgetWallet_TGBot/BGW") || url.startsWith("https://mini-app.bitkeep.com/")) { | ||
tgUrl = buildUrlForBGWL(url); | ||
@@ -963,0 +963,0 @@ } |
@@ -962,5 +962,5 @@ (function (global, factory) { | ||
try { | ||
if (url.startsWith("tg://") || url.startsWith("https://t.me")) { | ||
if (url.startsWith("tg://") || url.startsWith("https://t.me") || url.startsWith("https://mini-app.bitkeep.com/")) { | ||
let tgUrl = url; | ||
if (url.startsWith("https://t.me/BitgetWallet_TGBot/BGW")) { | ||
if (url.startsWith("https://t.me/BitgetWallet_TGBot/BGW") || url.startsWith("https://mini-app.bitkeep.com/")) { | ||
tgUrl = buildUrlForBGWL(url); | ||
@@ -967,0 +967,0 @@ } |
{ | ||
"name": "@bitget-wallet/omni-connect", | ||
"version": "0.0.3", | ||
"version": "0.0.4-beta", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"browser": "dist/index.umd.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "build": "rollup -c" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8
2953
443635
165