vue-bundle-renderer
Advanced tools
Comparing version 1.0.3 to 2.0.0
import { Manifest } from 'vite'; | ||
import { M as Manifest$1 } from './types-b178c7f3.js'; | ||
export { R as ResourceMeta, d as defineManifest } from './types-b178c7f3.js'; | ||
import { M as Manifest$1 } from './types-657d8684.js'; | ||
export { R as ResourceMeta, d as defineManifest } from './types-657d8684.js'; | ||
@@ -5,0 +5,0 @@ declare function normalizeViteManifest(manifest: Manifest | Manifest$1): Manifest$1; |
@@ -1,2 +0,2 @@ | ||
import { R as ResourceMeta, M as Manifest } from './types-b178c7f3.js'; | ||
import { R as ResourceMeta, M as Manifest } from './types-657d8684.js'; | ||
@@ -19,4 +19,2 @@ interface ModuleDependencies { | ||
interface RenderOptions { | ||
shouldPrefetch?: (resource: ResourceMeta) => boolean; | ||
shouldPreload?: (resource: ResourceMeta) => boolean; | ||
buildAssetsURL?: (id: string) => string; | ||
@@ -38,3 +36,3 @@ manifest: Manifest; | ||
} | ||
declare function createRendererContext({ manifest, buildAssetsURL, shouldPrefetch, shouldPreload }: RenderOptions): RendererContext; | ||
declare function createRendererContext({ manifest, buildAssetsURL }: RenderOptions): RendererContext; | ||
declare function getModuleDependencies(id: string, rendererContext: RendererContext): ModuleDependencies; | ||
@@ -41,0 +39,0 @@ declare function getAllDependencies(ids: Set<string>, rendererContext: RendererContext): ModuleDependencies; |
{ | ||
"name": "vue-bundle-renderer", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "Bundle Renderer for Vue 3.0", | ||
@@ -27,18 +27,18 @@ "repository": "nuxt-contrib/vue-bundle-renderer", | ||
"dependencies": { | ||
"ufo": "^1.1.1" | ||
"ufo": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@nuxtjs/eslint-config-typescript": "^12.0.0", | ||
"@types/node": "^18.15.7", | ||
"@vitest/coverage-c8": "^0.29.7", | ||
"changelogen": "^0.5.1", | ||
"eslint": "^8.36.0", | ||
"expect-type": "^0.15.0", | ||
"typescript": "^5.0.2", | ||
"unbuild": "^1.1.2", | ||
"vite": "^4.2.1", | ||
"vitest": "0.29.7", | ||
"vue": "3.2.47" | ||
"@types/node": "^18.17.1", | ||
"@vitest/coverage-v8": "^0.33.0", | ||
"changelogen": "^0.5.4", | ||
"eslint": "^8.46.0", | ||
"expect-type": "^0.16.0", | ||
"typescript": "^5.1.6", | ||
"unbuild": "^1.2.1", | ||
"vite": "^4.4.7", | ||
"vitest": "0.33.0", | ||
"vue": "3.3.4" | ||
}, | ||
"packageManager": "pnpm@7.8.0", | ||
"packageManager": "pnpm@8.6.11", | ||
"scripts": { | ||
@@ -45,0 +45,0 @@ "build": "unbuild", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
40844
12
1009
1
Updatedufo@^1.2.0