@sgorg/datawarehouse-common
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -0,1 +1,8 @@ | ||
# [1.3.0](https://src.softgames.de/dw/datawarehouse-common/compare/v1.2.0...v1.3.0) (2021-10-26) | ||
### Features | ||
* added new group types and optional groups property to user type ([76adcc9](https://src.softgames.de/dw/datawarehouse-common/commit/76adcc96c1ba56ce8b353644e4f1038318f8efd0)) | ||
# [1.2.0](https://src.softgames.de/dw/datawarehouse-common/compare/v1.1.8...v1.2.0) (2021-10-19) | ||
@@ -2,0 +9,0 @@ |
@@ -7,4 +7,5 @@ import Policy from './policy'; | ||
name: DataWarehouseUserName; | ||
groups?: Array<string>; | ||
policies?: Array<Policy>; | ||
} | ||
export { DataWarehouseUser, DataWarehouseUserName }; |
{ | ||
"name": "@sgorg/datawarehouse-common", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Project to share constants and configuration across iac projects", | ||
@@ -5,0 +5,0 @@ "main": "./dist/main.js", |
Sorry, the diff of this file is not supported yet
22577
33
231