1.35.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=142
This commit is contained in:
parent
cbfca0edd6
commit
f9cdd2ea1b
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.35.0</param>
|
||||
<param name="version">1.35.0</param>
|
||||
<param name="revision">v1.35.1</param>
|
||||
<param name="version">1.35.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.74.1</param>
|
||||
<param name="version">0.74.1</param>
|
||||
<param name="revision">v0.74.2</param>
|
||||
<param name="version">0.74.2</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2c404b9085dd5ff5d9029db9a086793947e6f6c1d197bd69eab46800e5e9b5d
|
||||
size 3764708
|
3
deno-1.35.1.tar.xz
Normal file
3
deno-1.35.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3efb7e464a1d3584ed4827c837d546a6e37c71ffa5775398f609b21f67df891e
|
||||
size 3770032
|
20
deno.changes
20
deno.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 13 03:03:57 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.35.1:
|
||||
* fix(ext/http): Use brotli compression params (#19758)
|
||||
* fix(lsp): exclude files in deno.json "exclude" (#19791)
|
||||
* fix(lsp): remove quotes and period surrounding specifier in
|
||||
uncached messages (#19794)
|
||||
* fix(lsp): stop diagnostics flickering (#19803)
|
||||
* fix(node/http): add destroy to FakeSocket (#19796)
|
||||
* fix(node/http): allow callback in first argument of end call (#19778)
|
||||
* fix(node/http): server use FakeSocket and add end method (#19660)
|
||||
* fix(vendor): support import mapped jsxImportSource (#19724)
|
||||
* fix: remove unstable check for Deno.listenTls#alpnProtocols (#19732)
|
||||
* perf(ext/node): native vectored write for server streams (#19752)
|
||||
* perf(ext/node): optimize net streams (#19678)
|
||||
* perf(ext/websocket): optimize server websocket js (#19719)
|
||||
* perf(node/async_hooks): optimize AsyncLocalStorage (#19729)
|
||||
* perf: add setup cache for node_modules folder (#19787)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 04:58:10 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.35.0
|
||||
Version: 1.35.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:a75621ca9c6cf8f26b83f2b82bcf404d6e27bc248550d310d30f8110a8e08640
|
||||
size 73736580
|
||||
oid sha256:889af5e6ae41592e4a9889d76a02d94e1a9306106415ed98af98e36c881b9a1e
|
||||
size 73724356
|
||||
|
Loading…
Reference in New Issue
Block a user