@contember/schema
Advanced tools
Comparing version 1.2.0-alpha.18 to 1.2.0-alpha.19
@@ -7,2 +7,3 @@ import { Input } from './schema/input'; | ||
import { Result } from './schema/result'; | ||
import { Settings } from './schema/settings'; | ||
export * from './ProjectRole'; | ||
@@ -14,2 +15,3 @@ export * from './schema/json'; | ||
readonly validation: Validation.Schema; | ||
readonly settings: Settings.Schema; | ||
}; | ||
@@ -19,3 +21,3 @@ export declare type Writable<V> = { | ||
}; | ||
export { Input, Model, Acl, Schema, Validation, Value, Result }; | ||
export { Input, Model, Acl, Schema, Validation, Value, Result, Settings }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@contember/schema", | ||
"version": "1.2.0-alpha.18", | ||
"version": "1.2.0-alpha.19", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -7,2 +7,3 @@ import { Input } from './schema/input' | ||
import { Result } from './schema/result' | ||
import { Settings } from './schema/settings' | ||
@@ -16,2 +17,3 @@ export * from './ProjectRole' | ||
readonly validation: Validation.Schema | ||
readonly settings: Settings.Schema | ||
} | ||
@@ -21,2 +23,2 @@ | ||
export { Input, Model, Acl, Schema, Validation, Value, Result } | ||
export { Input, Model, Acl, Schema, Validation, Value, Result, Settings } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
114807
56
1592