Skip to content

Commit 6795ead

Browse files
docs(search-client): readme update
readme update
1 parent 68d4d70 commit 6795ead

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

packages/search/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An Angular module that exports a component that can enable users to search over
44

55
### Deprecation Notice
66

7-
Search-client now supports Angular v19, we will provide support for the older version that is based on Angular v19 till 30th June 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 .
88

99
## Angular Module
1010

packages/search/projects/search-element/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
},
2020
"author": "Sourcefuse",
2121
"license": "MIT",
22-
"hash": "adbe715646a8cbd3ab73a84fcfbb804c861817bdfd7f3d407aa86efb0aa5f0f0"
23-
}
22+
"hash": "64ee416c86311c1bde0e03af55684dba28460131cc5aca311b1eb40373ca561e"
23+
}

packages/search/projects/search-lib/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ An Angular module that exports a component that can enable users to search over
44

55
### Deprecation Notice
66

7-
Search-client now supports Angular v19, we will provide support for the older version that is based on Angular v19 till 30th
8-
June 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 .
98

109
## Angular Module
1110

packages/search/projects/search-lib/bundle-element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function elementsBundler() {
2727
const file = '../search-element/dist/search-element.js';
2828
const data = readFileSync(file);
2929
const hash = crypto.createHash('sha256');
30-
hash.update(data);
30+
hash.update(new Uint8Array(data));
3131

3232
const fileHash = hash.digest('hex');
3333

packages/search/projects/search-lib/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)