!5 回退 'Pull Request !4 : Upgrade to 0.4.0'

From: @lyn1001 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-11-09 06:41:30 +00:00 committed by Gitee
commit da686a3dff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 3 additions and 6 deletions

BIN
0.3.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -3,8 +3,8 @@
%global bootstrap 1
%global enable_tests 0
Name: nodejs-type-check
Version: 0.4.0
Release: 1
Version: 0.3.2
Release: 2
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} -p1
%autosetup -n type-check-%{version}
%nodejs_fixdep prelude-ls '~1.2.0'
%build
@ -58,9 +58,6 @@ 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