1.34.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=130
This commit is contained in:
parent
ecd8c8466b
commit
fc26f33d7d
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.34.0</param>
|
||||
<param name="version">1.34.0</param>
|
||||
<param name="revision">v1.34.1</param>
|
||||
<param name="version">1.34.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.72.0</param>
|
||||
<param name="version">0.72.0</param>
|
||||
<param name="revision">v0.73.0</param>
|
||||
<param name="version">0.73.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c3da6db60bb04ea2fa07f69951fc2920fe9f43364143291e900794c07b0796b
|
||||
size 7177636
|
3
deno-1.34.1.tar.xz
Normal file
3
deno-1.34.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:775d3aed5c4a751c77348bcff48216828468fb6b717daea846aedbdf4523512c
|
||||
size 7185320
|
17
deno.changes
17
deno.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 30 18:13:09 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.34.1:
|
||||
* fix(compile): handle when DENO_DIR is readonly (#19257)
|
||||
* fix(compile): implicit read permission to npm vfs (#19281)
|
||||
* fix(compile): improve panic message when stripping root path fails (#19258)
|
||||
* fix(compile): inline symlinks as files outside node_modules
|
||||
dir and warn for directories (#19285)
|
||||
* fix(ext/http): fix a possible memleak in Brotli (#19250)
|
||||
* fix(napi): clear currently registering module slot (#19249)
|
||||
* fix(napi): properly handle arguments in napi_get_cb_info (#19269)
|
||||
* fix(node): http.IncomingMessageForClient.complete (#19302)
|
||||
* fix(node): make 'v8.setFlagsFromString' a noop (#19271)
|
||||
* fix: don't print release notes on version check prompt (#19252)
|
||||
* fix: use proper ALPN protocols if HTTP client is HTTP/1.1 only (#19303)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 25 01:41:56 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.34.0
|
||||
Version: 1.34.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:51588cf16a894f5d52a65eda99aa79957769ee99e0d6ddbd9061aa82a76a65ed
|
||||
size 73130100
|
||||
oid sha256:66bfb226c28ea5088d5196b9654a031ce74eec56495135c382c7c5ed3706a89f
|
||||
size 72125920
|
||||
|
Loading…
Reference in New Issue
Block a user