generated from arvinxx/vercel-serverless-api-template
-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [Version 1.7.1](v1.7.0...v1.7.1) <sup>Released on **2023-12-12**</sup> #### 🐛 Bug Fixes - **misc**: Fix error with openapi client init. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix error with openapi client init ([b652cb5](b652cb5)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
- Loading branch information
1 parent
b652cb5
commit 60478c4
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lobehub/chat-plugins-gateway", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Lobe Chat Plugin Market", | ||
"repository": "https://github.com/lobehub/chat-plugins-gateway.git", | ||
"author": "LobeHub <[email protected]>", | ||
|
@@ -12,8 +12,8 @@ | |
], | ||
"scripts": { | ||
"build": "father build", | ||
"devs": "father dev", | ||
"ci": "npm run lint && npm run type-check && npm run doctor", | ||
"devs": "father dev", | ||
"doctor": "father doctor", | ||
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix", | ||
"lint:md": "remark . --quiet --frail --output", | ||
|