1.16.3 -> 1.16.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=49
This commit is contained in:
parent
446d266ba6
commit
1720eede96
8
_service
8
_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.16.3</param>
|
||||
<param name="version">1.16.3</param>
|
||||
<param name="revision">v1.16.4</param>
|
||||
<param name="version">1.16.4</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
@ -37,8 +37,8 @@
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||
<param name="revision">v0.35.0</param>
|
||||
<param name="version">0.35.0</param>
|
||||
<param name="revision">v0.36.0</param>
|
||||
<param name="version">0.36.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3df57b19743213fa72f8df2d4c7152ebd11c0722aced2fe622e9cadacf53c40c
|
||||
size 6706608
|
3
deno-1.16.4.tar.xz
Normal file
3
deno-1.16.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d303c8fdcaf61c922f00d5c14617c2344988b75b0430c0bbecdd29f13dd8552
|
||||
size 6704928
|
11
deno.changes
11
deno.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 4 15:57:33 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.16.4:
|
||||
* fix(core): Wake up the runtime if there are ticks scheduled (#12933)
|
||||
* fix(core): throw on invalid callConsole args (#12973)
|
||||
* fix(ext/crypto): throw on key & op algo mismatch (#12838)
|
||||
* fix(test): Improve reliability of deno test's op sanitizer with timers (#12934)
|
||||
* fix(websocket): bad rid on WebSocketStream abort (#12913)
|
||||
* fix(workers): Make worker.terminate() not immediately kill the isolate (#12831)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 25 15:10:46 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.16.3
|
||||
Version: 1.16.4
|
||||
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:f851eac2b95fc05290a4468085458d15bf943f6d1a6d7e1b5383f68370298508
|
||||
size 56021896
|
||||
oid sha256:a8f36066d2f4e88c2d99d941796e51082a23c09f70d127bd4f8a15404bd041ac
|
||||
size 56041160
|
||||
|
Loading…
Reference in New Issue
Block a user