Actually export the func

This commit is contained in:
Erik 2024-10-12 13:56:04 +03:00
parent 0f44230b48
commit 4e9c63856c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
export { MessageBroker, BrokerOptions } from './src/MessageBroker.js';
export { MariaDB, MariaOptions } from './src/MariaDB.js';
export { MongoDB, MongoOptions } from './src/MongoDB.js';
export { MongoDB, MongoOptions, parseValidationError } from './src/MongoDB.js';
export { ObjectId, Document, DeleteResult, Collection, Filter, UpdateFilter, MongoServerError } from 'mongodb';
export { FieldInfo, OkPacket, Query, QueryOptions, Connection, PoolConnection, PoolCluster, MysqlError, Types } from 'mysql';
export { ConsumeMessage } from 'amqplib';

View File

@ -1,6 +1,6 @@
{
"name": "@navy.gif/wrappers",
"version": "1.9.2",
"version": "1.9.3",
"description": "Various wrapper classes I use in my projects",
"repository": "https://git.corgi.wtf/Navy.gif/wrappers.git",
"author": "Navy.gif",