Skip to content

Commit 3fca668

Browse files
committed
v.0.0.7
1 parent 8a7818e commit 3fca668

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "database-builder",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Framework to assist in database manipulation (DDL and CRUD)",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

src/crud/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export * from "./update";
55
export * from "./crud";
66
export * from "./where-builder";
77
export * from "./enums";
8+
export * from "./projection-compiled";

0 commit comments

Comments
 (0)