Skip to content

Commit

Permalink
Update qstract to v0.2.1
Browse files Browse the repository at this point in the history
Closes #197
  • Loading branch information
harmless-tech committed Mar 20, 2024
1 parent e314b25 commit ba914f0
Show file tree
Hide file tree
Showing 6 changed files with 539 additions and 531 deletions.
5 changes: 1 addition & 4 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[files]
extend-exclude = [
"dist/*",
"lib/*"
]
extend-exclude = ["dist/*", "lib/*"]
22 changes: 11 additions & 11 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "install-cargo-prebuilt-action",
"description": "Install cargo prebuilt to a runner.",
"version": "3.3.0",
"description": "Install cargo prebuilt to a runner and some packages if you want.",
"version": "3.3.1",
"author": "harmless-tech, cargo-prebuilt",
"private": true,
"homepage": "https://github.com/cargo-prebuilt/cargo-prebuilt-action",
Expand Down Expand Up @@ -71,20 +71,20 @@
"@actions/tool-cache": "^2.0.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.20",
"@types/node": "^20.11.30",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-jsonc": "^2.14.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "3.2.5",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit ba914f0

Please sign in to comment.