@clipboard-health/execution-context 0.22.1 → 1.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clipboard-health/execution-context",
3
3
  "description": "A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.",
4
- "version": "0.22.1",
4
+ "version": "1.0.0",
5
5
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
6
6
  "dependencies": {
7
7
  "tslib": "2.8.1"
package/src/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import "./types/global";
2
2
  export * from "./lib/contextStore";
3
- export * from "./types/types";
3
+ export type * from "./types/types";
package/src/index.js CHANGED
@@ -3,5 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  require("./types/global");
5
5
  tslib_1.__exportStar(require("./lib/contextStore"), exports);
6
- tslib_1.__exportStar(require("./types/types"), exports);
7
6
  //# sourceMappingURL=index.js.map
package/src/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/execution-context/src/index.ts"],"names":[],"mappings":";;;AAAA,0BAAwB;AAExB,6DAAmC;AACnC,wDAA8B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages/execution-context/src/index.ts"],"names":[],"mappings":";;;AAAA,0BAAwB;AAExB,6DAAmC"}