@snowcone-app/ui 0.4.1 → 0.4.3
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 +16 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/composed/search/meilisearchAdapter.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.4.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`ab06b92`](https://github.com/snowcone-app/snowcone-monorepo/commit/ab06b92881105250fecb2d2ef2cdd186bca3f460)]:
|
|
8
|
+
- @snowcone-app/sdk@0.18.0
|
|
9
|
+
|
|
10
|
+
## 0.4.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#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.
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`0d6a637`](https://github.com/snowcone-app/snowcone-monorepo/commit/0d6a637d94f94b4b1b6a085220587e458a73bd83)]:
|
|
17
|
+
- @snowcone-app/sdk@0.17.2
|
|
18
|
+
|
|
3
19
|
## 0.4.1
|
|
4
20
|
|
|
5
21
|
### 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") || "
|
|
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,
|