@sgorg/datawarehouse-common
Advanced tools
Comparing version 1.1.8 to 1.2.0
@@ -0,1 +1,8 @@ | ||
# [1.2.0](https://src.softgames.de/dw/datawarehouse-common/compare/v1.1.8...v1.2.0) (2021-10-19) | ||
### Features | ||
* moved policies to common users because of user policy attachments limitations ([44b75f4](https://src.softgames.de/dw/datawarehouse-common/commit/44b75f494f630fdc19152f4c9335a600c5d148d3)) | ||
## [1.1.8](https://src.softgames.de/dw/datawarehouse-common/compare/v1.1.7...v1.1.8) (2021-10-15) | ||
@@ -2,0 +9,0 @@ |
@@ -0,1 +1,2 @@ | ||
import Policy from './policy'; | ||
declare enum DataWarehouseUserName { | ||
@@ -6,3 +7,4 @@ GITLAB_DEPLOY = "gitlab-deploy" | ||
name: DataWarehouseUserName; | ||
policies?: Array<Policy>; | ||
} | ||
export { DataWarehouseUser, DataWarehouseUserName }; |
{ | ||
"name": "@sgorg/datawarehouse-common", | ||
"version": "1.1.8", | ||
"version": "1.2.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21292
210
0