@warlock.js/context 4.1.6 → 4.1.8
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/cjs/index.cjs +2 -2
- package/esm/base-context.d.mts +1 -1
- package/esm/base-context.mjs +1 -1
- package/esm/context-manager.d.mts +1 -1
- package/esm/context-manager.mjs +1 -1
- package/package.json +1 -1
package/cjs/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
let async_hooks = require("async_hooks");
|
|
3
3
|
|
|
4
|
-
//#region
|
|
4
|
+
//#region ../@warlock.js/context/src/base-context.ts
|
|
5
5
|
/**
|
|
6
6
|
* Base class for all AsyncLocalStorage-based contexts
|
|
7
7
|
*
|
|
@@ -107,7 +107,7 @@ var Context = class {
|
|
|
107
107
|
};
|
|
108
108
|
|
|
109
109
|
//#endregion
|
|
110
|
-
//#region
|
|
110
|
+
//#region ../@warlock.js/context/src/context-manager.ts
|
|
111
111
|
/**
|
|
112
112
|
* Context Manager - Orchestrates multiple contexts together
|
|
113
113
|
*
|
package/esm/base-context.d.mts
CHANGED
package/esm/base-context.mjs
CHANGED
package/esm/context-manager.mjs
CHANGED