@cloukit/common
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -12,3 +12,3 @@ import { Directive, ElementRef, EventEmitter, HostListener, Input, NgModule, Output } from '@angular/core'; | ||
*/ | ||
var CloukitHasFocusDirective = (function () { | ||
var CloukitHasFocusDirective = /** @class */ (function () { | ||
/** | ||
@@ -66,3 +66,3 @@ * @param {?} el | ||
*/ | ||
var CloukitClickOutsideDirective = (function () { | ||
var CloukitClickOutsideDirective = /** @class */ (function () { | ||
/** | ||
@@ -116,3 +116,3 @@ * @param {?} el | ||
*/ | ||
var CloukitCommonModule = (function () { | ||
var CloukitCommonModule = /** @class */ (function () { | ||
function CloukitCommonModule() { | ||
@@ -119,0 +119,0 @@ } |
{ | ||
"name": "@cloukit/common", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Common directives that are used by higher level components such as hasFocus and similar.", | ||
@@ -19,12 +19,11 @@ "private": false, | ||
"peerDependencies": { | ||
"@angular/core": "^4.0.1", | ||
"@angular/common": "^4.0.1", | ||
"@angular/platform-browser": "^4.0.1", | ||
"rxjs": "^5.1.0", | ||
"zone.js": "^0.8.4" | ||
"@angular/common": ">=4.0.0", | ||
"@angular/core": ">=4.0.0", | ||
"rxjs": ">=5.0.0", | ||
"zone.js": ">=0.8.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@cloukit/library-build-chain": "1.3.0" | ||
"@cloukit/library-build-chain": "1.4.4" | ||
} | ||
} | ||
} |
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
11625
4