Socket
Socket
Sign inDemoInstall

@aem-vite/import-rewriter

Package Overview
Dependencies
215
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

11

CHANGELOG.md

@@ -0,1 +1,8 @@

## [5.0.1](https://github.com/aem-vite/import-rewriter/compare/v5.0.0...v5.0.1) (2022-05-26)
### Bug Fixes
* resolve incorrect plugin instance type ([9ebc985](https://github.com/aem-vite/import-rewriter/commit/9ebc98528b4cd4628f13cd4f79bcefa3ab591fbd))
# [5.0.0](https://github.com/aem-vite/import-rewriter/compare/v4.1.3...v5.0.0) (2022-02-12)

@@ -29,4 +36,4 @@

output: {
chunkFileNames: '<clientlib>/resources/js/chunks/[name].js`,
entryFileNames: '<clientlib>/resources/js/[name].js`,
chunkFileNames: '<clientlib>/resources/js/chunks/[name].js',
entryFileNames: '<clientlib>/resources/js/[name].js',
},

@@ -33,0 +40,0 @@ },

4

lib/index.d.ts

@@ -1,2 +0,2 @@

import { Plugin } from 'vite';
import { PluginOption } from 'vite';

@@ -62,4 +62,4 @@ interface AEMLongCacheConfiguration {

*/
declare function bundlesImportRewriter(options: BundlesImportRewriterOptions): Plugin;
declare function bundlesImportRewriter(options: BundlesImportRewriterOptions): PluginOption;
export { bundlesImportRewriter };

@@ -14,3 +14,3 @@ {

},
"version": "5.0.0",
"version": "5.0.1",
"engines": {

@@ -69,3 +69,3 @@ "node": ">= 12"

"rollup-pluginutils": "^2.8.2",
"vite": "^2.8.0"
"vite": "2.8.2"
},

@@ -72,0 +72,0 @@ "devDependencies": {

@@ -10,3 +10,3 @@ <p align="center">

<a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/@aem-vite/import-rewriter.svg" alt="node compatility"></a>
<a href="https://open.vscode.dev/aem-vite/import-rewriter"><img src="https://open.vscode.dev/badges/open-in-vscode.svg" alt="Open in Visual Studio Code"></a>
<a href="https://open.vscode.dev/aem-vite/import-rewriter"><img src="https://img.shields.io/static/v1?logo=visualstudiocode&label=&message=Open%20in%20Visual%20Studio%20Code&labelColor=2c2c32&color=007acc&logoColor=007acc" alt="Open in Visual Studio Code"></a>
</p>

@@ -13,0 +13,0 @@ <br/>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc