Commit 4844b49
Changed files (4)
.github/workflows/dev-publish.yml
@@ -30,6 +30,7 @@ jobs:
build
jsr.json
package.json
+ node_modules/depseek
retention-days: 1
npm-publish:
.github/workflows/publish.yml
@@ -32,6 +32,7 @@ jobs:
build
package.json
jsr.json
+ node_modules/depseek
retention-days: 1
npm-publish:
package-lock.json
@@ -1,12 +1,12 @@
{
"name": "zx",
- "version": "8.8.0",
+ "version": "8.8.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "zx",
- "version": "8.8.0",
+ "version": "8.8.1",
"license": "Apache-2.0",
"bin": {
"zx": "build/cli.js"
package.json
@@ -1,6 +1,6 @@
{
"name": "zx",
- "version": "8.8.0",
+ "version": "8.8.1",
"description": "A tool for writing better scripts",
"type": "module",
"main": "./build/index.cjs",