1.32.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=112
This commit is contained in:
parent
752a0ea16d
commit
13a9fcfea2
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.3</param>
|
||||
<param name="version">1.32.3</param>
|
||||
<param name="revision">v1.32.4</param>
|
||||
<param name="version">1.32.4</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71223868fe2c33bf4283dd8df2ebcc7b3463fa01d7bb144f158ba07c15b328c7
|
||||
size 7147476
|
3
deno-1.32.4.tar.xz
Normal file
3
deno-1.32.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f7366885017d52a304deb69e76c1c270dbfca675e38fb39f53f764d884c406c
|
||||
size 7119152
|
25
deno.changes
25
deno.changes
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 21:58:41 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.32.4:
|
||||
* Revert "fix(cli): don't store blob and data urls in the module cache (#18261)"
|
||||
(#18572)
|
||||
* feat(core): sync io ops in core (#18603)
|
||||
* feat(ext/http): add an op to perform raw HTTP upgrade (#18511)
|
||||
* fix(core): preserve syntax error locations in dynamic imports (#18664)
|
||||
* fix(ext/cache): cache.put overwrites previous call (#18649)
|
||||
* fix(ext/kv): keys must be arrays (#18655)
|
||||
* fix(ext/node): add X509Certificate (#18625)
|
||||
* fix(ext/node): add symmetric keygen (#18609)
|
||||
* fix(ext/node): fix unable to resolve fraction.js (#18544)
|
||||
* fix(ext/node): implement hkdf-expand (#18612)
|
||||
* fix(ext/node): json encode binary command name (#18596)
|
||||
* fix(npm): cache bust npm specifiers more aggressively (#18636)
|
||||
* fix(npm): do not "npm install" when npm specifier happens to
|
||||
match package.json entry (#18660)
|
||||
* fix(npm): reload an npm package's dependency's information
|
||||
when version not found (#18622)
|
||||
* perf(ext/io): remove a data copy from File write (#18601)
|
||||
* perf(ext/websocket): replace tokio_tungstenite server with
|
||||
fastwebsockets (#18587)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 2 02:45:22 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.32.3
|
||||
Version: 1.32.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:cc4c3468aa9703f61ba0555278fe3edd0aee67a9a697a9ec3773c47cda15b316
|
||||
size 68831456
|
||||
oid sha256:59ff3bfde1a27c82b8b45031c1fa1ff55de9cd610bddd75520a6b2a4bbc22f79
|
||||
size 68710904
|
||||
|
Loading…
Reference in New Issue
Block a user