@zero-server/errors 0.9.0 → 0.9.1
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 +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ This package narrows `@zero-server/sdk` to **34** exports. See the [scope page](
|
|
|
30
30
|
|
|
31
31
|
- [Scope page](https://github.com/tonywied17/zero-server/blob/main/docs/scopes/errors.md)
|
|
32
32
|
- [Full API reference](https://github.com/tonywied17/zero-server/blob/main/API.md)
|
|
33
|
-
- [Live docs](https://z-server.
|
|
33
|
+
- [Live docs](https://z-server.dev)
|
|
34
34
|
|
|
35
35
|
## License
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zero-server/errors",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "HttpError + 25+ typed framework and ORM errors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"zero-server",
|
|
7
|
-
"zero-
|
|
7
|
+
"zero-server",
|
|
8
8
|
"errors"
|
|
9
9
|
],
|
|
10
10
|
"author": "Anthony Wiedman",
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@zero-server/sdk": "0.9.
|
|
46
|
+
"@zero-server/sdk": "0.9.1"
|
|
47
47
|
}
|
|
48
48
|
}
|