1.8.2 -> 1.8.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=14
This commit is contained in:
parent
e64bcce8d5
commit
445fdd25b2
4
_service
4
_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.8.2</param>
|
||||
<param name="version">1.8.2</param>
|
||||
<param name="revision">v1.8.3</param>
|
||||
<param name="version">1.8.3</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e863d349c76aefe0c3cfd0552d99c80417f295f02d134553c6526e6d8af3570d
|
||||
size 6103716
|
3
deno-1.8.3.tar.xz
Normal file
3
deno-1.8.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ead9ab8c0d0c0b347412b759e841c2e5046cb164daff6949926f576decfa5c5
|
||||
size 6110728
|
20
deno.changes
20
deno.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 7 16:16:27 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.8.3:
|
||||
* feat(lsp): add import completions
|
||||
* feat(lsp): implement textDocument/selectionRange
|
||||
* fix(websocket): ignore resource close error
|
||||
* fix(lsp): ensure insert_text is passed back on completions
|
||||
* fix(web): add AbortController.abort()
|
||||
* fix(crypto): include deno.crypto in deno types
|
||||
* fix(cli): re-add dom.asynciterable lib
|
||||
- update deno_std to 0.92.0:
|
||||
* feat: make bufio compatible to Deno Deploy
|
||||
* feat: add symlink adn symlinkSync to node/fs
|
||||
* feat: add format and improve deprecate in node/util
|
||||
* feat: add io/buffer and io/util module
|
||||
* fix: handle upstream type changes
|
||||
* chore: remove unused import in http
|
||||
* refactor: remove boilerplate Promise<void> return types in encoding
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 21 21:52:50 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.8.2
|
||||
Version: 1.8.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:7f95dbe13f22986c92ea4efa4e6bb286e53cf2582651f1466376db06cce28e3d
|
||||
size 49678604
|
||||
oid sha256:a14ff84f5ed6d58d8f1cdd2df342a651ae645480031aeb1b2f389b61e00efa63
|
||||
size 49642740
|
||||
|
Loading…
Reference in New Issue
Block a user