@netlify/edge-bundler
Advanced tools
Comparing version 2.1.0 to 2.2.0
/// <reference types="node" /> | ||
import { ExecaChildProcess } from 'execa'; | ||
import { Logger } from './logger.js'; | ||
declare const DENO_VERSION_RANGE = "^1.22.0"; | ||
declare type OnBeforeDownloadHook = () => void | Promise<void>; | ||
@@ -51,3 +52,3 @@ declare type OnAfterDownloadHook = (error?: Error) => void | Promise<void>; | ||
} | ||
export { DenoBridge }; | ||
export { DENO_VERSION_RANGE, DenoBridge }; | ||
export type { DenoOptions, OnAfterDownloadHook, OnBeforeDownloadHook, ProcessRef }; |
@@ -12,3 +12,3 @@ import { promises as fs } from 'fs'; | ||
const DENO_VERSION_FILE = 'version.txt'; | ||
const DENO_VERSION_RANGE = '^1.20.3'; | ||
const DENO_VERSION_RANGE = '^1.22.0'; | ||
class DenoBridge { | ||
@@ -154,2 +154,2 @@ constructor(options) { | ||
} | ||
export { DenoBridge }; | ||
export { DENO_VERSION_RANGE, DenoBridge }; |
@@ -93,3 +93,3 @@ import { tmpName } from 'tmp-promise'; | ||
} | ||
const server = await prepareServer({ | ||
const server = prepareServer({ | ||
deno, | ||
@@ -96,0 +96,0 @@ distDirectory, |
{ | ||
"name": "@netlify/edge-bundler", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Intelligently prepare Netlify Edge Functions for deployment", | ||
@@ -90,2 +90,3 @@ "type": "module", | ||
"execa": "^6.0.0", | ||
"get-port": "^6.1.2", | ||
"find-up": "^6.3.0", | ||
@@ -92,0 +93,0 @@ "glob-to-regexp": "^0.4.1", |
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
58855
1377
16
+ Addedget-port@^6.1.2
+ Addedget-port@6.1.2(transitive)