@based/schema 2.2.11 → 2.2.13

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.
@@ -121,6 +121,7 @@ export type BasedSchemaFieldReference = {
121
121
  bidirectional?: {
122
122
  fromField: string;
123
123
  };
124
+ sortable?: boolean;
124
125
  allowedTypes?: AllowedTypes;
125
126
  } & BasedSchemaFieldShared;
126
127
  export type BasedSchemaFieldReferences = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@based/schema",
3
- "version": "2.2.11",
3
+ "version": "2.2.13",
4
4
  "license": "MIT",
5
5
  "main": "dist/src/index.js",
6
6
  "files": [