moment-timezone-picker
Advanced tools
Comparing version 7.0.1 to 8.0.0
@@ -55,3 +55,3 @@ import { AfterViewInit, ChangeDetectorRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MomentTimezonePickerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MomentTimezonePickerComponent, "ng-moment-timezone-picker", never, { "getUserZone": "getUserZone"; "customPlaceholderText": "customPlaceholderText"; "customNotFoundText": "customNotFoundText"; "clearable": "clearable"; "virtualScroll": "virtualScroll"; "disabled": "disabled"; "valueTransformFN": "valueTransformFN"; "config": "config"; }, {}, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MomentTimezonePickerComponent, "ng-moment-timezone-picker", never, { "getUserZone": { "alias": "getUserZone"; "required": false; }; "customPlaceholderText": { "alias": "customPlaceholderText"; "required": false; }; "customNotFoundText": { "alias": "customNotFoundText"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "virtualScroll": { "alias": "virtualScroll"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "valueTransformFN": { "alias": "valueTransformFN"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, {}, never, never, false, never>; | ||
} |
{ | ||
"name": "moment-timezone-picker", | ||
"version": "7.0.1", | ||
"version": "8.0.0", | ||
"description": "A simple angular moment timezone picker", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"angular", | ||
"angular 15", | ||
"angular 16", | ||
"ng", | ||
@@ -20,15 +20,11 @@ "ng2", | ||
"peerDependencies": { | ||
"@angular/common": ">=15.0.0 <16.0.0", | ||
"@angular/core": ">=15.0.0 <16.0.0" | ||
"@angular/common": ">=16.0.0 <17.0.0", | ||
"@angular/core": ">=16.0.0 <17.0.0" | ||
}, | ||
"dependencies": { | ||
"@ng-select/ng-select": "^10.0.4", | ||
"moment-timezone": "^0.5.34", | ||
"@ng-select/ng-select": "^11.1.1", | ||
"moment-timezone": "^0.5.43", | ||
"tslib": "^2.3.0" | ||
}, | ||
"module": "fesm2015/moment-timezone-picker.mjs", | ||
"es2020": "fesm2020/moment-timezone-picker.mjs", | ||
"esm2020": "esm2020/moment-timezone-picker.mjs", | ||
"fesm2020": "fesm2020/moment-timezone-picker.mjs", | ||
"fesm2015": "fesm2015/moment-timezone-picker.mjs", | ||
"module": "fesm2022/moment-timezone-picker.mjs", | ||
"typings": "index.d.ts", | ||
@@ -41,7 +37,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/moment-timezone-picker.mjs", | ||
"es2020": "./fesm2020/moment-timezone-picker.mjs", | ||
"es2015": "./fesm2015/moment-timezone-picker.mjs", | ||
"node": "./fesm2015/moment-timezone-picker.mjs", | ||
"default": "./fesm2020/moment-timezone-picker.mjs" | ||
"esm2022": "./esm2022/moment-timezone-picker.mjs", | ||
"esm": "./esm2022/moment-timezone-picker.mjs", | ||
"default": "./fesm2022/moment-timezone-picker.mjs" | ||
} | ||
@@ -48,0 +42,0 @@ }, |
@@ -15,2 +15,3 @@ # MomentTimezonePicker | ||
|---------|---------| | ||
| 16 | 8.x.x | | ||
| 15 | 7.x.x | | ||
@@ -17,0 +18,0 @@ | 14 | 6.x.x | |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
131
78443
29
651
1
+ Added@angular/common@16.2.12(transitive)
+ Added@angular/core@16.2.12(transitive)
+ Added@angular/forms@16.2.12(transitive)
+ Added@angular/platform-browser@16.2.12(transitive)
+ Added@ng-select/ng-select@11.2.0(transitive)
- Removed@angular/common@15.2.10(transitive)
- Removed@angular/core@15.2.10(transitive)
- Removed@angular/forms@15.2.10(transitive)
- Removed@angular/platform-browser@15.2.10(transitive)
- Removed@ng-select/ng-select@10.0.4(transitive)
Updated@ng-select/ng-select@^11.1.1
Updatedmoment-timezone@^0.5.43