1.8.0 -> 1.8.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=12
This commit is contained in:
parent
663dd8afe4
commit
2d3a59b8c7
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">18b894072d3eb6b04016e77ece0d78512f7ffca1</param>
|
||||
<param name="version">1.8.0</param>
|
||||
<param name="revision">v1.8.1</param>
|
||||
<param name="version">1.8.1</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c82c0463f0f26a4a2b987d867328cd65f9be57c3c3aa4abf0cfe86245c13d3c3
|
||||
size 6100876
|
3
deno-1.8.1.tar.xz
Normal file
3
deno-1.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c1846214b1e207d62226528dc7053c7659ad03fd4dbc6ac89f8f32256c66546
|
||||
size 6098748
|
18
deno.changes
18
deno.changes
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 03:34:32 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.8.1:
|
||||
* fix(cli/ast): Pass importsNotUsedAsValues to swc
|
||||
* fix(cli/compile): Do not append .exe depending on target
|
||||
* fix(cli/coverage): Ensure single line functions don't yield false positives
|
||||
* fix(core): Shared queue assertion failure in case of js error
|
||||
* fix(runtime): Add navigator interface objects
|
||||
* fix(runtime/web_worker): Don't block self.onmessage with TLA
|
||||
* fix(webgpu): Add Uint32Array type for code in ShaderModuleDescriptor
|
||||
* fix(webgpu): Add webidl records and simple unions
|
||||
- update deno_std to 0.90.0:
|
||||
* feat(node): Add CLI for running Node.js script with std/node
|
||||
* feat(node): Add "module" polyfill
|
||||
* fix(node): fix assert module, enable test cases
|
||||
* fix(http): Create a single encoder instance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 23:49:39 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.8.0
|
||||
Version: 1.8.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:1ccc91cdca38e4ff241a68d04c7e1f7676b2370a938f72055c451f6d1899267f
|
||||
size 50619372
|
||||
oid sha256:643c8c1dd403cf8457267397891339448613fce2d872150187f775f8e781016c
|
||||
size 49630880
|
||||
|
Loading…
Reference in New Issue
Block a user