1.20.0 -> 1.20.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=61
This commit is contained in:
parent
a9608d2afe
commit
e6af2cd478
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.20.0</param>
|
||||
<param name="version">1.20.0</param>
|
||||
<param name="revision">v1.20.3</param>
|
||||
<param name="version">1.20.3</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5694653935039e1cce270098a720f2e26b2597bd136fabf4e3e49e166f2f1610
|
||||
size 7962540
|
3
deno-1.20.3.tar.xz
Normal file
3
deno-1.20.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6264a0655996351345d736b9963ba4eb4d71f335c737e4adf8f7aa11f5532b0d
|
||||
size 7963244
|
31
deno.changes
31
deno.changes
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 16:14:58 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.20.3:
|
||||
* fix(ext/fetch): deprecate URL as the first arg in types (#14113)
|
||||
* fix(ext/ffi): enforce unstable check on ops (#14115)
|
||||
* fix(runtime): do not modify user provided cmd array in Deno.run (#14109)
|
||||
- includes changes from 1.20.2:
|
||||
* feat(lsp): support deno.enablePaths setting (#13978)
|
||||
* fix(bench): require --unstable flag in JavaScript (#14091)
|
||||
* fix(test): don't error on missing op details (#14074)
|
||||
* fix(compat): Changes an instance of collect::<Vec<_>>().join("") to
|
||||
collect::() (#14082)
|
||||
* fix(tests): do not use global env vars in install tests (#14078)
|
||||
* fix(ext/fetch): Connect async error stack with user code (#13899)
|
||||
* fix(unstable): upgrade deno_task_shell to 0.2 (#14073)
|
||||
* fix: upgrade to swc_ecmascript 0.137.0 (#14067)
|
||||
* fix(fetch): Fix uncaught rejection panic with
|
||||
WebAssembly.instantiateStreaming (#13925)
|
||||
* fix(core): variadic opSync/opAsync (#14062)
|
||||
* fix(runtime): actually don't inherit runtime permissions (#14024)
|
||||
* fix(ext/console): fix error with a Proxy of a Map (#14032)
|
||||
* fix(ops): throw TypeError on op return failure (#14033)
|
||||
* fix(cli): improve deno compile error messages (#13944)
|
||||
* fix(cli): add support for DENO_CERT in upgrade command (#13862)
|
||||
* fix(config-file): fix config-file.v1.json schema to allow colons in the task
|
||||
name (#14013)
|
||||
* perf(http): avoid Set.has() when closing connection resource (#14085)
|
||||
* perf(http): avoid checking promise every request (#14079)
|
||||
* perf(http): avoid per header alloc (#14051)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 02:00:07 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package deno
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2020-2021 Avindra Goolcharan <avindra@opensuse.org>
|
||||
# Copyright (c) 2018-2021 the Deno authors
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.20.0
|
||||
Version: 1.20.3
|
||||
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:2c0fbbb467cb9c5e4a870121a712117947bcb00fcdc0a342e4c599a4fdaff061
|
||||
size 62117648
|
||||
oid sha256:19d64171bdda574c4299758c84beb12bc5a460a7bd3a196f22b5ce3e9a274050
|
||||
size 64712976
|
||||
|
Loading…
Reference in New Issue
Block a user