@rollup/plugin-typescript
Advanced tools
Comparing version 11.1.5 to 11.1.6
{ | ||
"name": "@rollup/plugin-typescript", | ||
"version": "11.1.5", | ||
"version": "11.1.6", | ||
"publishConfig": { | ||
@@ -26,16 +26,2 @@ "access": "public" | ||
}, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "pnpm build && pnpm lint", | ||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
"ci:test": "pnpm test -- --verbose --serial", | ||
"prebuild": "del-cli dist", | ||
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi", | ||
"prerelease": "pnpm build", | ||
"pretest": "pnpm build", | ||
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name", | ||
"test": "ava", | ||
"test:ts": "tsc --noEmit" | ||
}, | ||
"files": [ | ||
@@ -68,3 +54,3 @@ "dist", | ||
"dependencies": { | ||
"@rollup/pluginutils": "^5.0.1", | ||
"@rollup/pluginutils": "^5.1.0", | ||
"resolve": "^1.22.1" | ||
@@ -81,3 +67,16 @@ }, | ||
}, | ||
"types": "./types/index.d.ts" | ||
} | ||
"types": "./types/index.d.ts", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"ci:coverage": "nyc pnpm test && nyc report --reporter=text-lcov > coverage.lcov", | ||
"ci:lint": "pnpm build && pnpm lint", | ||
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", | ||
"ci:test": "pnpm test -- --verbose --serial", | ||
"prebuild": "del-cli dist", | ||
"prerelease": "pnpm build", | ||
"pretest": "pnpm build", | ||
"release": "pnpm --workspace-root package:release $(pwd)", | ||
"test": "ava", | ||
"test:ts": "tsc --noEmit" | ||
} | ||
} |
@@ -66,3 +66,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-typescript | ||
The following options are unique to `rollup-plugin-typescript`: | ||
The following options are unique to `@rollup/plugin-typescript`: | ||
@@ -69,0 +69,0 @@ ### `exclude` |
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
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
134373
8
2789
0
9
Updated@rollup/pluginutils@^5.1.0