Skip to content

Commit

Permalink
[add] Task Section & Field models
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Dec 22, 2023
1 parent bb095ec commit a59c628
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 126 deletions.
8 changes: 4 additions & 4 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.11",
"version": "1.1.0-rc.0",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "Unofficial TypeScript SDK for FeiShu/Lark API, which is based on MobX-RESTful.",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@swc/helpers": "^0.5.3",
"koajax": "^0.9.6",
"mobx-restful": "^0.6.12",
"regenerator-runtime": "^0.14.0",
"regenerator-runtime": "^0.14.1",
"web-utility": "^4.1.3"
},
"peerDependencies": {
Expand All @@ -42,9 +42,9 @@
"mobx": "~6.10.2",
"parcel": "~2.10.3",
"prettier": "^3.1.1",
"tsx": "^4.6.2",
"tsx": "^4.7.0",
"typedoc": "^0.25.4",
"typedoc-plugin-mdn-links": "^3.1.7",
"typedoc-plugin-mdn-links": "^3.1.8",
"typescript": "~5.3.3"
},
"prettier": {
Expand Down
Loading

0 comments on commit a59c628

Please sign in to comment.