@contember/schema-utils
Advanced tools
Comparing version 0.12.0-alpha.5 to 0.12.0-alpha.6
@@ -44,3 +44,3 @@ "use strict"; | ||
}, | ||
[schema_1.ProjectRole.MAINTAINER]: { | ||
[schema_1.ProjectRole.DEPLOYER]: { | ||
stages: '*', | ||
@@ -47,0 +47,0 @@ entities: {}, |
{ | ||
"name": "@contember/schema-utils", | ||
"version": "0.12.0-alpha.5", | ||
"version": "0.12.0-alpha.6", | ||
"license": "Apache-2.0", | ||
@@ -11,3 +11,3 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@contember/schema": "^0.12.0-alpha.5" | ||
"@contember/schema": "^0.12.0-alpha.6" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
@@ -41,3 +41,3 @@ import { Acl, ProjectRole, Schema } from '@contember/schema' | ||
}, | ||
[ProjectRole.MAINTAINER]: { | ||
[ProjectRole.DEPLOYER]: { | ||
stages: '*', | ||
@@ -44,0 +44,0 @@ entities: {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
245457