@architect/create
Advanced tools
Comparing version 1.4.3 to 2.0.0
@@ -5,2 +5,11 @@ # Architect Create changelog | ||
## [2.0.0] 2021-07-22 | ||
### Changed | ||
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) | ||
- Updated dependencies | ||
--- | ||
## [1.4.2 - 1.4.3] 2021-06-21 | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@architect/create", | ||
"version": "1.4.3", | ||
"version": "2.0.0", | ||
"description": "Idempotently initialize Architect projects", | ||
@@ -22,8 +22,8 @@ "main": "src/index.js", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12" | ||
}, | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@architect/inventory": "~1.4.3", | ||
"@architect/utils": "~2.1.3", | ||
"@architect/inventory": "~2.0.2", | ||
"@architect/utils": "~3.0.1", | ||
"chalk": "~4.1.1", | ||
@@ -34,6 +34,6 @@ "run-parallel": "~1.2.0", | ||
"devDependencies": { | ||
"@architect/eslint-config": "1.0.0", | ||
"@architect/eslint-config": "~1.0.0", | ||
"cross-env": "~7.0.3", | ||
"eslint": "~7.29.0", | ||
"fs-extra": "~9.1.0", | ||
"eslint": "~7.31.0", | ||
"fs-extra": "~10.0.0", | ||
"nyc": "~15.1.0", | ||
@@ -40,0 +40,0 @@ "proxyquire": "^2.1.3", |
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
51956
+ Added@architect/asap@4.0.0(transitive)
+ Added@architect/inventory@2.0.7(transitive)
+ Added@architect/parser@5.0.2(transitive)
+ Added@architect/utils@3.0.4(transitive)
+ Addedglob@7.2.3(transitive)
- Removed@architect/asap@3.13.8(transitive)
- Removed@architect/inventory@1.4.4(transitive)
- Removed@architect/parser@3.0.1(transitive)
- Removed@architect/utils@2.1.3(transitive)
- Removedglob@7.1.7(transitive)
Updated@architect/inventory@~2.0.2
Updated@architect/utils@~3.0.1