@astrojs/vercel
Advanced tools
Comparing version
# @astrojs/vercel | ||
## 0.0.0-include-files-20221014115259 | ||
## 0.0.0-include-files-20221014142503 | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
import { nodeFileTrace } from "@vercel/nft"; | ||
import { relative as relativePath } from "node:path"; | ||
import { fileURLToPath } from "node:url"; | ||
import { copyFilesToFunction } from "./fs"; | ||
import { copyFilesToFunction } from "./fs.js"; | ||
async function copyDependenciesToFunction({ | ||
@@ -6,0 +6,0 @@ entry, |
{ | ||
"name": "@astrojs/vercel", | ||
"description": "Deploy your site to Vercel", | ||
"version": "0.0.0-include-files-20221014115259", | ||
"version": "0.0.0-include-files-20221014142503", | ||
"type": "module", | ||
@@ -45,3 +45,3 @@ "author": "withastro", | ||
"devDependencies": { | ||
"astro": "0.0.0-include-files-20221014115259", | ||
"astro": "0.0.0-include-files-20221014142503", | ||
"astro-scripts": "0.0.8", | ||
@@ -48,0 +48,0 @@ "chai": "^4.3.6", |
@@ -5,3 +5,3 @@ import { nodeFileTrace } from '@vercel/nft'; | ||
import { copyFilesToFunction } from './fs'; | ||
import { copyFilesToFunction } from './fs.js'; | ||
@@ -8,0 +8,0 @@ export async function copyDependenciesToFunction({ |
Sorry, the diff of this file is not supported yet
66111
0.01%