vue-bundle-renderer
Advanced tools
Comparing version 0.2.3 to 0.2.4
import * as bundle_runner from 'bundle-runner'; | ||
import { renderToString } from '@vue/server-renderer'; | ||
import * as _vue_server_renderer from '@vue/server-renderer'; | ||
@@ -67,3 +67,3 @@ /** | ||
basedir?: string; | ||
renderToString: typeof renderToString; | ||
renderToString: typeof _vue_server_renderer.renderToString; | ||
bundleRunner: typeof bundle_runner; | ||
@@ -70,0 +70,0 @@ } & RenderOptions; |
{ | ||
"name": "vue-bundle-renderer", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Bundle Renderer for Vue 3.0", | ||
"repository": "nuxt/vue-bundle-renderer", | ||
"repository": "nuxt-contrib/vue-bundle-renderer", | ||
"license": "MIT", | ||
"main": "./dist/vue-bundle-renderer.cjs.js", | ||
"module": "./dist/vue-bundle-renderer.esm.js", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -10,0 +16,0 @@ "files": [ |
@@ -60,9 +60,9 @@ # Vue Bundle Renderer | ||
[github-actions-src]: https://img.shields.io/github/workflow/status/nuxt/vue-bundle-renderer/test/master?style=flat-square | ||
[github-actions-href]: https://github.com/nuxt/vue-bundle-renderer/actions?query=workflow%3Atest | ||
[github-actions-src]: https://img.shields.io/github/workflow/status/nuxt-contrib/vue-bundle-renderer/test/master?style=flat-square | ||
[github-actions-href]: https://github.com/nuxt-contrib/vue-bundle-renderer/actions?query=workflow%3Atest | ||
[codecov-src]: https://img.shields.io/codecov/c/gh/nuxt/vue-bundle-renderer/master?style=flat-square | ||
[codecov-href]: https://codecov.io/gh/nuxt/vue-bundle-renderer | ||
[codecov-src]: https://img.shields.io/codecov/c/gh/nuxt-contrib/vue-bundle-renderer/master?style=flat-square | ||
[codecov-href]: https://codecov.io/gh/nuxt-contrib/vue-bundle-renderer | ||
[david-dm-src]: https://img.shields.io/david/nuxt/vue-bundle-renderer?style=flat-square | ||
[david-dm-href]: https://david-dm.org/nuxt/vue-bundle-renderer | ||
[david-dm-src]: https://img.shields.io/david/nuxt-contrib/vue-bundle-renderer?style=flat-square | ||
[david-dm-href]: https://david-dm.org/nuxt-contrib/vue-bundle-renderer |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
20539
6
1