mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update terser to v5.31.0
This commit is contained in:
@@ -61,6 +61,9 @@
|
||||
- Support observeChangesAsync and observeAsync [PR #13025]
|
||||
- Report and extend test cases for the old async behaviors
|
||||
|
||||
* `minifier-js@get-version`
|
||||
- Update terser to v5.31.0
|
||||
|
||||
* `mongo@get-version`
|
||||
- Support a new option to include/exclude certain collections for oplog tailing [PR #13009]
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
Package.describe({
|
||||
summary: "JavaScript minifier",
|
||||
version: "2.7.5"
|
||||
version: "2.8.0"
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
terser: "5.14.2"
|
||||
terser: "5.31.0"
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
Reference in New Issue
Block a user