Skip to content

Commit d1934b0

Browse files
committed
fix: rollback glob
1 parent f215da9 commit d1934b0

File tree

6 files changed

+39
-54
lines changed

6 files changed

+39
-54
lines changed

package-lock.json

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

package.json

Lines changed: 3 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.4.7",
3+
"version": "0.4.8",
44
"description": "Tasks for installing Bicep CLI and running Bicep CLI build commands",
55
"main": "index.js",
66
"scripts": {
@@ -40,9 +40,10 @@
4040
"axios": "^0.27.2",
4141
"azure-pipelines-task-lib": "^4.2.0",
4242
"azure-pipelines-tool-lib": "^2.0.0-preview",
43-
"glob": "^9.3.4"
43+
"glob": "^8.1.0"
4444
},
4545
"devDependencies": {
46+
"@types/glob": "^8.0.1",
4647
"@types/jest": "^29.4.0",
4748
"@types/node": "^18.13.0",
4849
"@types/q": "^1.5.5",

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": 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": 4,
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": 4,
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.4.7",
4+
"version": "0.4.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)