@nerd-coder/fastify-mongoose
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@nerd-coder/fastify-mongoose", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A Fastify plugin to connect to a MongoDB instance via the Mongoose ODM", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,6 +0,6 @@ | ||
import { FastifyInstance, Plugin } from 'fastify/fastify' | ||
import { FastifyInstance, Plugin } from 'fastify' | ||
import { Server, IncomingMessage, ServerResponse } from 'http' | ||
import { Connection, ConnectionOptions, Schema } from 'mongoose' | ||
declare module 'fastify/fastify' { | ||
declare module 'fastify' { | ||
interface FastifyInstance { | ||
@@ -7,0 +7,0 @@ mongoose: Connection |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4223