Commit 8b08fc0
Changed files (4)
build/index.cjs
@@ -54,7 +54,7 @@ var import_vendor = require("./vendor.cjs");
// src/versions.ts
var versions = {
- zx: "8.8.4",
+ zx: "8.8.5",
chalk: "5.6.2",
depseek: "0.4.3",
dotenv: "0.2.3",
src/versions.ts
@@ -13,7 +13,7 @@
// limitations under the License.
export const versions: Record<string, string> = {
- zx: '8.8.4',
+ zx: '8.8.5',
chalk: '5.6.2',
depseek: '0.4.3',
dotenv: '0.2.3',
package-lock.json
@@ -1,12 +1,12 @@
{
"name": "zx",
- "version": "8.8.4",
+ "version": "8.8.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zx",
- "version": "8.8.4",
+ "version": "8.8.5",
"license": "Apache-2.0",
"bin": {
"zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
{
"name": "zx",
- "version": "8.8.4",
+ "version": "8.8.5",
"description": "A tool for writing better scripts",
"type": "module",
"main": "./build/index.cjs",