Upgrade to 0.4.0

This commit is contained in:
starlet-dx 2023-11-02 16:44:00 +08:00
parent 9e72ea05c9
commit 4ce01801bd
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
0.4.0.tar.gz Normal file

Binary file not shown.

View File

@ -3,8 +3,8 @@
%global bootstrap 1
%global enable_tests 0
Name: nodejs-type-check
Version: 0.3.2
Release: 2
Version: 0.4.0
Release: 1
Summary: Allows you to check the types of JavaScript values at runtime
License: MIT
URL: https://github.com/gkz/type-check
@ -23,7 +23,7 @@ type-check allows you to check the types of JavaScript values at runtime with a
Haskell like type syntax.
%prep
%autosetup -n type-check-%{version}
%autosetup -n type-check-%{version} -p1
%nodejs_fixdep prelude-ls '~1.2.0'
%build
@ -58,6 +58,9 @@ cp -pr package.json lib/ \
%{nodejs_sitelib}/%{packagename}
%changelog
* Thu Nov 02 2023 yaoxin <yao_xin001@hoperun.com> - 0.4.0-1
- Upgrade to 0.4.0
* Tue Jul 05 2022 xu_ping <xuping33@h-partners.com> - 0.3.2-2
- Modify prelude-ls version to 1.2.0 to compat latest nodejs-prelude-ls