Compare commits
No commits in common. "126c453c6ccd3102c8259f1382cf336a783dd6c5" and "b4e1847bd1b49047090c4cd59c40392f1b17a322" have entirely different histories.
126c453c6c
...
b4e1847bd1
2
index.ts
2
index.ts
@ -1,4 +1,4 @@
|
|||||||
export { MessageBroker, BrokerOptions } from './src/MessageBroker.js';
|
export { MessageBroker, BrokerOptions } from './src/MessageBroker.js';
|
||||||
export { MariaDB, MariaOptions } from './src/MariaDB.js';
|
export { MariaDB, MariaOptions } from './src/MariaDB.js';
|
||||||
export { MongoDB, MongoOptions } from './src/MongoDB.js';
|
export { MongoDB, MongoOptions } from './src/MongoDB.js';
|
||||||
export { ObjectId, Document, DeleteResult, Collection, Filter } from 'mongodb';
|
export { ObjectId, Document, DeleteResult, Collection } from 'mongodb';
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@navy.gif/wrappers",
|
"name": "@navy.gif/wrappers",
|
||||||
"version": "1.5.3",
|
"version": "1.5.2",
|
||||||
"description": "Various wrapper classes I use in my projects",
|
"description": "Various wrapper classes I use in my projects",
|
||||||
"repository": "https://git.corgi.wtf/Navy.gif/wrappers.git",
|
"repository": "https://git.corgi.wtf/Navy.gif/wrappers.git",
|
||||||
"author": "Navy.gif",
|
"author": "Navy.gif",
|
||||||
|
Loading…
Reference in New Issue
Block a user