appos 0.1.26-0 → 0.1.28-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.
@@ -29,7 +29,7 @@ import * as keyv0 from "keyv";
29
29
  import Keyv from "keyv";
30
30
  import { Server, Socket } from "socket.io";
31
31
  import * as express from "express";
32
- import { Express, Request, RequestHandler } from "express";
32
+ import { Locals, Request, RequestHandler } from "express";
33
33
  import { NodeHTTPCreateContextFnOptions } from "@trpc/server/adapters/node-http";
34
34
 
35
35
  //#region app/.server/primitives/logger.d.ts
@@ -8303,7 +8303,7 @@ type OpenAPIRequest = Request & AppOSRequest;
8303
8303
  /**
8304
8304
  * Extended Locals type for OpenAPI handlers.
8305
8305
  */
8306
- type OpenAPILocals = Express.Locals & AppOSLocals;
8306
+ type OpenAPILocals = Locals & AppOSLocals;
8307
8307
  /**
8308
8308
  * Define typed response builders based on defined response schemas.
8309
8309
  */