@netlify/edge-bundler 8.16.3 → 8.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  import { ExecaChildProcess } from 'execa';
3
3
  import { Logger } from './logger.js';
4
- declare const DENO_VERSION_RANGE = "^1.30.0";
4
+ declare const DENO_VERSION_RANGE = "^1.32.5";
5
5
  type OnBeforeDownloadHook = () => void | Promise<void>;
6
6
  type OnAfterDownloadHook = (error?: Error) => void | Promise<void>;
7
7
  interface DenoOptions {
@@ -11,7 +11,7 @@ import { getBinaryExtension } from './platform.js';
11
11
  const DENO_VERSION_FILE = 'version.txt';
12
12
  // When updating DENO_VERSION_RANGE, ensure that the deno version installed in the
13
13
  // build-image/buildbot does satisfy this range!
14
- const DENO_VERSION_RANGE = '^1.30.0';
14
+ const DENO_VERSION_RANGE = '^1.32.5';
15
15
  class DenoBridge {
16
16
  constructor(options) {
17
17
  var _a, _b, _c, _d, _e;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/edge-bundler",
3
- "version": "8.16.3",
3
+ "version": "8.16.4",
4
4
  "description": "Intelligently prepare Netlify Edge Functions for deployment",
5
5
  "type": "module",
6
6
  "main": "./dist/node/index.js",
@@ -32,7 +32,7 @@
32
32
  "test:dev:vitest": "vitest run",
33
33
  "test:dev:vitest:watch": "vitest watch",
34
34
  "test:dev:deno": "deno test --allow-all deno",
35
- "test:ci:vitest": "vitest run",
35
+ "test:ci:vitest": "vitest run --coverage",
36
36
  "test:ci:deno": "deno test --allow-all deno",
37
37
  "test:integration": "node --experimental-modules test/integration/test.js"
38
38
  },
@@ -58,7 +58,7 @@
58
58
  "@types/node": "^14.18.32",
59
59
  "@types/semver": "^7.3.9",
60
60
  "@types/uuid": "^9.0.0",
61
- "@vitest/coverage-c8": "^0.33.0",
61
+ "@vitest/coverage-v8": "^0.33.0",
62
62
  "archiver": "^5.3.1",
63
63
  "chalk": "^4.1.2",
64
64
  "cpy": "^9.0.1",