@netlify/edge-bundler
Advanced tools
Comparing version 8.16.3 to 8.16.4
/// <reference types="node" /> | ||
import { ExecaChildProcess } from 'execa'; | ||
import { Logger } from './logger.js'; | ||
declare const DENO_VERSION_RANGE = "^1.30.0"; | ||
declare const DENO_VERSION_RANGE = "^1.32.5"; | ||
type OnBeforeDownloadHook = () => void | Promise<void>; | ||
@@ -6,0 +6,0 @@ type OnAfterDownloadHook = (error?: Error) => void | Promise<void>; |
@@ -14,3 +14,3 @@ import { promises as fs } from 'fs'; | ||
// build-image/buildbot does satisfy this range! | ||
const DENO_VERSION_RANGE = '^1.30.0'; | ||
const DENO_VERSION_RANGE = '^1.32.5'; | ||
class DenoBridge { | ||
@@ -17,0 +17,0 @@ constructor(options) { |
{ | ||
"name": "@netlify/edge-bundler", | ||
"version": "8.16.3", | ||
"version": "8.16.4", | ||
"description": "Intelligently prepare Netlify Edge Functions for deployment", | ||
@@ -35,3 +35,3 @@ "type": "module", | ||
"test:dev:deno": "deno test --allow-all deno", | ||
"test:ci:vitest": "vitest run", | ||
"test:ci:vitest": "vitest run --coverage", | ||
"test:ci:deno": "deno test --allow-all deno", | ||
@@ -62,3 +62,3 @@ "test:integration": "node --experimental-modules test/integration/test.js" | ||
"@types/uuid": "^9.0.0", | ||
"@vitest/coverage-c8": "^0.33.0", | ||
"@vitest/coverage-v8": "^0.33.0", | ||
"archiver": "^5.3.1", | ||
@@ -65,0 +65,0 @@ "chalk": "^4.1.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
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
3101711