@alanszp/shared-context 10.0.2 → 12.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@alanszp/shared-context",
3
- "version": "10.0.2",
3
+ "version": "12.0.0",
4
4
  "description": "Alan's shared context util.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -19,13 +19,13 @@
19
19
  "yalc-publish": "yarn run yalc publish"
20
20
  },
21
21
  "dependencies": {
22
- "@alanszp/audit": "^10.0.2",
23
- "@alanszp/errors": "^10.0.1",
24
- "@alanszp/logger": "^10.0.1",
22
+ "@alanszp/audit": "^12.0.0",
23
+ "@alanszp/errors": "^12.0.0",
24
+ "@alanszp/logger": "^12.0.0",
25
25
  "lodash": "^4.17.21"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^20.11.17"
29
29
  },
30
- "gitHead": "082a0c5695232966dd7295cdfc44a3f2480fca1a"
30
+ "gitHead": "085a76a387bc0e272e09e9cb1b6f48f814512940"
31
31
  }
@@ -1,5 +1,5 @@
1
1
  import { ILogger } from "@alanszp/logger";
2
- import { Audit, AuditWithState } from "@alanszp/audit";
2
+ import { AuditWithState } from "@alanszp/audit";
3
3
  import { AsyncLocalStorage } from "async_hooks";
4
4
 
5
5
  export interface SharedInternalContext {