Compare commits

...

4 Commits

Author SHA1 Message Date
cloudskies 44b23a6b7a
Merge 1a19068d4e into 552bf3722c 2024-04-24 17:05:43 +02:00
Jonathan Tamsut 552bf3722c new version 2024-04-23 11:22:42 -07:00
cloudskies 1a19068d4e
Update package lock 2024-04-20 07:58:55 +03:00
cloudskies 4dac3ced21
Bump packages 2024-04-20 07:55:06 +03:00
4 changed files with 224888 additions and 193408 deletions

209936
dist/merge/index.js vendored

File diff suppressed because one or more lines are too long

208292
dist/upload/index.js vendored

File diff suppressed because one or more lines are too long

34
package-lock.json generated
View File

@ -12,25 +12,25 @@
"@actions/artifact": "^2.1.6",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0",
"@actions/io": "^1.1.2",
"minimatch": "^9.0.3"
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"minimatch": "^9.0.4"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/parser": "^5.48.0",
"@vercel/ncc": "^0.36.0",
"concurrently": "^7.6.0",
"eslint": "^8.31.0",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^27.2.0",
"glob": "^8.0.3",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/parser": "^7.7.0",
"@vercel/ncc": "^0.38.1",
"concurrently": "^8.2.2",
"eslint": "^9.1.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
"glob": "^10.3.12",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
},
"node_modules/@actions/artifact": {

View File

@ -32,24 +32,24 @@
"@actions/artifact": "^2.1.6",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@actions/glob": "^0.3.0",
"@actions/io": "^1.1.2",
"minimatch": "^9.0.3"
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"minimatch": "^9.0.4"
},
"devDependencies": {
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/parser": "^5.48.0",
"@vercel/ncc": "^0.36.0",
"concurrently": "^7.6.0",
"eslint": "^8.31.0",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^27.2.0",
"glob": "^8.0.3",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@typescript-eslint/parser": "^7.7.0",
"@vercel/ncc": "^0.38.1",
"concurrently": "^8.2.2",
"eslint": "^9.1.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.2.0",
"glob": "^10.3.12",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.5"
}
}