ngx-dial-input 2.1.2 → 2.1.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/package.json CHANGED
@@ -1,10 +1,39 @@
1
1
  {
2
2
  "name": "ngx-dial-input",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
+ "description": "Angular phone input component with country selector, dial code support, and min/max length validation.",
5
+ "author": "CroemInc",
6
+ "license": "MIT",
7
+ "homepage": "https://github.com/CroemInc/ngx-dial-input#readme",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/CroemInc/ngx-dial-input.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/CroemInc/ngx-dial-input/issues"
14
+ },
15
+ "keywords": [
16
+ "angular",
17
+ "angular-phone-input",
18
+ "ngx-dial-input",
19
+ "phone-input",
20
+ "phone-validation",
21
+ "dial-code",
22
+ "country-selector",
23
+ "e164",
24
+ "reactive-forms",
25
+ "typescript"
26
+ ],
27
+ "publishConfig": {
28
+ "access": "public"
29
+ },
30
+ "engines": {
31
+ "node": ">=16"
32
+ },
4
33
  "peerDependencies": {
5
- "@angular/common": "15.2.10",
6
- "@angular/core": "15.2.10",
7
- "@angular/forms": "^15.1.1"
34
+ "@angular/common": ">=15.0.0 <22.0.0",
35
+ "@angular/core": ">=15.0.0 <22.0.0",
36
+ "@angular/forms": ">=15.0.0 <22.0.0"
8
37
  },
9
38
  "module": "fesm2015/ngx-dial-input.mjs",
10
39
  "es2020": "fesm2020/ngx-dial-input.mjs",
@@ -27,7 +56,6 @@
27
56
  },
28
57
  "sideEffects": false,
29
58
  "dependencies": {
30
- "ngx-dial-input": "^2.1.1",
31
59
  "tslib": "^2.3.0"
32
60
  }
33
- }
61
+ }