@rushstack/module-minifier 0.1.2 → 0.1.5
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.
- package/README.md +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @rushstack/module-minifier
|
|
2
2
|
|
|
3
|
-
This library wraps terser in convenient handles for parallelization. It powers @rushstack/module-minifier-plugin but has no coupling with webpack.
|
|
3
|
+
This 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.
|
|
4
4
|
|
|
5
5
|
## Links
|
|
6
6
|
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/module-minifier",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
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.
|
|
15
|
+
"@rushstack/worker-pool": "0.1.5",
|
|
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
|
-
"@rushstack/eslint-config": "2.6.
|
|
22
|
-
"@rushstack/heft": "0.45.
|
|
23
|
-
"@rushstack/heft-node-rig": "1.9.
|
|
21
|
+
"@rushstack/eslint-config": "2.6.1",
|
|
22
|
+
"@rushstack/heft": "0.45.9",
|
|
23
|
+
"@rushstack/heft-node-rig": "1.9.10",
|
|
24
24
|
"@types/heft-jest": "1.0.1",
|
|
25
25
|
"@types/serialize-javascript": "5.0.2"
|
|
26
26
|
},
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"_phase:build": "heft build --clean",
|
|
30
30
|
"_phase:test": "heft test --no-build"
|
|
31
31
|
},
|
|
32
|
-
"readme": "# @rushstack/module-minifier\n\nThis library wraps terser in convenient handles for parallelization. It powers @rushstack/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"
|
|
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"
|
|
33
33
|
}
|