Skip to content

Commit 601bf41

Browse files
committed
Package bump
1 parent 0998153 commit 601bf41

File tree

4 files changed

+25
-21
lines changed

4 files changed

+25
-21
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Runs a single command using the runners shell
4040
- name: Upload Static Content
41-
uses: armhil/[email protected].7
41+
uses: armhil/[email protected].8
4242
with:
4343
clientId: ${{ secrets.ENTRA_CLIENTID }}
4444
clientSecret: ${{ secrets.ENTRA_CLIENTSECRET }}

package-lock.json

+19-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-blobs-content-uploader",
3-
"version": "1.0.6",
3+
"version": "1.0.8",
44
"description": "A file uploader to multiple az-blob storage accounts, primarily to help SPA developers.",
55
"main": "index.js",
66
"scripts": {
@@ -29,10 +29,12 @@
2929
"@azure/identity": "^4.5.0",
3030
"@azure/storage-blob": "^12.11.0",
3131
"@types/jest": "^29.5.11",
32-
"@types/node": "^20.11.8",
3332
"jest": "^29.7.0",
3433
"queue-fifo": "^0.2.6",
3534
"ts-jest": "^29.1.2",
3635
"typescript": "^5.3.3"
36+
},
37+
"devDependencies": {
38+
"@types/node": "^22.9.0"
3739
}
3840
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"compilerOptions": {
88
"outDir": "./dist",
9-
"target": "ES6",
9+
"target": "ES5",
1010
"sourceMap": false,
1111
"noImplicitAny": true,
1212
"moduleResolution": "Node",

0 commit comments

Comments
 (0)