ngx-np-datepicker 2.2.2 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Angular Nepali Datepicker
2
2
 
3
- A configurable Nepali Date Picker(Bikram Sambat) built for angular appilcations.
3
+ A configurable Nepali Date Picker(Bikram Sambat) built for angular applications. Supports latest (Angular 19) version.
4
+
5
+ ### Key Fixes:
6
+
7
+ - Fixed date issues related to BS 2081 and 2082.
4
8
 
5
9
  ### Demo
6
10
 
@@ -41,7 +45,7 @@ then use `<np-datepicker [(ngModel)]="nepaliDate"></np-datepicker>` in your temp
41
45
 
42
46
  ### Note
43
47
 
44
- Fixed date issue of B.S. 2081 and 2082.
48
+ This package has no dependency.
45
49
 
46
50
  ### Format
47
51
 
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "ngx-np-datepicker",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "A simple Nepali Date Picker(Bikram Sambat) library in angular.",
5
5
  "homepage": "https://wwwbijay.github.io/angular-nepali-datepicker/",
6
6
  "keywords": [
7
7
  "Angular",
8
8
  "Typescript",
9
9
  "Javascript",
10
- "Nepali Date Picker"
10
+ "Nepali Date Picker",
11
+ "Angular Nepali Date Picker"
11
12
  ],
12
13
  "license": [
13
14
  {
@@ -16,8 +17,8 @@
16
17
  }
17
18
  ],
18
19
  "peerDependencies": {
19
- "@angular/common": "^13.1.0",
20
- "@angular/core": "^13.1.0"
20
+ "@angular/common": ">=13.0.0 <20.0.0",
21
+ "@angular/core": ">=13.0.0 <20.0.0"
21
22
  },
22
23
  "dependencies": {
23
24
  "tslib": "^2.3.0"
Binary file