@sourceloop/search-element 8.0.0 → 9.0.1

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
@@ -4,7 +4,7 @@ An Angular module that exports a component that can enable users to search over
4
4
 
5
5
  ### Deprecation Notice
6
6
 
7
- Search-client now supports Angular v19, we will provide support for the older version that is based on Angular v17 till 31st March 2026 .
7
+ Search-client now supports Angular v20, we will provide support for the older version that is based on Angular v19 till 30th June 2026 .
8
8
 
9
9
  ## Angular Module
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sourceloop/search-element",
3
- "version": "8.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "A global search element for search microservice. ",
5
5
  "main": "./search-element.js",
6
6
  "private": false,
@@ -19,6 +19,6 @@
19
19
  },
20
20
  "author": "Sourcefuse",
21
21
  "license": "MIT",
22
- "hash": "b5fdb11c9f1575d7e222aba51e2350f9bab4f913404a2c9a9216650512a65690",
23
- "gitHead": "a19010968b6e90c0a28f47c03826f276c918f162"
22
+ "hash": "64ee416c86311c1bde0e03af55684dba28460131cc5aca311b1eb40373ca561e",
23
+ "gitHead": "3717ce9eaadaae6b78c932d3a9b54a0cd3ea8ef5"
24
24
  }