Comparing version 1.0.4 to 1.0.5
@@ -0,0 +0,0 @@ { |
@@ -0,0 +0,0 @@ import { EnrichModelType, ModelTypeBase, QueryType } from "./util"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import Collection from "./collection"; |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -26,2 +26,3 @@ return result; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.collection = exports.util = void 0; | ||
var path_1 = __importDefault(require("path")); | ||
@@ -28,0 +29,0 @@ var chalk_1 = require("chalk"); |
@@ -0,0 +0,0 @@ export declare type ModelTypeBase = { |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "tsdiskdb", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript disk-based JSON database for storing small structures with a Mongo-like interface", | ||
@@ -14,14 +14,14 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"lodash": "^4.17.19", | ||
"merge": "^1.2.1", | ||
"typescript": "^3.9.7", | ||
"uuid": "^8.2.0" | ||
"peerDependencies": { | ||
"chalk": "^4.1.2", | ||
"lodash": "^4.17.21", | ||
"merge": "^2.1.1", | ||
"typescript": "^4.3.5", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.158", | ||
"@types/node": "^14.0.25", | ||
"@types/uuid": "^8.0.0" | ||
"@types/lodash": "^4.14.172", | ||
"@types/node": "^16.6.2", | ||
"@types/uuid": "^8.3.1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # tsDiskDB |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
792
45141
+ Addedmerge@2.1.1(transitive)
+ Addedtypescript@4.9.5(transitive)
- Removedchalk@^4.1.0
- Removedlodash@^4.17.19
- Removedmerge@^1.2.1
- Removedtypescript@^3.9.7
- Removeduuid@^8.2.0
- Removedmerge@1.2.1(transitive)
- Removedtypescript@3.9.10(transitive)