@eightyfourthousand/lib-search 2026.3.0 → 2026.3.1

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
- # lib-search
1
+ # @eightyfourthousand/lib-search
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ Shared translation search UI and server helpers for 84000 applications.
4
+
5
+ Use this package for the cross-application translation search dialog, result rendering, and supporting search helpers.
4
6
 
5
7
  ## Running unit tests
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eightyfourthousand/lib-search",
3
- "version": "2026.3.0",
3
+ "version": "2026.3.1",
4
4
  "description": "Shared translation search UI and server helpers for 84000 applications.",
5
5
  "private": false,
6
6
  "repository": {
@@ -17,9 +17,9 @@
17
17
  "access": "public"
18
18
  },
19
19
  "dependencies": {
20
- "@eightyfourthousand/data-access": "^2026.3.0",
21
- "@eightyfourthousand/design-system": "^2026.3.0",
22
- "@eightyfourthousand/lib-utils": "^2026.3.0"
20
+ "@eightyfourthousand/data-access": "^2026.3.1",
21
+ "@eightyfourthousand/design-system": "^2026.3.1",
22
+ "@eightyfourthousand/lib-utils": "^2026.3.1"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "next": "^16.0.0",