@snowcone-app/ui 0.4.1 → 0.4.2

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/dist/index.js CHANGED
@@ -10300,7 +10300,7 @@ import { InstantSearch, Configure, useSearchBox } from "react-instantsearch";
10300
10300
  // src/composed/search/meilisearchAdapter.ts
10301
10301
  import { instantMeiliSearch } from "@meilisearch/instant-meilisearch";
10302
10302
  var MEILISEARCH_HOST = readEnv("NEXT_PUBLIC_MEILISEARCH_HOST") || "https://ms-e5d999b2eaca-15654.sfo.meilisearch.io";
10303
- var MEILISEARCH_API_KEY = readEnv("NEXT_PUBLIC_MEILISEARCH_API_KEY") || "4a11f6599e39af365f6289dab46b77a30ef78ba1ac078f7d74e152c099b3b63c";
10303
+ var MEILISEARCH_API_KEY = readEnv("NEXT_PUBLIC_MEILISEARCH_API_KEY") || "c4f053bf342250c472c2ef564628ab675543f46d0c1e606b09f41616a21c8fa7";
10304
10304
  var { searchClient } = instantMeiliSearch(
10305
10305
  MEILISEARCH_HOST,
10306
10306
  MEILISEARCH_API_KEY,