v1.20.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=62
This commit is contained in:
parent
e6af2cd478
commit
03b84970e9
4
_service
4
_service
@ -13,8 +13,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="revision">v1.20.3</param>
|
||||
<param name="version">1.20.3</param>
|
||||
<param name="revision">v1.20.5</param>
|
||||
<param name="version">1.20.5</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6264a0655996351345d736b9963ba4eb4d71f335c737e4adf8f7aa11f5532b0d
|
||||
size 7963244
|
3
deno-1.20.5.tar.xz
Normal file
3
deno-1.20.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb894ad917ce718119353a598b317f98c35b8b52250e279ad9f5dc60871ba8cf
|
||||
size 7982032
|
18
deno.changes
18
deno.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 19:59:34 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.20.5:
|
||||
* feat(lsp/unstable): add experimental testing API (#13798)
|
||||
* feat(lsp/unstable): support tasks in the config file (#14139)
|
||||
* feat(unstable): add ref/unref to Listener (#13961)
|
||||
* fix(cli/install): preserve compat flag (#14223)
|
||||
* fix(ext/crypto): check extractable in exportKey (#14222)
|
||||
- including v1.20.4:
|
||||
* fix(compile): follow redirects when resolving (#14161)
|
||||
* fix(ext/fetch): extend deprecated fetch() overload with
|
||||
string | Request (#14134)
|
||||
* fix(lsp): watch .jsonc files (#14135)
|
||||
* fix(runtime/ops/signal.rs): Add Solaris signals (#13931)
|
||||
* fix(task): handle PATHEXT with trailing semi-colon (#14140)
|
||||
* perf: micro-optimize core.encode (#14120)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 16:14:58 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.20.3
|
||||
Version: 1.20.5
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19d64171bdda574c4299758c84beb12bc5a460a7bd3a196f22b5ce3e9a274050
|
||||
size 64712976
|
||||
oid sha256:c908c9771abeaed84296b956177169047a9a88765dc47cdd887105ee2d952721
|
||||
size 64736772
|
||||
|
Loading…
Reference in New Issue
Block a user