@architect/utils
Advanced tools
Comparing version 2.0.4 to 2.0.5-RC.0
@@ -5,2 +5,10 @@ # Architect Utils changelog | ||
## [2.0.5] 2021-03-05 | ||
### Changed | ||
- `getLambdaName` now sanitizes backslash characters to hyphens | ||
--- | ||
## [2.0.4] 2021-01-05 | ||
@@ -7,0 +15,0 @@ |
@@ -25,4 +25,5 @@ /* | ||
.replace(/\//g, '-') | ||
.replace(/\\/g, '-') | ||
.replace(/:/g, '000') | ||
.replace(/\*/, 'catchall') | ||
} |
{ | ||
"name": "@architect/utils", | ||
"version": "2.0.4", | ||
"version": "2.0.5-RC.0", | ||
"description": "Common utility functions", | ||
@@ -36,4 +36,4 @@ "main": "index.js", | ||
"cross-env": "7.0.3", | ||
"eslint": "7.17.0", | ||
"husky": "^4.3.6", | ||
"eslint": "7.21.0", | ||
"husky": "^5.0.9", | ||
"proxyquire": "^2.1.3", | ||
@@ -40,0 +40,0 @@ "sinon": "^9.2.2", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
42900
554
2