1.11.1+ -> 1.11.2+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=32
This commit is contained in:
parent
afe62c1a31
commit
b5cbf2ac81
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.11.1</param>
|
||||
<param name="version">1.11.1</param>
|
||||
<param name="revision">v1.11.2</param>
|
||||
<param name="version">1.11.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9326f39fd4313d38dd55abbda182c2ec98a5247f55652ec54ff522665aa5093c
|
||||
size 6125384
|
3
deno-1.11.2.tar.xz
Normal file
3
deno-1.11.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b854062ae98495283aa563501c184255eca19deaeeec6d4d466a5b351a847aac
|
||||
size 6120820
|
14
deno.changes
14
deno.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 23 21:25:08 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.11.2:
|
||||
* feat(unstable, lsp): quick fix actions to ignore lint errors (#10627)
|
||||
* fix: add support for module es2020 to Deno.emit (#11065)
|
||||
* fix: align Console to spec (#10983)
|
||||
* fix: align URL / URLSearchParams to spec (#11005)
|
||||
* fix: align Websocket to spec (#11010)
|
||||
* fix: closing / aborting WritableStream is racy (#10982)
|
||||
* fix: fetch with method HEAD should not have body (#11003)
|
||||
* fix: Worker accepts specifier as URL (#11038)
|
||||
* fix(lsp): do not rename in strings and comments (#11041)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 19 05:38:31 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.11.1
|
||||
Version: 1.11.2
|
||||
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:a9bf100347cb3ade0d5686879c29a62dca4f8301262a8d65d58c15ca2bbdce5d
|
||||
size 52910968
|
||||
oid sha256:8c3bea388ca52ea8ad5517e124675d59152540b7bc567d41538c9c8a746d941c
|
||||
size 52912800
|
||||
|
Loading…
Reference in New Issue
Block a user