@contember/schema
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
@@ -75,3 +75,3 @@ import Input from './input'; | ||
variables: Acl.Variables; | ||
stages: StagesDefinition; | ||
stages?: StagesDefinition; | ||
entities: Permissions; | ||
@@ -78,0 +78,0 @@ } & Record<string, unknown>; |
{ | ||
"name": "@contember/schema", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -106,3 +106,3 @@ import Input from './input' | ||
variables: Acl.Variables | ||
stages: StagesDefinition | ||
stages?: StagesDefinition | ||
entities: Permissions | ||
@@ -109,0 +109,0 @@ } & Record<string, unknown> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95453