Skip to content

Commit

Permalink
Chore/merge master into dev (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly authored Jul 29, 2024
2 parents 1a9442f + b3ac703 commit 96b9b2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/components/ContentItem/contentItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import useParticle from 'src/hooks/useParticle';
import type { IpfsContentType } from 'src/services/ipfs/types';
import { $TsFixMe } from 'src/types/tsfix';


import SearchItem from '../SearchItem/searchItem';

import { getRankGrade } from '../../utils/search/utils';
Expand Down
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,13 @@
></script>
</body>

<script>
window.cyb = {};
</script>

<script
defer
data-domain="ready.cyb.ai"
data-domain="cyb.ai"
src="https://metrics.cyb.ai/js/script.js"
></script>
</html>
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10854,17 +10854,6 @@
dependencies:
tslib "^2.3.0"

"@xenova/transformers@^2.17.0":
version "2.17.2"
resolved "https://registry.yarnpkg.com/@xenova/transformers/-/transformers-2.17.2.tgz#7448d73b90f67bced66f39fe2dd656adc891fde5"
integrity sha512-lZmHqzrVIkSvZdKZEx7IYY51TK0WDrC8eR0c5IMnBsO8di8are1zzw8BlLhyO2TklZKLN5UffNGs1IJwT6oOqQ==
dependencies:
"@huggingface/jinja" "^0.2.2"
onnxruntime-web "1.14.0"
sharp "^0.32.0"
optionalDependencies:
onnxruntime-node "1.14.0"

"@xmldom/xmldom@^0.7.5":
version "0.7.13"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.7.13.tgz#ff34942667a4e19a9f4a0996a76814daac364cf3"
Expand Down

0 comments on commit 96b9b2b

Please sign in to comment.