Skip to content

Commit

Permalink
Merge pull request #181 from TogetherCrew/add-connect-to-DB
Browse files Browse the repository at this point in the history
Add connect to db
  • Loading branch information
cyri113 authored Nov 19, 2024
2 parents 6001eb9 + 5d3e8f4 commit 67f7500
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@togethercrew.dev/db",
"version": "3.0.75",
"version": "3.0.76",
"description": "All interactions with DB",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/service/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import DatabaseManager from './databaseManager';
import Connetion from './connetion';
export { DatabaseManager, Connetion };
import Connection from './connection';
export { DatabaseManager, Connection };

0 comments on commit 67f7500

Please sign in to comment.