1.11.1+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=30
This commit is contained in:
parent
f08df835b6
commit
4652510bf8
6
_service
6
_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.11.0</param>
|
<param name="revision">v1.11.1</param>
|
||||||
<param name="version">1.11.0</param>
|
<param name="version">1.11.1</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
@ -37,7 +37,7 @@
|
|||||||
<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/rusty_v8</param>
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="revision">v0.22.3</param>
|
<param name="revision">f85508868ebb9477fe57ff9cb352c43e29a5cf7d</param>
|
||||||
<param name="version">0.22.3</param>
|
<param name="version">0.22.3</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aca5bea4474b417404d65a9912d20664c5282f9cc381b900f18a91785a5b7110
|
|
||||||
size 6130728
|
|
3
deno-1.11.1.tar.xz
Normal file
3
deno-1.11.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9326f39fd4313d38dd55abbda182c2ec98a5247f55652ec54ff522665aa5093c
|
||||||
|
size 6125384
|
24
deno.changes
24
deno.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 19 05:38:31 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to v1.11.1:
|
||||||
|
* feat(unstable): add additional logging information in LSP (#10890)
|
||||||
|
* fix: Deno.inspect should inspect the object the proxy represents
|
||||||
|
rather than the target of the proxy (#10977)
|
||||||
|
* fix: early binding to dispatchEvent in workers (#10904)
|
||||||
|
* fix: hang in Deno.serveHttp() (#10923)
|
||||||
|
* fix: improve worker types (#10965)
|
||||||
|
* fix: make WHATWG streams more compliant (#10967, #10970)
|
||||||
|
* fix: poll connection after writing response chunk in Deno.serveHttp()
|
||||||
|
(#10961)
|
||||||
|
* fix: set minimum timeout to be 4 milliseconds (#10972)
|
||||||
|
* fix(repl): Complete declarations (#10963)
|
||||||
|
* fix(repl): Fix undefined result colour in cmd (#10964)
|
||||||
|
- update deno_std to 0.99.0:
|
||||||
|
* feat(mime): make createPart of MultipartWriter public (#960)
|
||||||
|
* feat(node/util): add inherits (#958)
|
||||||
|
* fix(node/events): fix EventEmitter#removeAllListeners (#968)
|
||||||
|
* fix(node/process): make process.env enumerable (#957)
|
||||||
|
* fix(node/util): fix util.inherits (#959)
|
||||||
|
- includes V8 9.2.230.10 (rusty_v8/#700)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 9 05:15:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
Wed Jun 9 05:15:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.11.0
|
Version: 1.11.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:d373b107f47067efd47c4151ec3da5ea1b56b647c90df8905b70154c9375b17c
|
oid sha256:a9bf100347cb3ade0d5686879c29a62dca4f8301262a8d65d58c15ca2bbdce5d
|
||||||
size 53388888
|
size 52910968
|
||||||
|
Loading…
Reference in New Issue
Block a user