- Consolidated duplicate UndoManagers to single instance - Fixed connection promise to only resolve on 'connected' status - Fixed WebSocketProvider import (WebsocketProvider) - Added proper doc.destroy() cleanup - Renamed isPresenceInitialized property to avoid conflict Co-Authored-By: Paperclip <noreply@paperclip.ing>
7 lines
327 B
JavaScript
7 lines
327 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const tslib_1 = require("tslib");
|
|
tslib_1.__exportStar(require("./index.js"), exports);
|
|
tslib_1.__exportStar(require("./erc4337/index.js"), exports);
|
|
tslib_1.__exportStar(require("./erc6492/index.js"), exports);
|
|
//# sourceMappingURL=index.docs.js.map
|