Compare commits

...

2 Commits

Author SHA1 Message Date
126c453c6c
v1.5.3 2023-07-14 18:03:57 +03:00
89766d29b8
re-export filter 2023-07-14 18:03:38 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export { MessageBroker, BrokerOptions } from './src/MessageBroker.js';
export { MariaDB, MariaOptions } from './src/MariaDB.js';
export { MongoDB, MongoOptions } from './src/MongoDB.js';
export { ObjectId, Document, DeleteResult, Collection } from 'mongodb';
export { ObjectId, Document, DeleteResult, Collection, Filter } from 'mongodb';

View File

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