diff --git a/index.ts b/index.ts index 3a95843..5a8afb4 100644 --- a/index.ts +++ b/index.ts @@ -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'; \ No newline at end of file diff --git a/package.json b/package.json index 08c7dab..74cf61c 100644 --- a/package.json +++ b/package.json @@ -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",