@rollup/plugin-image
Advanced tools
Comparing version 2.1.1 to 3.0.0
{ | ||
"name": "@rollup/plugin-image", | ||
"version": "2.1.1", | ||
"version": "3.0.0", | ||
"publishConfig": { | ||
@@ -16,6 +16,11 @@ "access": "public" | ||
"bugs": "https://github.com/rollup/plugins/issues", | ||
"main": "dist/index.js", | ||
"module": "dist/index.es.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"exports": { | ||
"import": "./dist/es/index.js", | ||
"types": "./types/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
}, | ||
"engines": { | ||
"node": ">= 8.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
@@ -32,3 +37,3 @@ "scripts": { | ||
"pretest": "pnpm build", | ||
"release": "pnpm plugin:release --workspace-root -- --pkg $npm_package_name", | ||
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name", | ||
"test": "ava" | ||
@@ -38,2 +43,3 @@ }, | ||
"dist", | ||
"!dist/**/*.map", | ||
"types", | ||
@@ -50,17 +56,20 @@ "README.md", | ||
"peerDependencies": { | ||
"rollup": "^1.20.0 || ^2.0.0" | ||
"rollup": "^1.20.0||^2.0.0||^3.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"rollup": { | ||
"optional": true | ||
} | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^3.1.0", | ||
"mini-svg-data-uri": "^1.2.3" | ||
"@rollup/pluginutils": "^4.2.1", | ||
"mini-svg-data-uri": "^1.4.4" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-buble": "^0.21.3", | ||
"rollup": "^2.23.0" | ||
"rollup": "^3.0.0-7" | ||
}, | ||
"types": "./types/index.d.ts", | ||
"ava": { | ||
"babel": { | ||
"compileEnhancements": false | ||
}, | ||
"workerThreads": false, | ||
"files": [ | ||
@@ -67,0 +76,0 @@ "!**/fixtures/**", |
@@ -18,3 +18,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-image | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. | ||
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v14.0.0+) and Rollup v1.20.0+. | ||
@@ -79,3 +79,3 @@ ## Install | ||
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored. | ||
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored. | ||
@@ -87,3 +87,3 @@ ### `include` | ||
A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted. | ||
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all files are targeted. | ||
@@ -90,0 +90,0 @@ ## Meta |
@@ -6,3 +6,3 @@ import { FilterPattern } from '@rollup/pluginutils'; | ||
/** | ||
* A minimatch pattern, or array of patterns, which specifies the files in the build the plugin | ||
* A picomatch pattern, or array of patterns, which specifies the files in the build the plugin | ||
* should operate on. | ||
@@ -13,3 +13,3 @@ * By default all files are targeted. | ||
/** | ||
* A minimatch pattern, or array of patterns, which specifies the files in the build the plugin | ||
* A picomatch pattern, or array of patterns, which specifies the files in the build the plugin | ||
* should _ignore_. | ||
@@ -16,0 +16,0 @@ * By default no files are ignored. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9665
6
1
+ Added@rollup/pluginutils@4.2.1(transitive)
+ Addedestree-walker@2.0.2(transitive)
+ Addedrollup@3.29.5(transitive)
- Removed@rollup/pluginutils@3.1.0(transitive)
- Removed@types/estree@0.0.39(transitive)
- Removedestree-walker@1.0.1(transitive)
- Removedrollup@2.79.2(transitive)
Updated@rollup/pluginutils@^4.2.1
Updatedmini-svg-data-uri@^1.4.4