@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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#822](https://github.com/snowcone-app/snowcone-monorepo/pull/822) [`0d6a637`](https://github.com/snowcone-app/snowcone-monorepo/commit/0d6a637d94f94b4b1b6a085220587e458a73bd83) Thanks [@kevinsproles](https://github.com/kevinsproles)! - Fix the public catalog key scope: it now includes `documents.get` (exact product lookups by code), not just `search`. The previous key was search-only, which rejected the documented `GET /indexes/snowcone/documents/{code}` reads.
8
+
9
+ - Updated dependencies [[`0d6a637`](https://github.com/snowcone-app/snowcone-monorepo/commit/0d6a637d94f94b4b1b6a085220587e458a73bd83)]:
10
+ - @snowcone-app/sdk@0.17.2
11
+
3
12
  ## 0.4.1
4
13
 
5
14
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -10613,7 +10613,7 @@ var import_react_instantsearch = require("react-instantsearch");
10613
10613
  // src/composed/search/meilisearchAdapter.ts
10614
10614
  var import_instant_meilisearch = require("@meilisearch/instant-meilisearch");
10615
10615
  var MEILISEARCH_HOST = readEnv("NEXT_PUBLIC_MEILISEARCH_HOST") || "https://ms-e5d999b2eaca-15654.sfo.meilisearch.io";
10616
- var MEILISEARCH_API_KEY = readEnv("NEXT_PUBLIC_MEILISEARCH_API_KEY") || "4a11f6599e39af365f6289dab46b77a30ef78ba1ac078f7d74e152c099b3b63c";
10616
+ var MEILISEARCH_API_KEY = readEnv("NEXT_PUBLIC_MEILISEARCH_API_KEY") || "c4f053bf342250c472c2ef564628ab675543f46d0c1e606b09f41616a21c8fa7";
10617
10617
  var { searchClient } = (0, import_instant_meilisearch.instantMeiliSearch)(
10618
10618
  MEILISEARCH_HOST,
10619
10619
  MEILISEARCH_API_KEY,