1.31.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=102
This commit is contained in:
parent
d104f7b6f2
commit
0753464a05
4
_service
4
_service
@ -13,8 +13,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/denoland/deno</param>
|
<param name="url">https://github.com/denoland/deno</param>
|
||||||
<param name="revision">v1.31.2</param>
|
<param name="revision">v1.31.3</param>
|
||||||
<param name="version">1.31.2</param>
|
<param name="version">1.31.3</param>
|
||||||
|
|
||||||
<!-- remove large docs -->
|
<!-- remove large docs -->
|
||||||
<param name="exclude">docs</param>
|
<param name="exclude">docs</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6dc38e95d4c3ffc64ae8ffa0bdd961be4dc675cff61695e6fffce5128c1c987b
|
|
||||||
size 7639064
|
|
3
deno-1.31.3.tar.xz
Normal file
3
deno-1.31.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2c7b5f597127f1f950158ede1c25422b452e62bfc1557055f628d51797621a4
|
||||||
|
size 7638420
|
26
deno.changes
26
deno.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 16 18:23:39 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 1.31.3:
|
||||||
|
* fix(check): regression where config "types" entries caused type checking
|
||||||
|
errors (#18124)
|
||||||
|
* fix(core): Upgrades bytes crate from =1.2.1 to ^1.4.0 (#18123)
|
||||||
|
* fix(core): SafePromiseAll to be unaffected by Array#@@iterator (#17542)
|
||||||
|
* fix(core/internal): fix typo in primordial type definitions (#18125)
|
||||||
|
* fix(ext/fs): retry if file already exists in makeTempFile (#17787)
|
||||||
|
* fix(ext/http): abort request signal when response errors (#17822)
|
||||||
|
* fix(ext/node): add crypto.createCipheriv (#18091)
|
||||||
|
* fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097)
|
||||||
|
* fix(ext/web): Stop using globalThis.ReadableStream in Blob (#18187)
|
||||||
|
* fix(info/doc): add missing --no-lock and --lock flags (#18166)
|
||||||
|
* fix(lsp): avoid calling client while holding lock (#18197)
|
||||||
|
* fix(npm): "not implemented scheme" message should properly show the scheme
|
||||||
|
(#18209)
|
||||||
|
* fix(npm): show a progress bar when initializing the node_modules folder
|
||||||
|
(#18136)
|
||||||
|
* fix(repl): do not panic deleting Deno or deleting all its properties
|
||||||
|
(#18211)
|
||||||
|
* fix: ensure no node_modules directory is created when a package.json exists
|
||||||
|
and no npm dependencies are used (#18134)
|
||||||
|
* perf: do not depend on iana-time-zone (#18088)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 11 17:58:10 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
Sat Mar 11 17:58:10 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: deno
|
Name: deno
|
||||||
Version: 1.31.2
|
Version: 1.31.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A secure JavaScript and TypeScript runtime
|
Summary: A secure JavaScript and TypeScript runtime
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4b8f66b12bda19bd82f5ff4f8cafa2e1609eb45cb788f9188a50da9548a98236
|
oid sha256:7b35c27147f73724d476e3296e940a2e4af1cc11bc60cd9223bc8a587d8c0cb2
|
||||||
size 70352816
|
size 70687432
|
||||||
|
Loading…
Reference in New Issue
Block a user