@rushstack/module-minifier 0.1.22 → 0.1.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.29.2"
8
+ "packageVersion": "7.29.5"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/module-minifier",
3
- "version": "0.1.22",
3
+ "version": "0.1.25",
4
4
  "description": "Wrapper for terser to support bulk parallel minification.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/module-minifier.d.ts",
@@ -12,15 +12,15 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@types/node": "12.20.24",
15
- "@rushstack/worker-pool": "0.1.22",
15
+ "@rushstack/worker-pool": "0.1.25",
16
16
  "serialize-javascript": "6.0.0",
17
17
  "source-map": "~0.7.3",
18
18
  "terser": "5.9.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rushstack/eslint-config": "3.0.0",
22
- "@rushstack/heft": "0.47.3",
23
- "@rushstack/heft-node-rig": "1.10.3",
22
+ "@rushstack/heft": "0.47.5",
23
+ "@rushstack/heft-node-rig": "1.10.6",
24
24
  "@types/heft-jest": "1.0.1",
25
25
  "@types/serialize-javascript": "5.0.2"
26
26
  },
@@ -28,6 +28,5 @@
28
28
  "build": "heft build --clean",
29
29
  "_phase:build": "heft build --clean",
30
30
  "_phase:test": "heft test --no-build"
31
- },
32
- "readme": "# @rushstack/module-minifier\n\nThis library wraps terser in convenient handles for parallelization. It powers @rushstack/webpack4-module-minifier-plugin and @rushstack/webpack5-module-minifier-plugin but has no coupling with webpack.\n\n## Links\n\n- [CHANGELOG.md](\n https://github.com/microsoft/rushstack/blob/main/libraries/module-minifier/CHANGELOG.md) - Find\n out what's new in the latest version\n- [API Reference](https://rushstack.io/pages/api/module-minifier/)\n\n`@rushstack/module-minifier` is part of the [Rush Stack](https://rushstack.io/) family of projects.\n"
31
+ }
33
32
  }