Comparing version 0.20.13 to 0.20.14
@@ -920,5 +920,8 @@ declare namespace alkali { | ||
export class DeletedEvent extends UpdateEvent {} | ||
export class ContextualPromise<T> extends Promise<T> { | ||
constructor(executor: Function) | ||
} | ||
} | ||
declare module 'alkali' { | ||
export = alkali | ||
export = alkali | ||
} | ||
@@ -930,4 +933,1 @@ | ||
export class ContextualPromise<T> extends Promise<T> { | ||
constructor(executor: Function) | ||
} |
{ | ||
"name": "alkali", | ||
"author": "Kris Zyp", | ||
"version": "0.20.13", | ||
"version": "0.20.14", | ||
"description": "Reactivity with native JavaScript objects and HTML elements", | ||
@@ -31,3 +31,3 @@ "license": "BSD-3-Clause", | ||
"devDependencies": { | ||
"bluebird": "^3.3.3", | ||
"bluebird": "^3.5.3", | ||
"dojo": "^1.10.2", | ||
@@ -34,0 +34,0 @@ "dojo-dstore": "^1.1.1", |
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
498581
11356