altair-fastify-plugin
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { RenderOptions } from 'altair-static'; | ||
@@ -24,4 +23,4 @@ import type { FastifyPluginCallback } from 'fastify'; | ||
} | ||
declare const _default: FastifyPluginCallback<AltairFastifyPluginOptions, import("http").Server, import("fastify").FastifyTypeProviderDefault>; | ||
declare const _default: FastifyPluginCallback<AltairFastifyPluginOptions>; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "altair-fastify-plugin", | ||
"description": "Fastify Plugin of Altair GraphQL Client", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"author": "PabloSz <pablosaez1995@gmail.com>", | ||
@@ -9,3 +9,3 @@ "bugs": "https://github.com/altair-graphql/altair/issues", | ||
"@fastify/static": "^6.4.0", | ||
"altair-static": "^6.1.0", | ||
"altair-static": "^6.2.0", | ||
"fastify-plugin": "^2.3.4" | ||
@@ -17,3 +17,3 @@ }, | ||
"ts-node": "^9.0.0", | ||
"typescript": "4.9.5" | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -44,3 +44,3 @@ "files": [ | ||
"types": "dist/index.d.ts", | ||
"gitHead": "0a5812357e79b4b1e96381ab26f2596fd65336dd" | ||
"gitHead": "42aa0b010c561026999c8f9b0f774385900e53e8" | ||
} |
Sorry, the diff of this file is not supported yet
8224
140
Updatedaltair-static@^6.2.0