ng-click-outside2
Advanced tools
Comparing version 16.0.0 to 17.0.0
{ | ||
"name": "ng-click-outside2", | ||
"version": "16.0.0", | ||
"version": "17.0.0", | ||
"description": "Angular directive for handling click events outside an element.", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"@angular/common": ">=18.0.0", | ||
"@angular/core": ">=18.0.0" | ||
"@angular/common": ">=19.0.0", | ||
"@angular/core": ">=19.0.0" | ||
}, | ||
@@ -32,4 +32,2 @@ "module": "fesm2022/ng-click-outside2.mjs", | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ng-click-outside2.mjs", | ||
"esm": "./esm2022/ng-click-outside2.mjs", | ||
"default": "./fesm2022/ng-click-outside2.mjs" | ||
@@ -36,0 +34,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44891
12
442