1.11.2+ -> 1.11.5+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=33
This commit is contained in:
parent
b5cbf2ac81
commit
5d5c3a6c9c
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.11.2</param>
|
||||
<param name="version">1.11.2</param>
|
||||
<param name="revision">v1.11.5</param>
|
||||
<param name="version">1.11.5</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">f85508868ebb9477fe57ff9cb352c43e29a5cf7d</param>
|
||||
<param name="version">0.22.3</param>
|
||||
<param name="revision">v0.25.1</param>
|
||||
<param name="version">0.25.1</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b854062ae98495283aa563501c184255eca19deaeeec6d4d466a5b351a847aac
|
||||
size 6120820
|
3
deno-1.11.5.tar.xz
Normal file
3
deno-1.11.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90d96d3526f5207838967e929fa86c2231019894a935add918453a2cdc536a1e
|
||||
size 6121768
|
33
deno.changes
33
deno.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 01:09:17 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.11.5:
|
||||
* ci: don't set DENO_CANARY when releasing, attempt 2 (#11214)
|
||||
- includes v1.11.4:
|
||||
* upgrade: swc 0.44.0 (#11197)
|
||||
* ci: don't set DENO_CANARY when releasing (#11181)
|
||||
- includes v1.11.3:
|
||||
* fix(#10761): graph errors reported as diagnostics for Deno.emit() (#10767)
|
||||
* fix(core): don't panic on stdout/stderr write failures in Deno.core.print (#11039)
|
||||
* fix(core): top-level-await is now always enabled (#11082)
|
||||
* fix(extensions/fetch): Filter out custom HOST headers (#11020)
|
||||
* fix(fetch): proxy body for requests created from other requests (#11093)
|
||||
* fix(http): remove unwrap() in HTTP bindings (#11130)
|
||||
* fix(inspect): eliminate panic inspecting event classes (#10979)
|
||||
* fix(lsp): reload import registries should not error when the module
|
||||
registries directory does not exist (#11123)
|
||||
* fix(runtime): fix signal promise API (#11069)
|
||||
* fix(runtime/signal): use op_async_unref for op_signal_poll (#11097)
|
||||
* fix(url): use USVStrings in URLSearchParams constructor (#11101)
|
||||
* fix(webstorage): increase localStorage limit to 10MB (#11081)
|
||||
* fix: make readonly Event properties readonly (#11106)
|
||||
* fix: specify AbortSignal for native http requests (#11126)
|
||||
* chore: upgrade crates (#11007)
|
||||
* chore: use lsp to get parent process id (#11083)
|
||||
- update deno_std to v0.100.0:
|
||||
* feat(testing/asserts): improved strings diff (#948)
|
||||
* feat(testing/asserts): use assertion signature for "assertExists" (#969)
|
||||
* fix(node/events): align EventEmitter#addListener with native node tests (#976)
|
||||
* fix(path): fix type error in glob.ts with noImplicitAny: false config (#977)
|
||||
- includes rusty_v8 0.25.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 23 21:25:08 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.11.2
|
||||
Version: 1.11.5
|
||||
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:8c3bea388ca52ea8ad5517e124675d59152540b7bc567d41538c9c8a746d941c
|
||||
size 52912800
|
||||
oid sha256:1bb4f09835819583a04bfb5f5a245cf18c15a76c60eeae712c793aa6bb1222d0
|
||||
size 52922868
|
||||
|
Loading…
Reference in New Issue
Block a user