Skip to content

Commit 89458c2

Browse files
fix: packages and bump version
1 parent b420da4 commit 89458c2

File tree

6 files changed

+14
-19
lines changed

6 files changed

+14
-19
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-devops-bicep-task",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
55
"main": "index.js",
66
"scripts": {
@@ -38,7 +38,9 @@
3838
"homepage": "https://github.com/piraces/azure-devops-bicep-task#readme",
3939
"dependencies": {
4040
"axios": "^0.27.2",
41-
"azure-pipelines-tool-lib": "^2.0.0-preview"
41+
"azure-pipelines-task-lib": "^4.2.0",
42+
"azure-pipelines-tool-lib": "^2.0.0-preview",
43+
"glob": "^8.1.0"
4244
},
4345
"devDependencies": {
4446
"@types/glob": "^8.0.1",
@@ -47,11 +49,10 @@
4749
"@types/q": "^1.5.5",
4850
"@typescript-eslint/eslint-plugin": "^5.51.0",
4951
"@typescript-eslint/parser": "^5.51.0",
50-
"azure-pipelines-task-lib": "^4.2.0",
52+
5153
"eslint": "^8.34.0",
5254
"eslint-config-prettier": "^8.6.0",
5355
"eslint-plugin-prettier": "^4.2.1",
54-
"glob": "^8.1.0",
5556
"husky": "^8.0.3",
5657
"jest": "^29.4.2",
5758
"lint-staged": "^13.1.1",

src/decompile/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 4,
19-
"Patch": 2
19+
"Patch": 3
2020
},
2121
"instanceNameFormat": "Run Bicep CLI decompile command",
2222
"inputs": [

src/install/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 4,
19-
"Patch": 2
19+
"Patch": 3
2020
},
2121
"instanceNameFormat": "Install Bicep CLI",
2222
"inputs": [

src/run/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 0,
1818
"Minor": 4,
19-
"Patch": 2
19+
"Patch": 3
2020
},
2121
"instanceNameFormat": "Run Bicep CLI build command",
2222
"inputs": [

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1,
33
"id": "bicep-tasks",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"name": "Bicep Tasks",
66
"publisher": "piraces",
77
"description": "Provides Azure DevOps tasks to install and run Microsoft Bicep CLI commands (cross-platform)",

0 commit comments

Comments
 (0)