tina4-nodejs 3.13.68 → 3.13.70

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.
@@ -1,5 +1,5 @@
1
- import type { RouteDefinition } from "@tina4/core";
2
- import type { ModelDefinition, FieldDefinition } from "@tina4/orm";
1
+ import type { RouteDefinition } from "../../core/src/index.js";
2
+ import type { ModelDefinition, FieldDefinition } from "../../orm/src/index.js";
3
3
 
4
4
  interface OpenAPISpecInfo {
5
5
  title: string;
@@ -1,4 +1,4 @@
1
- import type { Tina4Request, Tina4Response, RouteDefinition } from "@tina4/core";
1
+ import type { Tina4Request, Tina4Response, RouteDefinition } from "../../core/src/index.js";
2
2
 
3
3
  // The UI assets load from a CDN by default (a documented architecture decision —
4
4
  // we don't vendor ~1.4MB of swagger-ui-dist, to stay small). Air-gapped