Skip to content

Commit c1d9c95

Browse files
committed
build: 3.1.2
1 parent 015afbe commit c1d9c95

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runnerty/executor-shell",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Runnerty module: shell executor",
55
"author": "Runnerty Tech",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"lint": "eslint '**/*.js' && prettier --check '**'"
2626
},
2727
"dependencies": {
28-
"@runnerty/module-core": "~3.0.5",
28+
"@runnerty/module-core": "~3.0.6",
2929
"ssh2": "^1.4.0"
3030
},
3131
"devDependencies": {

scaffold/plan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.1/plan.json",
2+
"$schema": "https://raw.githubusercontent.com/runnerty/schemas/master/schemas/3.2/plan.json",
33
"chains": [
44
{
55
"id": "CHAIN_SHELL_SAMPLES",

0 commit comments

Comments
 (0)