@taujs/server 0.6.1 → 0.6.3

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.
@@ -279,4 +279,4 @@ type RouteData<C extends TaujsConfig = TaujsConfig, P extends string = string> =
279
279
 
280
280
  declare function defineConfig<const C extends TaujsConfig>(config: C): C;
281
281
 
282
- export { type AppConfig as A, type BaseLogger as B, type CoreAppConfig as C, type DebugConfig as D, type JsonObject as J, type RouteContext as R, type ServiceRegistry as S, type TaujsConfig as T, type SecurityConfig as a, type RouteData as b, callServiceMethod as c, defineConfig as d, defineService as e, defineServiceRegistry as f, type JsonPrimitive as g, type JsonValue as h, type RegistryCaller as i, type ServiceContext as j, type TypedServiceContext as k, AppError as l, withDeadline as w };
282
+ export { type AppConfig as A, type BaseLogger as B, type CoreAppConfig as C, type DebugConfig as D, type JsonObject as J, type RegistryCaller as R, type ServiceRegistry as S, type TaujsConfig as T, AppError as a, type JsonPrimitive as b, type JsonValue as c, type RouteContext as d, type RouteData as e, type SecurityConfig as f, type ServiceContext as g, type TypedServiceContext as h, callServiceMethod as i, defineConfig as j, defineService as k, defineServiceRegistry as l, withDeadline as w };
package/dist/Config.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  import 'fastify';
2
2
  import 'vite';
3
- export { A as AppConfig, l as AppError, J as JsonObject, g as JsonPrimitive, h as JsonValue, i as RegistryCaller, R as RouteContext, b as RouteData, a as SecurityConfig, j as ServiceContext, T as TaujsConfig, k as TypedServiceContext, c as callServiceMethod, d as defineConfig, e as defineService, f as defineServiceRegistry, w as withDeadline } from './Config-BODjH3XQ.js';
3
+ export { A as AppConfig, a as AppError, J as JsonObject, b as JsonPrimitive, c as JsonValue, R as RegistryCaller, d as RouteContext, e as RouteData, f as SecurityConfig, g as ServiceContext, T as TaujsConfig, h as TypedServiceContext, i as callServiceMethod, j as defineConfig, k as defineService, l as defineServiceRegistry, w as withDeadline } from './Config-BzkpdUvu.js';
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { FastifyPluginCallback, FastifyPluginAsync, FastifyInstance } from 'fastify';
2
- import { T as TaujsConfig, S as ServiceRegistry, D as DebugConfig, B as BaseLogger, C as CoreAppConfig } from './Config-BODjH3XQ.js';
2
+ import { T as TaujsConfig, S as ServiceRegistry, D as DebugConfig, B as BaseLogger, C as CoreAppConfig } from './Config-BzkpdUvu.js';
3
3
  import { InlineConfig } from 'vite';
4
4
 
5
5
  type NetResolved = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taujs/server",
3
- "version": "0.6.1",
3
+ "version": "0.6.3",
4
4
  "description": "τjs [ taujs ]",
5
5
  "author": "John Smith | Aoede <taujs@aoede.uk.net> (https://www.aoede.uk.net)",
6
6
  "license": "MIT",
@@ -44,8 +44,8 @@
44
44
  "dist"
45
45
  ],
46
46
  "dependencies": {
47
- "@fastify/static": "^8.3.0",
48
- "fastify": "^5.6.1",
47
+ "@fastify/static": "^9.1.3",
48
+ "fastify": "^5.8.5",
49
49
  "fastify-plugin": "^5.1.0",
50
50
  "path-to-regexp": "^8.1.0",
51
51
  "vite": "^7.3.1"
@@ -64,7 +64,6 @@
64
64
  "vitest": "^3.2.4"
65
65
  },
66
66
  "peerDependencies": {
67
- "fastify": "^5.6.1",
68
67
  "typescript": "^5.5.4",
69
68
  "vite": "^7.3.1"
70
69
  },