Skip to content

Commit

Permalink
[fix] Type compatibility of BI Table filter
Browse files Browse the repository at this point in the history
[add] MobX compatibility badge
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Oct 1, 2023
1 parent be93052 commit f131e54
Show file tree
Hide file tree
Showing 7 changed files with 244 additions and 560 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
14 changes: 8 additions & 6 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

Unofficial [TypeScript][1] SDK for [FeiShu/Lark API][2], which is based on [MobX-RESTful][3].

[![NPM Dependency](https://img.shields.io/librariesio/github/idea2app/MobX-Lark.svg)][4]
[![CI & CD](https://github.com/idea2app/MobX-Lark/actions/workflows/main.yml/badge.svg)][5]
[![MobX compatibility](https://img.shields.io/badge/Compatible-1?logo=mobx&label=MobX%204%2F5%2F6)][4]
[![NPM Dependency](https://img.shields.io/librariesio/github/idea2app/MobX-Lark.svg)][5]
[![CI & CD](https://github.com/idea2app/MobX-Lark/actions/workflows/main.yml/badge.svg)][6]

[![NPM](https://nodei.co/npm/mobx-lark.png?downloads=true&downloadRank=true&stars=true)][6]
[![NPM](https://nodei.co/npm/mobx-lark.png?downloads=true&downloadRank=true&stars=true)][7]

## Usage

Expand All @@ -24,6 +25,7 @@ Unofficial [TypeScript][1] SDK for [FeiShu/Lark API][2], which is based on [MobX
[1]: https://www.typescriptlang.org/
[2]: https://open.feishu.cn/
[3]: https://github.com/idea2app/MobX-RESTful
[4]: https://libraries.io/npm/mobx-lark
[5]: https://github.com/idea2app/MobX-Lark/actions/workflows/main.yml
[6]: https://nodei.co/npm/mobx-lark/
[4]: https://mobx.js.org/
[5]: https://libraries.io/npm/mobx-lark
[6]: https://github.com/idea2app/MobX-Lark/actions/workflows/main.yml
[7]: https://nodei.co/npm/mobx-lark/
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-lark",
"version": "1.0.0-rc.6",
"version": "1.0.0-rc.10",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "Unofficial TypeScript SDK for FeiShu/Lark API, which is based on MobX-RESTful.",
Expand All @@ -15,7 +15,6 @@
],
"source": "src/index.ts",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"homepage": "https://idea2app.github.io/MobX-Lark/",
"repository": {
Expand All @@ -26,27 +25,25 @@
"url": "https://github.com/idea2app/MobX-Lark/issues"
},
"dependencies": {
"@swc/helpers": "^0.5.1",
"koajax": "^0.8.6",
"mobx-restful": "^0.6.10",
"node-fetch": "^2.7.0",
"@swc/helpers": "^0.5.2",
"koajax": "^0.9.4",
"mobx-restful": "^0.6.12",
"regenerator-runtime": "^0.14.0",
"web-utility": "^4.1.0"
"web-utility": "^4.1.3"
},
"peerDependencies": {
"mobx": ">=4"
},
"devDependencies": {
"@types/node": "^18.17.11",
"@types/node-fetch": "^2.6.4",
"@types/node": "^18.18.1",
"dotenv": "^16.3.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"mobx": "^6.10.0",
"mobx": "^6.10.2",
"parcel": "~2.9.3",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typedoc": "^0.25.0",
"typedoc": "^0.25.1",
"typedoc-plugin-mdn-links": "^3.1.0",
"typescript": "~5.2.2"
},
Expand Down
Loading

0 comments on commit f131e54

Please sign in to comment.