1.17.2 -> 1.17.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=53
This commit is contained in:
parent
d0aec7bc60
commit
355291b084
4
_service
4
_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.17.2</param>
|
<param name="revision">v1.17.3</param>
|
||||||
<param name="version">1.17.2</param>
|
<param name="version">1.17.3</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
|
14
deno.changes
14
deno.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 16 18:03:34 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to v1.17.3:
|
||||||
|
* fix: Get lib.deno_core.d.ts to parse correctly (#13238)
|
||||||
|
* fix: expose "Deno.memoryUsage()" in worker context (#13293)
|
||||||
|
* fix: install shim with --allow-all should not output each permission
|
||||||
|
individually (#13325)
|
||||||
|
* fix(compile): fix output flag behaviour on compile command (#13299)
|
||||||
|
* fix(coverage): don't type check (#13324)
|
||||||
|
* fix(coverage): merge coverage ranges (#13334)
|
||||||
|
* fix(ext/web): handle no arguments in atob (#13341)
|
||||||
|
* fix(serde_v8): support #[serde(default)] (#13300)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 8 18:32:45 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
Sat Jan 8 18:32:45 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.17.2
|
Version: 1.17.3
|
||||||
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:2ef964efbbd7984f44d0311e63ae0854e10597faeda372c37c02b2606c4a607f
|
oid sha256:25f774ce9bc562e762515d6625ab76a5d758ba74013d14d11a65e102303c93a7
|
||||||
size 60138968
|
size 60121828
|
||||||
|
Loading…
Reference in New Issue
Block a user