Skip to content

Commit ad13740

Browse files
committed
feat: Added the update check that will check the package once a day against the beta release, distTag can be changed later, then prints the latest
beta version to the user. resolves #762
1 parent 13e57cd commit ad13740

File tree

5 files changed

+184
-21
lines changed

5 files changed

+184
-21
lines changed

.changeset/hungry-carrots-run.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"wrangler": patch
3+
---
4+
5+
feat: Added the update check that will check the package once a day against the beta release, `distTag` can be changed later, then prints the latestbeta version to the user.
6+
7+
resolves #762

package-lock.json

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

packages/wrangler/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"supports-color": "^9.2.1",
9191
"tmp-promise": "^3.0.3",
9292
"undici": "^4.15.1",
93+
"update-check": "^1.5.4",
9394
"ws": "^8.3.0",
9495
"yargs": "^17.3.0"
9596
},

0 commit comments

Comments
 (0)