Skip to content

Commit dae9266

Browse files
CopilotTechQuery
andauthored
[add] Document AI model for Invoice Recognition (#21)
Co-authored-by: TechQuery <shiy2008@gmail.com>
1 parent 1c605f8 commit dae9266

7 files changed

Lines changed: 546 additions & 432 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-lark",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "Unofficial TypeScript SDK for FeiShu/Lark API, which is based on MobX-RESTful.",
@@ -25,9 +25,9 @@
2525
"url": "https://github.com/idea2app/MobX-Lark/issues"
2626
},
2727
"dependencies": {
28-
"@swc/helpers": "^0.5.19",
28+
"@swc/helpers": "^0.5.20",
2929
"@types/react": "^19.2.14",
30-
"koajax": "^3.1.2",
30+
"koajax": "^3.3.0",
3131
"lodash.memoize": "^4.1.2",
3232
"mobx": "^6.15.0",
3333
"mobx-restful": "^2.1.4",
@@ -42,20 +42,20 @@
4242
"@parcel/transformer-typescript-tsc": "~2.16.4",
4343
"@types/fs-extra": "^11.0.4",
4444
"@types/lodash.memoize": "^4.1.9",
45-
"@types/node": "^24.10.13",
45+
"@types/node": "^24.12.0",
4646
"@types/react-dom": "^19.2.3",
4747
"@types/turndown": "^5.0.6",
4848
"dotenv": "^17.3.1",
49-
"fs-extra": "^11.3.3",
49+
"fs-extra": "^11.3.4",
5050
"husky": "^9.1.7",
51-
"lint-staged": "^16.2.7",
51+
"lint-staged": "^16.4.0",
5252
"parcel": "~2.16.4",
5353
"prettier": "^3.8.1",
5454
"react": "^19.2.4",
5555
"react-dom": "^19.2.4",
5656
"ts-node": "^10.9.2",
5757
"turndown": "^7.2.2",
58-
"typedoc": "^0.28.17",
58+
"typedoc": "^0.28.18",
5959
"typedoc-plugin-mdn-links": "^5.1.1",
6060
"typescript": "~5.8.3"
6161
},

0 commit comments

Comments
 (0)