@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 1.2.18 to 1.2.19
@@ -0,1 +1,7 @@ | ||
## [1.2.19](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.18...v1.2.19) (2020-03-01) | ||
### Bug Fixes | ||
- make sure to respect entryFileNames and chunkFileNames when naming common declaration chunks ([a98fe69](https://github.com/wessberg/rollup-plugin-ts/commit/a98fe696d997149a0b5ce08e1f7dcc69019d509a)) | ||
## [1.2.18](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.17...v1.2.18) (2020-02-29) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists", | ||
@@ -9,8 +9,7 @@ "scripts": { | ||
"generate:all": "pnpm run generate:scaffold && pnpm run generate:changelog", | ||
"clean:dist": "rimraf dist", | ||
"clean": "pnpm run clean:dist", | ||
"clean": "rimraf dist", | ||
"lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color", | ||
"prettier": "prettier --write '{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}'", | ||
"test": "ava", | ||
"prebuild": "pnpm run clean:dist", | ||
"prebuild": "pnpm run clean", | ||
"build": "pnpm run rollup", | ||
@@ -58,4 +57,4 @@ "watch": "pnpm run rollup -- --watch", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"@wessberg/rollup-plugin-ts": "^1.2.17", | ||
"@wessberg/scaffold": "^1.0.24", | ||
"@wessberg/rollup-plugin-ts": "^1.2.18", | ||
"@wessberg/scaffold": "^1.0.25", | ||
"@wessberg/ts-config": "^1.0.8", | ||
@@ -105,4 +104,4 @@ "ava": "3.4.0", | ||
"@wessberg/stringutil": "^1.0.19", | ||
"@wessberg/ts-clone-node": "^0.3.3", | ||
"browserslist": "^4.9.0", | ||
"@wessberg/ts-clone-node": "^0.3.4", | ||
"browserslist": "^4.9.1", | ||
"chalk": "^3.0.0", | ||
@@ -123,2 +122,6 @@ "magic-string": "^0.25.6", | ||
"es2015": "./dist/esm/index.js", | ||
"funding": { | ||
"type": "github", | ||
"url": "https://github.com/wessberg/rollup-plugin-ts?sponsor=1" | ||
}, | ||
"repository": { | ||
@@ -125,0 +128,0 @@ "type": "git", |
@@ -612,3 +612,3 @@ <!-- SHADOW_SECTION_LOGO_START --> | ||
| <img alt="Frederik Wessberg" src="https://avatars2.githubusercontent.com/u/20454213?s=460&v=4" height="70" /> | | ||
| <a href="mailto:frederikwessberg@hotmail.com"><img alt="Frederik Wessberg" src="https://avatars2.githubusercontent.com/u/20454213?s=460&v=4" height="70" /></a> | | ||
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
@@ -623,5 +623,5 @@ | [Frederik Wessberg](mailto:frederikwessberg@hotmail.com)<br><strong>Twitter</strong>: [@FredWessberg](https://twitter.com/FredWessberg)<br><strong>Github</strong>: [@wessberg](https://github.com/wessberg)<br>_Lead Developer_ | | ||
| <img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /> | | ||
| ------------------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@use_bubbles](https://twitter.com/use_bubbles) | | ||
| <a href="https://usebubbles.com"><img alt="Bubbles" src="https://uploads-ssl.webflow.com/5d682047c28b217055606673/5e5360be16879c1d0dca6514_icon-thin-128x128%402x.png" height="70" /></a> | | ||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [Bubbles](https://usebubbles.com)<br><strong>Twitter</strong>: [@use_bubbles](https://twitter.com/use_bubbles) | | ||
@@ -628,0 +628,0 @@ ### Patreon |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2435464
14922
Updatedbrowserslist@^4.9.1