ngxsmk-tel-input 1.0.0 → 1.0.2

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
@@ -18,9 +18,9 @@ An Angular component for entering and validating **international telephone numbe
18
18
  ## Screenshots
19
19
 
20
20
  <p align="left">
21
- <img src="readme-assets/valid.png" alt="Valid phone number - formatted and passing validation" width="420" />
21
+ <img src="./docs/valid.png" alt="Valid phone number" width="420" />
22
22
  &nbsp;&nbsp;
23
- <img src="readme-assets/invalid.png" alt="Invalid phone number - error state and null value" width="420" />
23
+ <img src="./docs/invalid.png" alt="Invalid phone number" width="420" />
24
24
  </p>
25
25
 
26
26
  ---
@@ -28,8 +28,8 @@ An Angular component for entering and validating **international telephone numbe
28
28
  ## Compatibility
29
29
 
30
30
  | ngxsmk-tel-input | Angular |
31
- | ---------------- | --------------- |
32
- | `0.0.x` | `17.x` – `19.x` |
31
+ |------------------| --------------- |
32
+ | `1.0.x` | `17.x` – `19.x` |
33
33
 
34
34
  > The library declares `peerDependencies` of `@angular/* >=17 <20`.
35
35
 
package/ng-package.json CHANGED
@@ -7,5 +7,10 @@
7
7
  "allowedNonPeerDependencies": [
8
8
  "intl-tel-input",
9
9
  "libphonenumber-js"
10
+ ],
11
+ "assets": [
12
+ "README.md",
13
+ "LICENSE",
14
+ { "glob": "**/*", "input": "projects/ngxsmk-tel-input/docs", "output": "docs" }
10
15
  ]
11
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngxsmk-tel-input",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "author": {
5
5
  "email": "sachindilshan040@gmail.com",
6
6
  "name": "Sachin Dilshan",
File without changes
File without changes