@pattern-stack/codegen 0.8.0 → 0.8.1

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.
@@ -4378,6 +4378,10 @@ AuthController = __decorateClass([
4378
4378
  __decorateParam(4, Inject16(AUTH_OPTIONS))
4379
4379
  ], AuthController);
4380
4380
 
4381
+ // runtime/base-classes/tenant-context.ts
4382
+ import { AsyncLocalStorage } from "async_hooks";
4383
+ var als = new AsyncLocalStorage();
4384
+
4381
4385
  // runtime/subsystems/auth/auth.module.ts
4382
4386
  import { Module as Module7 } from "@nestjs/common";
4383
4387
  function resolveEncryptionKeyProvider(choice) {