@based/schema 2.2.13 → 2.2.14

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