Skip to content

Commit

Permalink
fix: packages and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiraces-plain committed Feb 14, 2023
1 parent b420da4 commit 89458c2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 19 deletions.
16 changes: 5 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-devops-bicep-task",
"version": "0.4.2",
"version": "0.4.3",
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -38,7 +38,9 @@
"homepage": "https://github.com/piraces/azure-devops-bicep-task#readme",
"dependencies": {
"axios": "^0.27.2",
"azure-pipelines-tool-lib": "^2.0.0-preview"
"azure-pipelines-task-lib": "^4.2.0",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"glob": "^8.1.0"
},
"devDependencies": {
"@types/glob": "^8.0.1",
Expand All @@ -47,11 +49,10 @@
"@types/q": "^1.5.5",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"azure-pipelines-task-lib": "^4.2.0",

"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"glob": "^8.1.0",
"husky": "^8.0.3",
"jest": "^29.4.2",
"lint-staged": "^13.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/decompile/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 4,
"Patch": 2
"Patch": 3
},
"instanceNameFormat": "Run Bicep CLI decompile command",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion src/install/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 4,
"Patch": 2
"Patch": 3
},
"instanceNameFormat": "Install Bicep CLI",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion src/run/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 0,
"Minor": 4,
"Patch": 2
"Patch": 3
},
"instanceNameFormat": "Run Bicep CLI build command",
"inputs": [
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "bicep-tasks",
"version": "0.4.2",
"version": "0.4.3",
"name": "Bicep Tasks",
"publisher": "piraces",
"description": "Provides Azure DevOps tasks to install and run Microsoft Bicep CLI commands (cross-platform)",
Expand Down

0 comments on commit 89458c2

Please # to comment.