1.17.0 -> 1.17.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=51
This commit is contained in:
parent
26c37be778
commit
15a898c917
4
_service
4
_service
@ -13,8 +13,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/deno</param>
|
<param name="url">https://github.com/denoland/deno</param>
|
||||||
<param name="revision">v1.17.0</param>
|
<param name="revision">v1.17.1</param>
|
||||||
<param name="version">1.17.0</param>
|
<param name="version">1.17.1</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d1ae79d151a35a8da9be33703d775b8d97da610ef6ea6e6840fc3fe1b6767b1
|
|
||||||
size 6753156
|
|
3
deno-1.17.1.tar.xz
Normal file
3
deno-1.17.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1f5189c88d89cd49606237b5832aebf196d51a12df4e38dd007e714ed1b7a32
|
||||||
|
size 6752216
|
14
deno.changes
14
deno.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 25 20:13:09 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to v1.17.1:
|
||||||
|
* feat(lsp, unstable): add code lens for debugging tests (#13138)
|
||||||
|
* feat(lsp, unstable): supply accept header when fetching registry config
|
||||||
|
(#13159)
|
||||||
|
* fix: inspector prompts (#13123)
|
||||||
|
* fix(coverage): Split sources by char index (#13114)
|
||||||
|
* fix(ext/ffi): use c_char instead of i8 for reading strings (#13118)
|
||||||
|
* fix(ext/websocket): WebSocketStream don't error with "sending after closing"
|
||||||
|
when closing (#13134)
|
||||||
|
* fix(repl): support assertions on import & export declarations (#13121)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 17 18:00:20 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Fri Dec 17 18:00:20 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.17.0
|
Version: 1.17.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure JavaScript and TypeScript runtime
|
Summary: A secure JavaScript and TypeScript runtime
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:09ff0b1841ec44c0705dc15cf44543fbff35c448723917a44e842eddc0e5d396
|
oid sha256:57aa651023063e608762d93539b026f49a406c5256f102252fb2f35ee377919f
|
||||||
size 60108520
|
size 60119748
|
||||||
|
Loading…
Reference in New Issue
Block a user