FRE-600: Fix code review blockers

- 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>
This commit is contained in:
2026-04-25 00:08:01 -04:00
parent 65b552bb08
commit 7c684a42cc
48450 changed files with 5679671 additions and 383 deletions

6
node_modules/ox/_cjs/trusted-setups/Paths.js generated vendored Normal file
View File

@@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.mainnet = void 0;
const paths_js_1 = require("./internal/paths.js");
exports.mainnet = (0, paths_js_1.path)('mainnet');
//# sourceMappingURL=Paths.js.map

1
node_modules/ox/_cjs/trusted-setups/Paths.js.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"Paths.js","sourceRoot":"","sources":["../../trusted-setups/Paths.ts"],"names":[],"mappings":";;;AAAA,kDAA0C;AAE7B,QAAA,OAAO,GAAG,IAAA,eAAI,EAAC,SAAS,CAAC,CAAA"}

5
node_modules/ox/_cjs/trusted-setups/index.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Paths = void 0;
exports.Paths = require("./Paths.js");
//# sourceMappingURL=index.js.map

1
node_modules/ox/_cjs/trusted-setups/index.js.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../trusted-setups/index.ts"],"names":[],"mappings":";;;AAAA,sCAAmC"}

11
node_modules/ox/_cjs/trusted-setups/internal/paths.js generated vendored Normal file
View File

@@ -0,0 +1,11 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.path = path;
const node_path_1 = require("node:path");
const node_url_1 = require("node:url");
function path(name) {
const __filename = (0, node_url_1.fileURLToPath)(import.meta.url);
const __dirname = (0, node_path_1.dirname)(__filename);
return (0, node_path_1.resolve)(__dirname, `./setups/${name}.json`);
}
//# sourceMappingURL=paths.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"paths.js","sourceRoot":"","sources":["../../../trusted-setups/internal/paths.ts"],"names":[],"mappings":";;AAIA,oBAQC;AAZD,yCAA4C;AAC5C,uCAAwC;AAGxC,SAAgB,IAAI,CAAC,IAAY;IAC/B,MAAM,UAAU,GAAG,IAAA,wBAAa,EAG9B,MAAM,CAAC,IAAI,CAAC,GAAG,CAChB,CAAA;IACD,MAAM,SAAS,GAAG,IAAA,mBAAO,EAAC,UAAU,CAAC,CAAA;IACrC,OAAO,IAAA,mBAAO,EAAC,SAAS,EAAE,YAAY,IAAI,OAAO,CAAC,CAAA;AACpD,CAAC"}