@howells/stow-server 2.3.2 → 2.3.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/dist/index.d.mts CHANGED
@@ -787,6 +787,7 @@ interface ColorSearchResultItem {
787
787
  position: number;
788
788
  proportion: number;
789
789
  };
790
+ metadata: Record<string, string> | null;
790
791
  width: number | null;
791
792
  }
792
793
  /** Result payload for color similarity search. */
package/dist/index.d.ts CHANGED
@@ -787,6 +787,7 @@ interface ColorSearchResultItem {
787
787
  position: number;
788
788
  proportion: number;
789
789
  };
790
+ metadata: Record<string, string> | null;
790
791
  width: number | null;
791
792
  }
792
793
  /** Result payload for color similarity search. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@howells/stow-server",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Server-side SDK for Stow file storage",
5
5
  "keywords": [
6
6
  "file-storage",