1.8.1 -> 1.8.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=13
This commit is contained in:
parent
2d3a59b8c7
commit
e64bcce8d5
8
_service
8
_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.1</param>
|
||||
<param name="version">1.8.1</param>
|
||||
<param name="revision">v1.8.2</param>
|
||||
<param name="version">1.8.2</param>
|
||||
|
||||
<!-- remove large docs -->
|
||||
<param name="exclude">docs</param>
|
||||
@ -37,8 +37,8 @@
|
||||
<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.20.0</param>
|
||||
<param name="version">0.20.0</param>
|
||||
<param name="revision">v0.21.0</param>
|
||||
<param name="version">0.21.0</param>
|
||||
<param name="exclude">.github</param>
|
||||
|
||||
<!--
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c1846214b1e207d62226528dc7053c7659ad03fd4dbc6ac89f8f32256c66546
|
||||
size 6098748
|
3
deno-1.8.2.tar.xz
Normal file
3
deno-1.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e863d349c76aefe0c3cfd0552d99c80417f295f02d134553c6526e6d8af3570d
|
||||
size 6103716
|
36
deno.changes
36
deno.changes
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 21 21:52:50 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
- update to v1.8.2:
|
||||
* upgrade: rusty_v8 0.21.0
|
||||
* upgrade: tokio 1.4.0
|
||||
* fix: fallback to default UA and CA data for Deno.createHttpClient()
|
||||
* fix: getBindGroupLayout always illegal invocation
|
||||
* fix(cli/bundle): display anyhow error chain
|
||||
* fix(core): don't panic on invalid arguments for Deno.core.print
|
||||
* fix(doc): update example for sub processes
|
||||
* fix(fmt): Correctly format hard breaks in markdown
|
||||
* fix(lsp): allow on disk files to change
|
||||
* fix(lsp): diagnostics use own thread and debounce
|
||||
* fix(op_crates/webgpu): create instance only when required
|
||||
* fix(runtime): do not require deno namespace in workers for crypto
|
||||
* refactor: enforce type ResourceId across codebase
|
||||
* refactor: Clean up permission handling
|
||||
* refactor: Move bin ops to deno_core and unify logic with json ops
|
||||
* refactor: Move Console to op_crates/console
|
||||
* refactor: Split web op crate
|
||||
* refactor: Simplify icu data alignment
|
||||
* refactor: Update minimal ops & rename to buffer ops
|
||||
* refactor: Use serde ops more
|
||||
* refactor(lsp): refactor completions and add tests
|
||||
* refactor(lsp): slightly reorganize diagnostics debounce logic
|
||||
- update deno_std to 0.91.0:
|
||||
* feat(encoding/yaml): add support for JS types and user types
|
||||
* feat(io/streams): Add readerFromIterable()
|
||||
* feat(std/node): add utimes and utimesSync
|
||||
* fix(multipart): support useDefineForClassFields
|
||||
* fix(node): fix node/cli.ts
|
||||
* fix(node): move throw error in fs.writeFile to pass no-unsafe-finally
|
||||
* fix(path): enable and fix file URL tests
|
||||
* refactor(node/fs): update fs import
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 03:34:32 UTC 2021 - Avindra Goolcharan <avindra@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: deno
|
||||
Version: 1.8.1
|
||||
Version: 1.8.2
|
||||
Release: 0
|
||||
Summary: A secure JavaScript and TypeScript runtime
|
||||
License: MIT
|
||||
|
@ -61,6 +61,7 @@ echo -n "Compressing archive... "
|
||||
tar -cf - vendor/ | xz -9 -c - > vendor-merged.tar.xz
|
||||
echo "done"
|
||||
|
||||
echo "Inspect the tarball and replace the"
|
||||
echo "existing one if it's ok. Should be ~50MB."
|
||||
ls -lh "$wd/vendor-merged.tar.xz"
|
||||
|
||||
cd -
|
||||
cp "$wd/vendor-merged.tar.xz" ./vendor.tar.xz
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:643c8c1dd403cf8457267397891339448613fce2d872150187f775f8e781016c
|
||||
size 49630880
|
||||
oid sha256:7f95dbe13f22986c92ea4efa4e6bb286e53cf2582651f1466376db06cce28e3d
|
||||
size 49678604
|
||||
|
Loading…
Reference in New Issue
Block a user