Skip to content

Commit cf83481

Browse files
committed
fix: downgrade glob version due to ingoing issues #21
1 parent 19c415c commit cf83481

File tree

6 files changed

+22
-57
lines changed

6 files changed

+22
-57
lines changed

package-lock.json

Lines changed: 16 additions & 51 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": "azure-devops-bicep-task",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
55
"main": "index.js",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"axios": "^0.27.2",
4141
"azure-pipelines-tool-lib": "^2.0.0-preview",
42-
"glob": "^8.0.3"
42+
"glob": "^7.1.7"
4343
},
4444
"devDependencies": {
4545
"@types/glob": "^8.0.0",

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": 3,
19-
"Patch": 7
19+
"Patch": 8
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": 3,
19-
"Patch": 7
19+
"Patch": 8
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": 3,
19-
"Patch": 7
19+
"Patch": 8
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.3.7",
4+
"version": "0.3.8",
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)