@vercel/hono 0.1.7 → 0.2.0

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -232,7 +232,6 @@ async function downloadInstallAndBundle(args) {
232
232
  cliType,
233
233
  lockfileVersion,
234
234
  packageJsonPackageManager,
235
- nodeVersion,
236
235
  env: spawnOpts.env || {},
237
236
  turboSupportsCorepackHome,
238
237
  projectCreatedAt: config.projectSettings?.createdAt
@@ -254,7 +253,6 @@ async function downloadInstallAndBundle(args) {
254
253
  [],
255
254
  spawnOpts,
256
255
  meta,
257
- nodeVersion,
258
256
  config.projectSettings?.createdAt
259
257
  );
260
258
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/hono",
3
- "version": "0.1.7",
3
+ "version": "0.2.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "homepage": "https://vercel.com/docs",
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@vercel/nft": "0.30.1",
21
21
  "@vercel/static-config": "3.1.2",
22
- "@vercel/node": "5.4.1",
22
+ "@vercel/node": "5.5.0",
23
23
  "fs-extra": "11.1.0",
24
24
  "path-to-regexp": "8.3.0",
25
25
  "rolldown": "1.0.0-beta.35",
@@ -30,7 +30,7 @@
30
30
  "@types/fs-extra": "11",
31
31
  "@types/jest": "27.5.1",
32
32
  "@types/node": "14.18.33",
33
- "@vercel/build-utils": "12.1.3",
33
+ "@vercel/build-utils": "12.2.0",
34
34
  "execa": "3.2.0",
35
35
  "fs-extra": "11.1.0",
36
36
  "jest-junit": "16.0.0",