This commit is contained in:
github-actions
2023-01-09 22:34:08 +00:00
parent 3078914d17
commit 2c3cb933a3
7 changed files with 31 additions and 31 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@github/actions-workflow-parser",
"version": "0.0.42",
"version": "0.1.74",
"license": "MIT",
"type": "module",
"source": "./src/index.ts",
@@ -40,7 +40,7 @@
"watch": "tsc --build tsconfig.build.json --watch"
},
"dependencies": {
"@github/actions-expressions": "*",
"@github/actions-expressions": "^0.1.74",
"yaml": "^2.0.0-8"
},
"engines": {
@@ -60,4 +60,4 @@
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}
}