@danielsimonjr/memoryjs 2.6.0 → 2.7.0
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/cli/index.js +12 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +145 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +162 -1
- package/dist/index.d.ts +162 -1
- package/dist/index.js +142 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -1557,6 +1557,17 @@ var init_WorkerPoolManager = __esm({
|
|
|
1557
1557
|
}
|
|
1558
1558
|
});
|
|
1559
1559
|
|
|
1560
|
+
// src/utils/WorkerTaskManager.ts
|
|
1561
|
+
var init_WorkerTaskManager = __esm({
|
|
1562
|
+
"src/utils/WorkerTaskManager.ts"() {
|
|
1563
|
+
"use strict";
|
|
1564
|
+
init_esm_shims();
|
|
1565
|
+
init_taskScheduler();
|
|
1566
|
+
init_WorkerPoolManager();
|
|
1567
|
+
init_logger();
|
|
1568
|
+
}
|
|
1569
|
+
});
|
|
1570
|
+
|
|
1560
1571
|
// src/utils/BatchProcessor.ts
|
|
1561
1572
|
var init_BatchProcessor = __esm({
|
|
1562
1573
|
"src/utils/BatchProcessor.ts"() {
|
|
@@ -2003,6 +2014,7 @@ var init_utils = __esm({
|
|
|
2003
2014
|
init_taskScheduler();
|
|
2004
2015
|
init_operationUtils();
|
|
2005
2016
|
init_WorkerPoolManager();
|
|
2017
|
+
init_WorkerTaskManager();
|
|
2006
2018
|
init_BatchProcessor();
|
|
2007
2019
|
init_MemoryMonitor();
|
|
2008
2020
|
init_relationHelpers();
|