Skip to content

Commit f509a39

Browse files
authored
bump to 1.5.0, bump @actions/cache, bump @vercel/ncc (#89)
1 parent 2944677 commit f509a39

File tree

6 files changed

+98
-46
lines changed

6 files changed

+98
-46
lines changed

dist/index.js

Lines changed: 39 additions & 13 deletions
Large diffs are not rendered by default.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/save/index.js

Lines changed: 39 additions & 13 deletions
Large diffs are not rendered by default.

dist/save/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 15 additions & 15 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foundry-rs/foundry-toolchain",
3-
"version": "1.3.0",
3+
"version": "1.5.0",
44
"license": "SEE LICENSE IN LICENSE",
55
"main": "dist/index.js",
66
"keywords": [
@@ -17,13 +17,13 @@
1717
"build": "ncc build src/index.js -o dist --source-map && ncc build src/save.js -o dist/save --source-map"
1818
},
1919
"dependencies": {
20-
"@actions/cache": "^4.0.5",
20+
"@actions/cache": "^4.1.0",
2121
"@actions/core": "^1.11.1",
2222
"@actions/github": "^6.0.1",
2323
"@actions/tool-cache": "^2.0.2"
2424
},
2525
"devDependencies": {
26-
"@vercel/ncc": "^0.38.3",
26+
"@vercel/ncc": "^0.38.4",
2727
"prettier": "^3.6.2"
2828
}
2929
}

0 commit comments

Comments
 (0)