@orion-js/schema 4.0.3 → 4.0.4

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.cts CHANGED
@@ -121,6 +121,10 @@ type SchemaMetadata = {
121
121
  * Validates the whole schema
122
122
  */
123
123
  __validate?: ValidateFunction;
124
+ /**
125
+ * The resolvers of the model
126
+ */
127
+ __resolvers?: any;
124
128
  };
125
129
  type Schema = {
126
130
  [K: string]: SchemaNode;
package/dist/index.d.ts CHANGED
@@ -121,6 +121,10 @@ type SchemaMetadata = {
121
121
  * Validates the whole schema
122
122
  */
123
123
  __validate?: ValidateFunction;
124
+ /**
125
+ * The resolvers of the model
126
+ */
127
+ __resolvers?: any;
124
128
  };
125
129
  type Schema = {
126
130
  [K: string]: SchemaNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orion-js/schema",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "main": "./dist/index.cjs",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [