Comparing version 7.0.0-alpha.16 to 7.0.0-alpha.17
/// <reference types="bluebird" /> | ||
/// <reference types="node" /> | ||
import Promise = require("bluebird"); | ||
@@ -3,0 +4,0 @@ import * as Iridium from "../iridium"; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
/// <reference types="bluebird" /> | ||
@@ -2,0 +3,0 @@ import * as Bluebird from "bluebird"; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
/** | ||
@@ -2,0 +3,0 @@ * A method which is called once an asynchronous operation has completed, an alternative |
@@ -1,2 +0,1 @@ | ||
/// <reference types="bluebird" /> | ||
export interface Hooks<TDocument, TInstance> { | ||
@@ -3,0 +2,0 @@ onCreating?(document: TDocument): Promise<any> | PromiseLike<any> | void; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="bluebird" /> | ||
import * as Skmatc from "skmatc"; | ||
@@ -3,0 +2,0 @@ import { Schema } from "./Schema"; |
{ | ||
"name": "iridium", | ||
"version": "7.0.0-alpha.16", | ||
"version": "7.0.0-alpha.17", | ||
"author": "Benjamin Pannell <admin@sierrasoftworks.com>", | ||
@@ -53,34 +53,34 @@ "description": "A custom lightweight ORM for MongoDB designed for power-users", | ||
"dependencies": { | ||
"@types/bluebird": "^2.0.29", | ||
"@types/lodash": "0.0.28", | ||
"@types/mongodb": "^2.1.29", | ||
"@types/chai": "^3.4.29", | ||
"bluebird": "^3.3.4", | ||
"lodash": "^4.8.1", | ||
"mongodb": "~2.1.14", | ||
"@types/bluebird": "^3.0.33", | ||
"@types/lodash": "^4.14.36", | ||
"@types/mongodb": "^2.1.33", | ||
"@types/chai": "^3.4.33", | ||
"bluebird": "^3.4.6", | ||
"lodash": "^4.16.2", | ||
"mongodb": "^2.2.10", | ||
"skmatc": "~1.2.1" | ||
}, | ||
"peerDependencies": { | ||
"@types/bluebird": "^2.0.29", | ||
"@types/lodash": "0.0.28", | ||
"@types/mongodb": "^2.1.29", | ||
"@types/chai": "^3.4.29" | ||
"@types/bluebird": "^3.0.33", | ||
"@types/lodash": "^4.14.36", | ||
"@types/mongodb": "^2.1.33", | ||
"@types/chai": "^3.4.33" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^3.4.29", | ||
"@types/chai-as-promised": "0.0.28", | ||
"@types/mocha": "^2.2.28", | ||
"@types/source-map-support": "^0.2.27", | ||
"@types/chai": "^3.4.33", | ||
"@types/chai-as-promised": "^0.0.29", | ||
"@types/mocha": "^2.2.32", | ||
"@types/source-map-support": "^0.2.28", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^5.2.0", | ||
"chai-as-promised": "^5.3.0", | ||
"chalk": "^1.1.3", | ||
"concurrently": "^2.1.0", | ||
"coveralls": "^2.11.8", | ||
"istanbul": "~0.4.3", | ||
"mocha": "^2.5.3", | ||
"coveralls": "^2.11.14", | ||
"istanbul": "~0.4.5", | ||
"mocha": "^3.0.2", | ||
"remap-istanbul": "^0.6.4", | ||
"source-map-support": "^0.4.2", | ||
"tslint": "^3.5.0", | ||
"typedoc": "~0.4.4", | ||
"typescript": "~2.0.0" | ||
"tslint": "^3.15.1", | ||
"typedoc": "~0.4.5", | ||
"typescript": "~2.0.3" | ||
}, | ||
@@ -87,0 +87,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1217259
326
14249
2
+ Added@types/bluebird@3.5.42(transitive)
+ Added@types/lodash@4.17.13(transitive)
+ Addedbson@1.0.9(transitive)
+ Addedbuffer-shims@1.0.0(transitive)
+ Addedes6-promise@3.2.1(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedmongodb@2.2.36(transitive)
+ Addedmongodb-core@2.1.20(transitive)
+ Addedprocess-nextick-args@1.0.7(transitive)
+ Addedreadable-stream@2.2.7(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.0.3(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removed@types/bluebird@2.0.39(transitive)
- Removed@types/lodash@0.0.28(transitive)
- Removedbson@0.4.23(transitive)
- Removedes6-promise@3.0.2(transitive)
- Removedisarray@0.0.1(transitive)
- Removedmongodb@2.1.21(transitive)
- Removedmongodb-core@1.3.21(transitive)
- Removedreadable-stream@1.0.31(transitive)
- Removedstring_decoder@0.10.31(transitive)
Updated@types/bluebird@^3.0.33
Updated@types/chai@^3.4.33
Updated@types/lodash@^4.14.36
Updated@types/mongodb@^2.1.33
Updatedbluebird@^3.4.6
Updatedlodash@^4.16.2
Updatedmongodb@^2.2.10