@keyringnetwork/keyring-connect-sdk 0.0.6 → 0.0.7
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/main.js +0 -1
- package/package.json +1 -1
- package/readme.md +1 -0
- package/dist/constants.d.ts +0 -1
- package/dist/constants.js +0 -4
- package/dist/env.d.ts +0 -3
- package/dist/env.js +0 -6
package/dist/main.js
CHANGED
|
@@ -24,7 +24,6 @@ class KeyringConnect {
|
|
|
24
24
|
}
|
|
25
25
|
static isKeyringConnectInstalled() {
|
|
26
26
|
return __awaiter(this, void 0, void 0, function* () {
|
|
27
|
-
console.log('checking if keyring connect is installed');
|
|
28
27
|
try {
|
|
29
28
|
const timeout = new Promise((resolve) => {
|
|
30
29
|
setTimeout(() => resolve(false), 2000);
|
package/package.json
CHANGED
package/readme.md
CHANGED
package/dist/constants.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const EXTENSION_ID = "pninfjlkopblipjddjdannflkbdkcmpi";
|
package/dist/constants.js
DELETED
package/dist/env.d.ts
DELETED