Package and index update

This commit is contained in:
Zachary Eisinger 2020-09-21 12:12:50 -07:00
parent 19ffec8f3e
commit 972bef6e28
3 changed files with 1560 additions and 908 deletions

1015
dist/index.js vendored

File diff suppressed because it is too large Load Diff

1379
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,27 +30,27 @@
"author": "GitHub", "author": "GitHub",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.2", "@actions/core": "^1.2.5",
"@actions/exec": "^1.0.3", "@actions/exec": "^1.0.4",
"@actions/github": "^1.1.0", "@actions/github": "^1.1.0",
"@actions/http-client": "^1.0.8", "@actions/http-client": "^1.0.8",
"@actions/io": "^1.0.2", "@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.1", "@actions/tool-cache": "^1.6.0",
"fast-xml-parser": "^3.15.1", "fast-xml-parser": "^3.17.4",
"semver": "^6.3.0", "semver": "^6.3.0",
"xmlbuilder": "^13.0.2" "xmlbuilder": "^13.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^25.2.3", "@types/jest": "^25.2.3",
"@types/node": "^12.12.42", "@types/node": "^12.12.62",
"@types/semver": "^6.0.0", "@types/semver": "^6.2.2",
"@zeit/ncc": "^0.21.0", "@zeit/ncc": "^0.21.1",
"husky": "^4.2.5", "husky": "^4.3.0",
"jest": "^26.0.1", "jest": "^26.4.2",
"jest-circus": "^26.0.1", "jest-circus": "^26.4.2",
"prettier": "^1.17.1", "prettier": "^1.19.1",
"ts-jest": "^26.0.0", "ts-jest": "^26.4.0",
"typescript": "^3.9.3", "typescript": "^3.9.7",
"wget-improved": "^3.2.1" "wget-improved": "^3.2.1"
} }
} }