1.25.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=84
This commit is contained in:
parent
b19ed7f0d4
commit
e06170c646
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.25.2</param>
|
||||
<param name="version">1.25.2</param>
|
||||
<param name="revision">v1.25.3</param>
|
||||
<param name="version">1.25.3</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.49.0</param>
|
||||
<param name="version">0.49.0</param>
|
||||
<param name="revision">v0.50.0</param>
|
||||
<param name="version">0.50.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8c1e841b6675ce555b36851a613e687285f85bfd2f34356541620fbcf9453aa
|
||||
size 9448344
|
3
deno-1.25.3.tar.xz
Normal file
3
deno-1.25.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6bdf49ae4beb3ecc06fa12082a192375001ddb66cbf5b6841aa867e9f08d4fd
|
||||
size 8853352
|
19
deno.changes
19
deno.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 22:52:39 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.25.3:
|
||||
* doc(unstable): mention that signal input isn't supported in spawnSync
|
||||
(#15889)
|
||||
* fix(ext/flash): don't block requests (#15852)
|
||||
* fix(npm): align Deno importing Node cjs with Node esm importing cjs (#15879)
|
||||
* fix(npm): align Node esm code importing cjs with Node (#15838)
|
||||
* fix(npm): binary entrypoint for .js or no extension (#15900)
|
||||
* fix(npm): remove export binding to match node (#15837)
|
||||
* fix(npm): support cjs resolution of package subpath with package.json (#15855)
|
||||
* fix(npm): use shim from deno_node crate for 'module' built-in module (#15881)
|
||||
* fix(ops): add node.js env variable allowlist (#15893)
|
||||
* perf(ext/flash): remove string->buffer cache (#15850)
|
||||
* perf(serde_v8): remove Mutex from ZeroCopyBuf (#15888)
|
||||
* perf(url): return early if url has no query string (#15856)
|
||||
* perf: optimize URL serialization (#15663)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 23:41:13 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.25.2
|
||||
Version: 1.25.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:50718859fdcb484d6a5d547e383de0b5c7ccd4535c154336ed6a84420b1e65b3
|
||||
size 68934112
|
||||
oid sha256:41afd1ace48af57de106214fd1b7d88d6cf1e292e0c3d8ce152d7091fd9f9230
|
||||
size 68089776
|
||||
|
Loading…
Reference in New Issue
Block a user