@qelos/plugin-play 3.7.2 → 3.7.4

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.
@@ -4,7 +4,7 @@ export interface QelosRouteParams extends RouteOptions {
4
4
  verifyToken: boolean;
5
5
  }
6
6
  export declare const endpoints: Map<string, QelosRouteParams>;
7
- export declare const internalEndpoints: Map<string, RouteOptions<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify/types/route").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, import("fastify").FastifyBaseLogger>>;
7
+ export declare const internalEndpoints: Map<string, RouteOptions<import("fastify").RawServerDefault, import("http").IncomingMessage, import("http").ServerResponse<import("http").IncomingMessage>, import("fastify/types/route").RouteGenericInterface, unknown, import("fastify").FastifySchema, import("fastify").FastifyTypeProviderDefault, import("fastify").FastifyLoggerInstance>>;
8
8
  export declare function addProxyEndpoint(path: string, options: Partial<QelosRouteParams>): void;
9
9
  export declare function addEndpoint(path: string, options: Partial<QelosRouteParams>): void;
10
10
  export declare function addInternalEndpoint(path: string, options: Partial<RouteOptions>): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qelos/plugin-play",
3
- "version": "3.7.2",
3
+ "version": "3.7.4",
4
4
  "description": "Play a plugin for Qelos!",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -14,16 +14,16 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@fastify/cookie": "^8.3.0",
17
- "@fastify/static": "^6.5.0",
18
- "@qelos/cache-manager": "^3.7.2",
19
- "@qelos/sdk": "^3.7.2",
20
- "@qelos/web-sdk": "^3.7.2",
21
- "fastify": "^4.3.0",
22
- "jsonwebtoken": "^9.0.0",
23
- "undici": "^5.8.0"
17
+ "@fastify/static": "^6.12.0",
18
+ "@qelos/cache-manager": "^3.7.4",
19
+ "@qelos/sdk": "^3.7.4",
20
+ "@qelos/web-sdk": "^3.7.4",
21
+ "fastify": "~4.3.0",
22
+ "jsonwebtoken": "^9.0.2",
23
+ "undici": "^6.20.1"
24
24
  },
25
25
  "devDependencies": {
26
26
  "typescript": "^4.9.5"
27
27
  },
28
- "gitHead": "d9f25a32a5028818ed4cbd12de9a387f283c115f"
28
+ "gitHead": "19f9c9c5e119299f5bbe3f9cf9acb44578eb10cb"
29
29
  }