1.10.1 -> 1.10.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=26
This commit is contained in:
parent
99d9cbd9e3
commit
607a556ea5
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.10.1</param>
|
||||
<param name="version">1.10.1</param>
|
||||
<param name="revision">v1.10.2</param>
|
||||
<param name="version">1.10.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dfa3edf40ed363a7f62432c516737ce6537c50801c27ab45e9a4b9cb2cd4d7f
|
||||
size 6163364
|
3
deno-1.10.2.tar.xz
Normal file
3
deno-1.10.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeb4e0dbe248414216179f9e5ebd98acaed931e543d44d547b73282df66da05e
|
||||
size 6159016
|
14
deno.changes
14
deno.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 17 16:03:53 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.10.2:
|
||||
* fix: static import permissions in dynamic imports
|
||||
* fix(lsp): remove duplicate cwd in config path
|
||||
* fix(cli): ignore x-typescript-types header when media type is not js/jsx
|
||||
* chore: upgrade Tokio to 1.6.0
|
||||
- update deno_std to 0.97.0:
|
||||
* fix(io/buffer): make Buffer compatible with Deploy
|
||||
* fix(io/bufio): readDelim returns wrong result if delim strides over chunks
|
||||
* fix(node/events): accept only functions as listener arguments
|
||||
* fix(testing): support array values in assertObjectMatch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 20:16:56 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.10.1
|
||||
Version: 1.10.2
|
||||
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:8a3aac5f206ea757dd8ab6b4ead35478e1ff5da0c2facf55ce181ee50a902034
|
||||
size 53336984
|
||||
oid sha256:7f715779e3d523bdf7d86ec4870ec26cbf56fc1c4fe2c8a00b940191d5ebae0d
|
||||
size 53382012
|
||||
|
Loading…
Reference in New Issue
Block a user