Skip to content

Commit f9615f4

Browse files
committed
[add] MobX compatibility badges
[optimize] update Upstream packages
1 parent cfa56a1 commit f9615f4

7 files changed

Lines changed: 1056 additions & 1058 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers = false

ReadMe.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Common [MobX][1] **abstract base Class & Decorator** utilities for [RESTful API]
44

55
Just define your **Data models** & **Client HTTP methods**, then leave rest of things to MobX!
66

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

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-restful",
3-
"version": "0.6.10",
3+
"version": "0.6.12",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "MobX SDK for RESTful API",
@@ -24,36 +24,35 @@
2424
},
2525
"source": "source/index.ts",
2626
"types": "dist/index.d.ts",
27-
"module": "dist/index.esm.js",
2827
"main": "dist/index.js",
2928
"dependencies": {
30-
"@swc/helpers": "^0.5.1",
29+
"@swc/helpers": "^0.5.2",
3130
"class-validator": "^0.14.0",
32-
"koajax": "^0.8.6",
31+
"koajax": "^0.9.4",
3332
"reflect-metadata": "^0.1.13",
3433
"regenerator-runtime": "^0.14.0",
35-
"web-utility": "^4.1.0"
34+
"web-utility": "^4.1.3"
3635
},
3736
"peerDependencies": {
3837
"mobx": ">=4"
3938
},
4039
"devDependencies": {
41-
"@octokit/openapi-types": "^18.0.0",
40+
"@octokit/openapi-types": "^19.0.0",
4241
"@parcel/packager-ts": "~2.9.3",
4342
"@parcel/transformer-typescript-types": "~2.9.3",
44-
"@types/jest": "^29.5.4",
45-
"@types/node": "^18.17.11",
43+
"@types/jest": "^29.5.5",
44+
"@types/node": "^18.18.1",
4645
"dotenv": "^16.3.1",
4746
"husky": "^8.0.3",
48-
"jest": "^29.6.4",
49-
"jest-environment-jsdom": "^29.6.4",
47+
"jest": "^29.7.0",
48+
"jest-environment-jsdom": "^29.7.0",
5049
"lint-staged": "^14.0.1",
51-
"mobx": "^6.10.0",
50+
"mobx": "^6.10.2",
5251
"open-cli": "^7.2.0",
5352
"parcel": "~2.9.3",
54-
"prettier": "^3.0.2",
53+
"prettier": "^3.0.3",
5554
"ts-jest": "^29.1.1",
56-
"typedoc": "^0.25.0",
55+
"typedoc": "^0.25.1",
5756
"typedoc-plugin-mdn-links": "^3.1.0",
5857
"typescript": "~5.2.2"
5958
},

0 commit comments

Comments
 (0)