|
7 | 7 | "author": "JounQin <admin@1stg.me>", |
8 | 8 | "license": "MIT", |
9 | 9 | "engines": { |
10 | | - "node": ">=12.3" |
| 10 | + "node": ">=12.20" |
11 | 11 | }, |
12 | 12 | "main": "./lib/index.cjs", |
13 | 13 | "module": "./lib/index.js", |
14 | 14 | "exports": { |
15 | 15 | "import": "./lib/index.js", |
16 | | - "require": "./lib/index.cjs" |
| 16 | + "require": "./lib/index.cjs", |
| 17 | + "types": "./lib/index.d.ts" |
17 | 18 | }, |
18 | | - "types": "lib", |
| 19 | + "types": "./lib/index.d.ts", |
19 | 20 | "files": [ |
20 | 21 | "lib", |
21 | 22 | "!*.tsbuildinfo" |
|
55 | 56 | "tslib": "^2.3.1" |
56 | 57 | }, |
57 | 58 | "devDependencies": { |
58 | | - "@1stg/lib-config": "^4.1.2", |
59 | | - "@changesets/changelog-github": "^0.4.1", |
60 | | - "@changesets/cli": "^2.17.0", |
61 | | - "@types/jest": "^27.0.2", |
62 | | - "@types/node": "^16.11.0", |
63 | | - "@types/uuid": "^8.3.1", |
64 | | - "clean-publish": "^3.4.1", |
65 | | - "deasync": "^0.1.23", |
| 59 | + "@1stg/lib-config": "^5.3.0", |
| 60 | + "@changesets/changelog-github": "^0.4.4", |
| 61 | + "@changesets/cli": "^2.22.0", |
| 62 | + "@types/jest": "^27.4.1", |
| 63 | + "@types/node": "^17.0.23", |
| 64 | + "@types/uuid": "^8.3.4", |
| 65 | + "clean-publish": "^4.0.0", |
| 66 | + "deasync": "^0.1.26", |
66 | 67 | "sync-threads": "^1.0.1", |
67 | 68 | "ts-expect": "^1.3.0", |
68 | | - "ts-jest": "^27.0.6", |
69 | | - "ts-node": "^10.3.0", |
70 | | - "type-coverage": "^2.18.2", |
71 | | - "typescript": "^4.4.4" |
| 69 | + "ts-jest": "^27.1.4", |
| 70 | + "ts-node": "^10.7.0", |
| 71 | + "type-coverage": "^2.21.1", |
| 72 | + "typescript": "^4.6.3" |
72 | 73 | }, |
73 | 74 | "resolutions": { |
74 | | - "prettier": "^2.4.1", |
| 75 | + "prettier": "^2.6.1", |
75 | 76 | "tslib": "^2.3.1" |
76 | 77 | }, |
77 | 78 | "commitlint": { |
|
104 | 105 | ] |
105 | 106 | }, |
106 | 107 | "typeCoverage": { |
107 | | - "atLeast": 99.46, |
| 108 | + "atLeast": 99.5, |
108 | 109 | "cache": true, |
109 | 110 | "detail": true, |
110 | 111 | "ignoreAsAssertion": true, |
|
0 commit comments