@pandazy/capybara
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,1 +5,2 @@ export * from './add-rows'; | ||
export * from './get-indexed-query'; | ||
export * from './types'; |
@@ -8,2 +8,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./get-indexed-query"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
export * from './crud'; | ||
export * from './indexing'; | ||
export * from './types'; |
@@ -6,2 +6,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./indexing"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
export * from './get-row-index-gen'; | ||
export * from './get-row-index-remover'; | ||
export * from './get-table-index-creator'; | ||
export * from './types'; |
@@ -7,2 +7,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./get-table-index-creator"), exports); | ||
tslib_1.__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -8,3 +8,3 @@ { | ||
"name": "@pandazy/capybara", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A handy database library", | ||
@@ -11,0 +11,0 @@ "main": "dist/index.js", |
@@ -5,1 +5,2 @@ export * from './add-rows'; | ||
export * from './get-indexed-query'; | ||
export * from './types'; |
export * from './crud'; | ||
export * from './indexing'; | ||
export * from './types'; |
export * from './get-row-index-gen'; | ||
export * from './get-row-index-remover'; | ||
export * from './get-table-index-creator'; | ||
export * from './types' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
72469
1485