@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 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 ../../@warlock.js/context/src/base-context.ts
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 ../../@warlock.js/context/src/context-manager.ts
110
+ //#region ../@warlock.js/context/src/context-manager.ts
111
111
  /**
112
112
  * Context Manager - Orchestrates multiple contexts together
113
113
  *
@@ -1,6 +1,6 @@
1
1
  import { AsyncLocalStorage } from "async_hooks";
2
2
 
3
- //#region ../../@warlock.js/context/src/base-context.d.ts
3
+ //#region ../@warlock.js/context/src/base-context.d.ts
4
4
  /**
5
5
  * Base class for all AsyncLocalStorage-based contexts
6
6
  *
@@ -1,6 +1,6 @@
1
1
  import { AsyncLocalStorage } from "async_hooks";
2
2
 
3
- //#region ../../@warlock.js/context/src/base-context.ts
3
+ //#region ../@warlock.js/context/src/base-context.ts
4
4
  /**
5
5
  * Base class for all AsyncLocalStorage-based contexts
6
6
  *
@@ -1,6 +1,6 @@
1
1
  import { Context } from "./base-context.mjs";
2
2
 
3
- //#region ../../@warlock.js/context/src/context-manager.d.ts
3
+ //#region ../@warlock.js/context/src/context-manager.d.ts
4
4
  /**
5
5
  * Context Manager - Orchestrates multiple contexts together
6
6
  *
@@ -1,4 +1,4 @@
1
- //#region ../../@warlock.js/context/src/context-manager.ts
1
+ //#region ../@warlock.js/context/src/context-manager.ts
2
2
  /**
3
3
  * Context Manager - Orchestrates multiple contexts together
4
4
  *
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "engines": {
25
25
  "node": ">=18.0.0"
26
26
  },
27
- "version": "4.1.6",
27
+ "version": "4.1.8",
28
28
  "main": "./cjs/index.cjs",
29
29
  "module": "./esm/index.mjs",
30
30
  "types": "./esm/index.d.mts",