@tinacms/schema-tools 0.0.0-5b66892-20241003023658 → 0.0.0-bf22bf8-20241004045704

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.
@@ -162,8 +162,8 @@ export type ImageField = (FieldGeneric<string, undefined> | FieldGeneric<string,
162
162
  type ReferenceFieldOptions = {
163
163
  optionComponent?: OptionComponent;
164
164
  /**
165
- * @deprecated use `collectionFilter` instead as experimental___Filter will be removed in a future release
166
- */
165
+ * @deprecated use `collectionFilter` instead as experimental___Filter will be removed in a future release
166
+ */
167
167
  experimental___filter?: (list: Array<any>, searchQuery: string) => Array<any>;
168
168
  collectionFilter?: Record<string, Record<string, FilterValue>> | (() => Record<string, Record<string, FilterValue>>);
169
169
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/schema-tools",
3
- "version": "0.0.0-5b66892-20241003023658",
3
+ "version": "0.0.0-bf22bf8-20241004045704",
4
4
  "main": "dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "exports": {