@architect/hydrate
Advanced tools
Comparing version 3.1.8 to 3.1.9
{ | ||
"name": "@architect/hydrate", | ||
"version": "3.1.8", | ||
"version": "3.1.9", | ||
"description": "Architect dependency hydrator and shared file manager", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -42,2 +42,3 @@ let { deepFrozenCopy } = require('@architect/utils') | ||
let lambda = lambdasBySrcDir[dir] | ||
if (Array.isArray(lambda)) lambda = lambda[0] | ||
let isNode = lambda.config?.runtimeConfig?.baseRuntime?.startsWith('nodejs') || | ||
@@ -44,0 +45,0 @@ lambda.config.runtime.startsWith('nodejs') |
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
59381
1131