@node-minify/run 5.2.0 → 6.4.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019 Rodolphe Stoclin
3
+ Copyright (c) 2022 Rodolphe Stoclin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -6,9 +6,8 @@
6
6
  <br>
7
7
  <a href="https://npmjs.org/package/@node-minify/run"><img src="https://img.shields.io/npm/v/@node-minify/run.svg"></a>
8
8
  <a href="https://npmjs.org/package/@node-minify/run"><img src="https://img.shields.io/npm/dm/@node-minify/run.svg"></a>
9
- <a href="https://codecov.io/gh/srod/node-minify"><img src="https://codecov.io/gh/srod/node-minify/branch/develop/graph/badge.svg"></a><br>
10
- <a href="https://dev.azure.com/srodolphe/srodolphe/_build/latest?definitionId=1"><img src="https://dev.azure.com/srodolphe/srodolphe/_apis/build/status/srod.node-minify?branchName=master"></a>
11
- <a href="https://circleci.com/gh/srod/node-minify/tree/master"><img src="https://circleci.com/gh/srod/node-minify/tree/master.svg?style=shield"></a>
9
+ <a href="https://github.com/srod/node-minify/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fsrod%2Fnode-minify%2Fbadge%3Fref%3Ddevelop&style=flat" /></a>
10
+ <a href="https://codecov.io/gh/srod/node-minify"><img src="https://codecov.io/gh/srod/node-minify/branch/develop/graph/badge.svg"></a>
12
11
  </p>
13
12
 
14
13
  # run
package/lib/run.js CHANGED
@@ -11,7 +11,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
11
11
 
12
12
  /*!
13
13
  * node-minify
14
- * Copyright(c) 2011-2019 Rodolphe Stoclin
14
+ * Copyright(c) 2011-2022 Rodolphe Stoclin
15
15
  * MIT Licensed
16
16
  */
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@node-minify/run",
3
- "version": "5.2.0",
3
+ "version": "6.4.0",
4
4
  "description": "exec commands for @node-minify",
5
5
  "keywords": [
6
6
  "compressor",
@@ -12,7 +12,7 @@
12
12
  "license": "MIT",
13
13
  "main": "lib/run.js",
14
14
  "engines": {
15
- "node": ">=8.0.0"
15
+ "node": ">=12.0.0"
16
16
  },
17
17
  "directories": {
18
18
  "lib": "lib",
@@ -31,5 +31,5 @@
31
31
  "bugs": {
32
32
  "url": "https://github.com/srod/node-minify/issues"
33
33
  },
34
- "gitHead": "57683dafd4a0de87f4b7b4d0e47f32e43a51ae42"
34
+ "gitHead": "d529747a661487597e9be510d3d9e2df1bc0f556"
35
35
  }