@matchi/api 0.20251002.1 → 0.20251119.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.
@@ -3783,7 +3783,7 @@ type SearchUsersData = {
3783
3783
  path?: never;
3784
3784
  query: {
3785
3785
  /**
3786
- * The search query, should be at least 3 characters long
3786
+ * The search query, must be at least 3 characters long
3787
3787
  */
3788
3788
  name: string;
3789
3789
  /**
@@ -3783,7 +3783,7 @@ type SearchUsersData = {
3783
3783
  path?: never;
3784
3784
  query: {
3785
3785
  /**
3786
- * The search query, should be at least 3 characters long
3786
+ * The search query, must be at least 3 characters long
3787
3787
  */
3788
3788
  name: string;
3789
3789
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20251002.1",
3
+ "version": "0.20251119.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {