@rollup/plugin-json
Advanced tools
Comparing version 4.0.2 to 4.0.3
# @rollup/plugin-json ChangeLog | ||
## v4.0.3 | ||
_2020-04-19_ | ||
### Updates | ||
- chore: add rollup 2 to peer range (06d9d29) | ||
## v4.0.2 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@rollup/plugin-json", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"publishConfig": { | ||
@@ -20,5 +20,6 @@ "access": "public" | ||
"ci:test": "pnpm run test -- --verbose && pnpm run test:ts", | ||
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package", | ||
"lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:json && pnpm run lint:package", | ||
"lint:docs": "prettier --single-quote --write README.md", | ||
"lint:js": "eslint --fix --cache src test", | ||
"lint:js": "eslint --fix --cache src test types --ext .js,.ts", | ||
"lint:json": "prettier --write \"test/fixtures/!(garbage)/*.json\"", | ||
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package", | ||
@@ -30,7 +31,7 @@ "prebuild": "del-cli dist", | ||
"test": "ava", | ||
"test:ts": "tsc index.d.ts test/types.ts --noEmit" | ||
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit" | ||
}, | ||
"files": [ | ||
"dist", | ||
"index.d.ts", | ||
"types", | ||
"README.md", | ||
@@ -48,6 +49,6 @@ "LICENSE" | ||
"peerDependencies": { | ||
"rollup": "^1.20.0" | ||
"rollup": "^1.20.0 || ^2.0.0" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^3.0.4" | ||
"@rollup/pluginutils": "^3.0.8" | ||
}, | ||
@@ -67,3 +68,4 @@ "devDependencies": { | ||
}, | ||
"module": "dist/index.es.js" | ||
"module": "dist/index.es.js", | ||
"types": "types/index.d.ts" | ||
} |
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
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
13698
88
+ Addedfsevents@2.3.3(transitive)
+ Addedrollup@2.79.2(transitive)
- Removed@types/node@22.9.0(transitive)
- Removedacorn@7.4.1(transitive)
- Removedrollup@1.32.1(transitive)
- Removedundici-types@6.19.8(transitive)
Updated@rollup/pluginutils@^3.0.8