@eggjs/errors 0.0.0 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -11
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -1,19 +1,15 @@
1
- # egg-errors
1
+ # @eggjs/errors
2
2
 
3
3
  [![NPM version][npm-image]][npm-url]
4
- [![Node.js CI](https://github.com/eggjs/egg-errors/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/egg-errors/actions/workflows/nodejs.yml)
5
- [![Test coverage][codecov-image]][codecov-url]
6
4
  [![Known Vulnerabilities][snyk-image]][snyk-url]
7
5
  [![npm download][download-image]][download-url]
8
6
 
9
- [npm-image]: https://img.shields.io/npm/v/egg-errors.svg?style=flat-square
10
- [npm-url]: https://npmjs.org/package/egg-errors
11
- [codecov-image]: https://codecov.io/gh/eggjs/egg-errors/branch/master/graph/badge.svg
12
- [codecov-url]: https://codecov.io/gh/eggjs/egg-errors
13
- [snyk-image]: https://snyk.io/test/npm/egg-errors/badge.svg?style=flat-square
14
- [snyk-url]: https://snyk.io/test/npm/egg-errors
15
- [download-image]: https://img.shields.io/npm/dm/egg-errors.svg?style=flat-square
16
- [download-url]: https://npmjs.org/package/egg-errors
7
+ [npm-image]: https://img.shields.io/npm/v/@eggjs/errors.svg?style=flat-square
8
+ [npm-url]: https://npmjs.org/package/@eggjs/errors
9
+ [snyk-image]: https://snyk.io/test/npm/@eggjs/errors/badge.svg?style=flat-square
10
+ [snyk-url]: https://snyk.io/test/npm/@eggjs/errors
11
+ [download-image]: https://img.shields.io/npm/dm/@eggjs/errors.svg?style=flat-square
12
+ [download-url]: https://npmjs.org/package/@eggjs/errors
17
13
 
18
14
  Errors for [Egg.js](https://eggjs.org)
19
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eggjs/errors",
3
- "version": "0.0.0",
3
+ "version": "3.0.0-beta.2",
4
4
  "description": "egg-errors provide two kinds of errors that is Error and Exception.",
5
5
  "type": "module",
6
6
  "exports": {
@@ -30,11 +30,7 @@
30
30
  "dependencies": {},
31
31
  "devDependencies": {
32
32
  "@types/node": "^24.6.2",
33
- "mm": "^4.0.2",
34
33
  "oxlint": "^1.19.0",
35
- "rimraf": "^6.0.1",
36
- "statuses": "^2.0.1",
37
- "toidentifier": "^1.0.0",
38
34
  "tsdown": "^0.15.4",
39
35
  "typescript": "^5.9.3",
40
36
  "vitest": "4.0.0-beta.16",