1.32.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=110
This commit is contained in:
parent
ee547507f3
commit
752a0ea16d
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.32.2</param>
|
||||
<param name="version">1.32.2</param>
|
||||
<param name="revision">v1.32.3</param>
|
||||
<param name="version">1.32.3</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43d0c96d1c45b81e6ba424f8b363aa7c0f7ad88df73b4e81792ef2d618c80141
|
||||
size 7147476
|
3
deno-1.32.3.tar.xz
Normal file
3
deno-1.32.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71223868fe2c33bf4283dd8df2ebcc7b3463fa01d7bb144f158ba07c15b328c7
|
||||
size 7147476
|
12
deno.changes
12
deno.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 2 02:45:22 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.32.3
|
||||
* fix(check): ensure diagnostics caused by changes in other files get
|
||||
invalidated between runs (#18541)
|
||||
* fix(ext/ffi): crash when same reference struct is used in two fields (#18531)
|
||||
* fix(lsp): add a document preload file system entry limit (#18553)
|
||||
* fix(repl): disable language server document preloading in the repl (#18543)
|
||||
* fix(test): don't swallow sanitizer errors with permissions (#18550)
|
||||
* perf(check): faster source hashing (#18534)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 1 17:58:43 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.32.2
|
||||
Version: 1.32.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:618f9d72dff27ab55dc5ca66b12c8a4ed4041f643b4726e3cfc3cb4ed5e74b2f
|
||||
size 68799660
|
||||
oid sha256:cc4c3468aa9703f61ba0555278fe3edd0aee67a9a697a9ec3773c47cda15b316
|
||||
size 68831456
|
||||
|
Loading…
Reference in New Issue
Block a user