@wessberg/rollup-plugin-ts
Advanced tools
Comparing version 1.2.26 to 1.2.27
@@ -0,1 +1,8 @@ | ||
## [1.2.27](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.26...v1.2.27) (2020-07-01) | ||
### Bug Fixes | ||
- Augment and merge non-namespace ModuleDeclarations. Closes [#99](https://github.com/wessberg/rollup-plugin-ts/issues/99) ([c78bc52](https://github.com/wessberg/rollup-plugin-ts/commit/c78bc52c746b1d462623c6dd0a7be1aa1551e2b1)) | ||
- generate new lexical environment for ConstructorDeclaration body. Closes [#100](https://github.com/wessberg/rollup-plugin-ts/issues/100) ([fe0aa94](https://github.com/wessberg/rollup-plugin-ts/commit/fe0aa948406a04922e9a80164ec41b39afb10d4b)) | ||
## [1.2.26](https://github.com/wessberg/rollup-plugin-ts/compare/v1.2.25...v1.2.26) (2020-06-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@wessberg/rollup-plugin-ts", | ||
"version": "1.2.26", | ||
"version": "1.2.27", | ||
"description": "A Typescript Rollup plugin that bundles declarations and respects Browserslists", | ||
@@ -53,8 +53,8 @@ "scripts": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/node": "^14.0.13", | ||
"@types/node": "^14.0.14", | ||
"@types/prettier": "^2.0.1", | ||
"@types/semver": "^7.2.0", | ||
"@typescript-eslint/eslint-plugin": "^3.4.0", | ||
"@typescript-eslint/parser": "^3.4.0", | ||
"@wessberg/rollup-plugin-ts": "^1.2.25", | ||
"@types/semver": "^7.3.1", | ||
"@typescript-eslint/eslint-plugin": "^3.5.0", | ||
"@typescript-eslint/parser": "^3.5.0", | ||
"@wessberg/rollup-plugin-ts": "^1.2.26", | ||
"@wessberg/scaffold": "^1.0.29", | ||
@@ -65,14 +65,14 @@ "@wessberg/ts-config": "^1.0.13", | ||
"core-js": "^3.6.5", | ||
"eslint": "^7.3.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-import": "^2.21.2", | ||
"eslint-plugin-jsdoc": "^28.0.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"eslint-plugin-jsdoc": "^28.6.1", | ||
"fast-glob": "^3.2.4", | ||
"husky": "^4.2.5", | ||
"np": "5.2.1", | ||
"pnpm": "^5.2.3", | ||
"pnpm": "^5.2.6", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.18.0", | ||
"rollup": "^2.18.1", | ||
"standard-changelog": "^2.0.24", | ||
@@ -93,12 +93,12 @@ "ts-node": "8.10.2", | ||
"dependencies": { | ||
"@babel/core": "^7.10.3", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.10.3", | ||
"@babel/plugin-proposal-json-strings": "^7.10.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.3", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.10.1", | ||
"@babel/plugin-proposal-unicode-property-regex": "^7.10.1", | ||
"@babel/core": "^7.10.4", | ||
"@babel/plugin-proposal-async-generator-functions": "^7.10.4", | ||
"@babel/plugin-proposal-json-strings": "^7.10.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.10.4", | ||
"@babel/plugin-proposal-optional-catch-binding": "^7.10.4", | ||
"@babel/plugin-proposal-unicode-property-regex": "^7.10.4", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/plugin-transform-runtime": "^7.10.3", | ||
"@babel/preset-env": "^7.10.3", | ||
"@babel/runtime": "^7.10.3", | ||
"@babel/plugin-transform-runtime": "^7.10.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/runtime": "^7.10.4", | ||
"@rollup/pluginutils": "^3.1.0", | ||
@@ -109,3 +109,3 @@ "@types/babel__core": "^7.1.9", | ||
"@wessberg/ts-clone-node": "^0.3.8", | ||
"browserslist": "^4.12.0", | ||
"browserslist": "^4.12.2", | ||
"chalk": "^4.1.0", | ||
@@ -112,0 +112,0 @@ "magic-string": "^0.25.7", |
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
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
2501046
15156