secure-cdk
Advanced tools
Comparing version 0.1.1-alpha.2 to 0.1.1-alpha.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.1.1-alpha.3](https://github.com/dudyn5ky1/secure-cdk/compare/v0.1.1-alpha.2...v0.1.1-alpha.3) (2021-08-04) | ||
### Bug Fixes | ||
* **s3:** add typescript build ([3418abe](https://github.com/dudyn5ky1/secure-cdk/commit/3418abe6f7efd7e7f6222720cdd303103beeaa34)) | ||
### [0.1.1-alpha.2](https://github.com/dudyn5ky1/secure-cdk/compare/v0.1.1-alpha.1...v0.1.1-alpha.2) (2021-08-04) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "secure-cdk", | ||
"version": "0.1.1-alpha.2", | ||
"version": "0.1.1-alpha.3", | ||
"description": "Security abstraction for AWS CDK library. Create AWS resources with best security practices applied for you.", | ||
@@ -13,3 +13,4 @@ "author": { | ||
"release:alpha": "standard-version -p alpha", | ||
"release": "standard-version" | ||
"release": "standard-version", | ||
"build": "tsc" | ||
}, | ||
@@ -20,5 +21,6 @@ "license": "MIT", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"standard-version": "^9.3.1" | ||
"standard-version": "^9.3.1", | ||
"typescript": "^4.3.5" | ||
}, | ||
"main": "./src/services", | ||
"main": "./src/services/index.js", | ||
"config": { | ||
@@ -25,0 +27,0 @@ "commitizen": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3487
7
37
4