@sourceloop/search-client 7.0.0 → 7.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
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 v14, we will provide support for the older version that is based on angular v13 till 30th June 2024.
7
+ Search-client now supports Angular v17, we will provide support for the older version that is based on Angular v14 till 30th August 2025 .
8
8
 
9
9
  ## Angular Module
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sourceloop/search-client",
3
- "version": "7.0.0",
4
- "description": "A global search component for search microservice. ",
3
+ "version": "7.0.1",
4
+ "description": "A global search component for search microservice.",
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^17.3.0",
7
7
  "@angular/cdk": "^17.3.0",
@@ -34,7 +34,7 @@
34
34
  "author": "Sourcefuse",
35
35
  "license": "MIT",
36
36
  "private": false,
37
- "gitHead": "054b885a5ed8fb75607da07f65d7ee14f400afab",
37
+ "gitHead": "bafae7c04291410b6ebe5a3f76d6c9fcb66168de",
38
38
  "module": "fesm2022/sourceloop-search-client.mjs",
39
39
  "typings": "index.d.ts",
40
40
  "exports": {