Skip to content

Commit

Permalink
- Updating terser package on minifier-js
Browse files Browse the repository at this point in the history
- updating history.md
  • Loading branch information
denihs committed Mar 21, 2022
1 parent d60b300 commit 384b9a6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ Read our [Migration Guide](https://guide.meteor.com/2.7-migration.html) for this
* `meteor-node-stubs@1.2.1`
- Adds support for [node:](https://nodejs.org/api/esm.html#node-imports) imports.

* `minifier-jss@2.8.0`
- Updating terser. It will fix this [issue](https://github.com/meteor/meteor/issues/11721) and [this](https://github.com/meteor/meteor/issues/11930) one. [PR](https://github.com/meteor/meteor/pull/11983).

#### Independent Releases

## v2.6.1, 2022-02-18
Expand Down
17 changes: 11 additions & 6 deletions packages/minifier-js/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/minifier-js/package.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package.describe({
summary: "JavaScript minifier",
version: "2.7.3"
version: "2.7.4-rc270.4"
});

Npm.depends({
terser: "5.9.0"
terser: "5.12.1"
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 384b9a6

Please sign in to comment.