Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbdaad3d

Browse files
committed
Bumped v0.18.0
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent6fbc40f commitbdaad3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎lib/client.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ class Client {
129129
returnthis._request('POST','/text/sentiment',request,true)
130130
}
131131

132-
textSpellCheck(request){
133-
returnthis._request('POST','/text/spell-check',request,true)
132+
textSpellcheck(request){
133+
returnthis._request('POST','/text/spellcheck',request,true)
134134
}
135135

136136
textSummary(request){

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"labstack",
3-
"version":"0.17.0",
3+
"version":"0.18.0",
44
"description":"Official Node.js client library for the LabStack API",
55
"main":"index.js",
66
"scripts": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp