1.12.0 -> 1.12.1+
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=38
This commit is contained in:
parent
72c2bec831
commit
9f6d4ba7f7
6
_service
6
_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.12.0</param>
|
||||
<param name="version">1.12.0</param>
|
||||
<param name="revision">v1.12.1</param>
|
||||
<param name="version">1.12.1</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
@ -37,7 +37,7 @@
|
||||
<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.25.3</param>
|
||||
<param name="revision">b7abe60108e7d3ed4e26bb1dcbe7a2003c48d6f8</param>
|
||||
<param name="version">0.25.3</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af1ccdd41dc7b2ea6078a9c7fef2e9451eacfd184edbff248b8cf3621c6aa29a
|
||||
size 6149504
|
3
deno-1.12.1.tar.xz
Normal file
3
deno-1.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45d534ede14970d6521afe6948a5372f93cf35fde362c0a10a656aba85a6c2ec
|
||||
size 6156912
|
20
deno.changes
20
deno.changes
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 21:11:26 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.12.1
|
||||
* fix: Big{U|}Int64Array in crypto.getRandomValues (#11447)
|
||||
* fix(extensions/http): correctly concat cookie headers (#11422)
|
||||
* fix(extensions/web): aborting a FileReader should not affect later
|
||||
reads (#11381)
|
||||
* fix(repl): output error without hanging when input is invalid (#11426)
|
||||
* fix(tsc): add .at() types manually to tsc (#11443)
|
||||
* fix(workers): silently ignore non-existent worker IDs (#11417)
|
||||
- deno_std updated to 0.102.0:
|
||||
* feat: Add std/collections (#993)
|
||||
* fix(encoding/toml): fix comment line starting with whitespaces (#1017)
|
||||
* fix(encoding/toml): parse keys correctly (#1019)
|
||||
* fix(hash): fix handling of non-byte-sized TypedArray views (#1012)
|
||||
* fix(testing): Don't merge diff when it's not spaces even if it's
|
||||
surrounded by word-diff (#1032)
|
||||
- includes rusty_v8 rev with v8 9.3.345.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 13 19:12:54 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.12.0
|
||||
Version: 1.12.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:0bc9b3d8e1bfb759e4dd33a756f99ca768bf6de594701de1bb7fc47c7680f340
|
||||
size 53426344
|
||||
oid sha256:731a6712fe5ecf00c71b83b358f69ee6889bcf8e33eaefd2c5f3bab1be7102b8
|
||||
size 54378936
|
||||
|
Loading…
Reference in New Issue
Block a user