1.14.0 -> 1.14.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=45
This commit is contained in:
parent
0f81354bf4
commit
69504d3fbf
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.14.0</param>
|
||||
<param name="version">1.14.0</param>
|
||||
<param name="revision">v1.14.1</param>
|
||||
<param name="version">1.14.1</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.28.0</param>
|
||||
<param name="version">0.28.0</param>
|
||||
<param name="revision">v0.29.0</param>
|
||||
<param name="version">0.29.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b2ff315f556a2fd14be1aed895d85538fbcc2f14958ee51b466c3bb7917b9c9
|
||||
size 6464892
|
3
deno-1.14.1.tar.xz
Normal file
3
deno-1.14.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d27faf7fc112af987848d817cc1b9c60c3c9b130422aa138b225cb803e0233a7
|
||||
size 6468244
|
22
deno.changes
22
deno.changes
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 26 09:22:08 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.14.1:
|
||||
* fix(cli): don't ignore diagnostics about for await (#12116)
|
||||
* fix(cli): move Deno.flock and Deno.funlock to
|
||||
unstable types (#12138)
|
||||
* fix(cli/fmt_errors): Abbreviate long data URLs in
|
||||
stack traces (#12127)
|
||||
* fix(config-schema): correct default value of "lib" (#12145)
|
||||
* fix(core): prevent multiple main module loading (#12128)
|
||||
* fix(ext/crypto): don't use core.decode for encoding
|
||||
jwk keys (#12088)
|
||||
* fix(ext/crypto): use DataError in importKey() (#12071)
|
||||
* fix(lsp): align filter text to vscode logic (#12081)
|
||||
* fix(runtime/ops/signal.rs): Add FreeBSD signal
|
||||
definitions (#12084)
|
||||
* perf(ext/web): optimize EventTarget (#12166)
|
||||
* perf(runtime/fs): optimize readFile by using a single large
|
||||
buffer (#12057)
|
||||
* perf(web): optimize AbortController (#12165)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 18 01:52:36 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.14.0
|
||||
Version: 1.14.1
|
||||
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:ed82eb456a6778dc0f972fc03527206e9bb7a1b646106c0538e2d9aae9665b9c
|
||||
size 37865688
|
||||
oid sha256:c6e2fb3568fc9d44044d8a977342e095c1307aa9b50006bff964619d04303a41
|
||||
size 56539072
|
||||
|
Loading…
Reference in New Issue
Block a user