ecklf-tmp-runtime-test
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -44,3 +44,3 @@ "use strict"; | ||
} | ||
yield (0, execa_1.default)("ls", ["-la"], { env }); | ||
yield (0, execa_1.default)("ls", ["-la"]); | ||
yield (0, execa_1.default)("cargo", ["build", "--bin", LAMBDA_NAME].concat(BUILDER_DEBUG ? ["--verbose"] : ["--quiet", "--release"]), { | ||
@@ -47,0 +47,0 @@ cwd: process.cwd(), |
{ | ||
"name": "ecklf-tmp-runtime-test", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
35206