@bpost/bp-address-auto-complete-by-component 1.1.10 → 1.1.11

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/VERSION.md +4 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # LibAddressAutocompleteByComponent
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
4
 
5
5
  Here under, we provide for ome basic information.
6
6
  But this version of the library is also shipped with a tutorial where you can find some code and some videos.
package/VERSION.md CHANGED
@@ -1,11 +1,14 @@
1
1
  # bp-address-auto-complete-by-component Version
2
2
 
3
- This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.9.
3
+ This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
4
4
 
5
5
  This is a pure angular library and can be imported as a module inside an angular (version>=7) application.
6
6
  This library is not suited for a pure javascript application.
7
7
  For any pure JS application, another version of this component exists in our repository.
8
8
 
9
+ ## Version 1.1.11
10
+ Changing numberOfExceptions to switch to no validation by backend when autocomplete api is down.
11
+
9
12
  ## Version 1.1.10
10
13
  Changing numberOfExceptions to switch to no validation by backend.
11
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpost/bp-address-auto-complete-by-component",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0"