std@0.180.0/encoding/_yaml/loader/loader.ts is missing, this is breaking my deno deploy site.
https://deno.land/std@0.180.0/encoding/_yaml/loader/loader.ts


Describe the bug
Error The deployment failed: HTTP status client error (404 Not Found) for url (https://deno.land/std@0.180.0/encoding/_yaml/loader/loader.ts)
Steps to Reproduce
- push to my github repo
- deno deploy tries to download the code to run it
- the above error stops the deploy
Expected behavior
I'm not using std@0.180.0, so this shouldn't be breaking my deployment.
Environment
// import_map.json
{
"imports": {
"std/": "https://deno.land/std@0.179.0/"
}
}
deno 1.31.3 (release, x86_64-pc-windows-msvc)
v8 11.0.226.19
typescript 4.9.4
std@0.180.0/encoding/_yaml/loader/loader.tsis missing, this is breaking my deno deploy site.https://deno.land/std@0.180.0/encoding/_yaml/loader/loader.ts
Describe the bug
Steps to Reproduce
Expected behavior
I'm not using
std@0.180.0, so this shouldn't be breaking my deployment.Environment
deno 1.31.3 (release, x86_64-pc-windows-msvc)
v8 11.0.226.19
typescript 4.9.4