@architect/asap
Advanced tools
Comparing version 7.0.5 to 7.0.7
{ | ||
"name": "@architect/asap", | ||
"version": "7.0.5", | ||
"version": "7.0.7", | ||
"description": "Architect Static Asset Proxy (ASAP) - a helpful library for Lambda-based static asset delivery", | ||
@@ -5,0 +5,0 @@ "main": "src/asap.js", |
@@ -10,3 +10,3 @@ let _s3 | ||
// eslint-disable-next-line | ||
plugins: [ require('@aws-lite/s3') ], | ||
plugins: [ import('@aws-lite/s3') ], | ||
}) | ||
@@ -13,0 +13,0 @@ _s3 = s3.GetObject |
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
31812