@zero-server/errors 0.9.3 → 0.9.5
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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Every typed error class shipped by the SDK: HTTP status errors, framework errors
|
|
|
10
10
|
npm install @zero-server/errors
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Or
|
|
13
|
+
Or grab everything via the optional aggregate:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
npm install @zero-server/sdk
|
|
@@ -24,7 +24,7 @@ const { createError } = require('@zero-server/errors')
|
|
|
24
24
|
|
|
25
25
|
## Public surface
|
|
26
26
|
|
|
27
|
-
This package
|
|
27
|
+
This package provides **34** public exports as a standalone runtime bundle. See the [scope page](https://github.com/tonywied17/zero-server/blob/main/docs/scopes/errors.md#public-surface) for the full list.
|
|
28
28
|
|
|
29
29
|
## Documentation
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zero-server/errors",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
4
4
|
"description": "HttpError + 25+ typed framework and ORM errors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"zero-server",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": false,
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@zero-server/sdk": ">=0.9.
|
|
48
|
+
"@zero-server/sdk": ">=0.9.5"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"@zero-server/sdk": {
|