1.26.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=88
This commit is contained in:
parent
36d75b35a2
commit
2ead1e5209
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.26.0</param>
|
||||
<param name="version">1.26.0</param>
|
||||
<param name="revision">v1.26.1</param>
|
||||
<param name="version">1.26.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.51.0</param>
|
||||
<param name="version">0.51.0</param>
|
||||
<param name="revision">v0.52.0</param>
|
||||
<param name="version">0.52.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:097fb5b5eb7d1fb138180904818ba4895432f2341ac8a73f387c490819dd528e
|
||||
size 8908076
|
3
deno-1.26.1.tar.xz
Normal file
3
deno-1.26.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cde9b11491fc3f7bdd8ae61c6b86fef5c5f269313bf9928329d664e7a7a9daba
|
||||
size 8918932
|
32
deno.changes
32
deno.changes
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 23:09:47 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to 1.26.1:
|
||||
* feat(npm): implement Node API (#13633)
|
||||
* feat(unstable): add supp;rt for npm specifier cli arguments for
|
||||
'deno cache' (#16141)
|
||||
* fix(build): don't export all symbols to dynamic symbol table (#16171)
|
||||
* fix(ext/cache): acquire reader lock before async op (#16126)
|
||||
* fix(ext/cache): close resource on error (#16129)
|
||||
* fix(ext/cache): prevent cache insert if body is not fully written (#16138)
|
||||
* fix(ext/crypto): ECDH and X25519 non byte length and 0 length fixes (#16146)
|
||||
* fix(ext/crypto): curve25519 import export (#16140)
|
||||
* fix(ext/crypto): deriveBits for ECDH not taking length into account (#16128)
|
||||
* fix(ext/crypto): ecdh spki key import/export roundtrip (#16152)
|
||||
* fix(ext/crypto): fix importKey error when leading zeroes (#16009)
|
||||
* fix(ext/crypto): interoperable import/export (#16153)
|
||||
* fix(ext/crypto): use correct handle for public keys (#16099)
|
||||
* fix(ext/fetch): Body#bodyUsed for static body (#16080)
|
||||
* fix(ext/flash): Avoid sending Content-Length when status code is 204 (#15901)
|
||||
* fix(node): add dns/promises and stream/consumers (#16169)
|
||||
* fix(npm): better error is version is specified after subpath (#16131)
|
||||
* fix(npm): handle json files in require (#16125)
|
||||
* fix(npm): panic on invalid package name (#16123)
|
||||
* fix(runtime): no FastStream for unrefable streams (#16095)
|
||||
* fix(serde_v8): Implement MapAccess for StructAccess (#15962)
|
||||
* fix(serde_v8): serialize objects with numeric keys correctly (#15946)
|
||||
* fix: move Deno.hostname() from denoNsUnstable to denoNs (#16086)
|
||||
* lsp: use deno:/asset instead of deno:asset (#16023)
|
||||
* perf(ext/fetch): consume body using ops (#16038)
|
||||
* perf: node cjs & esm analysis cache (#16097)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 29 19:17:45 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.26.0
|
||||
Version: 1.26.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:873746d09cb4d01cb86b8eec2e48fa4a91585ee891a33a07a132f41145d9aebf
|
||||
size 67256140
|
||||
oid sha256:2e76d6c99e0cb18f6fcb718dc4427d436cf5cccb2e4312d056a10c8c93ce6195
|
||||
size 69570952
|
||||
|
Loading…
Reference in New Issue
Block a user