- Update to version 2.1.1:
* docs(cli/add): add clarification to add command * fix(node): regression where ts files were sometimes resolved instead of js * chore: update url + idna * fix(watch): don't panic if there's no path provided * fix: Buffer global in --unstable-node-globals * fix(cli): Fix typo in doc subcommand help output * fix(task): ensure root config always looks up dependencies in root OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=266
This commit is contained in:
parent
49d70f2a3b
commit
8e80dc1d41
4
_service
4
_service
@ -8,7 +8,7 @@
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<!-- param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param -->
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v2.1.0</param>
|
||||
<param name="revision">v2.1.1</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
@ -22,7 +22,7 @@
|
||||
</service>
|
||||
<service name="roast" mode="manual">
|
||||
<param name="target">deno</param>
|
||||
<param name="outfile">deno-2.1.0.tar.zst</param>
|
||||
<param name="outfile">deno-2.1.1.tar.zst</param>
|
||||
<param name="preserve-root">true</param>
|
||||
<param name="reproducible">true</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/denoland/deno</param>
|
||||
<param name="changesrevision">3da4eca7c1ed97906654671669e0bb3b095bc637</param></service></servicedata>
|
||||
<param name="changesrevision">5d71b461530f7c374c08701cef5678a5a4ac5484</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19dc128d26856cfeded8ec3126982d974b28d6d0ee925fe6eab0701e01ea73e7
|
||||
size 100013243
|
3
deno-2.1.1.tar.zst
Normal file
3
deno-2.1.1.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:490dcd680e56762d60d1a8cd013c640d05d358e10324f4d7d6e47d0be92669eb
|
||||
size 100020797
|
12
deno.changes
12
deno.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 02:36:21 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 2.1.1:
|
||||
* docs(cli/add): add clarification to add command
|
||||
* fix(node): regression where ts files were sometimes resolved instead of js
|
||||
* chore: update url + idna
|
||||
* fix(watch): don't panic if there's no path provided
|
||||
* fix: Buffer global in --unstable-node-globals
|
||||
* fix(cli): Fix typo in doc subcommand help output
|
||||
* fix(task): ensure root config always looks up dependencies in root
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 22 02:00:51 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: deno
|
||||
version: 2.1.0
|
||||
mtime: 1732154702
|
||||
commit: 3da4eca7c1ed97906654671669e0bb3b095bc637
|
||||
version: 2.1.1
|
||||
mtime: 1732210100
|
||||
commit: 5d71b461530f7c374c08701cef5678a5a4ac5484
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global _lto_cflags %nil
|
||||
%global _v8_version 130.0.1
|
||||
Name: deno
|
||||
Version: 2.1.0
|
||||
Version: 2.1.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:9323ef6c417ebf342158a269b9f93bda37ee3d0b8d2d11237b628a9ba16f7cbe
|
||||
size 139709178
|
||||
oid sha256:beefaf9fe6334eaab74d0be689ebe6c7d5e985bbd6f44ff2b192aba49c821320
|
||||
size 140527785
|
||||
|
Loading…
x
Reference in New Issue
Block a user