@nice-code/common-errors 0.9.0 → 0.10.0

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/build/index.d.ts +1 -1
  2. package/package.json +2 -2
package/build/index.d.ts CHANGED
@@ -9,7 +9,7 @@ interface IErrContext_HonoStandardSchema {
9
9
  declare enum EValidator {
10
10
  standard_schema = "standard_schema"
11
11
  }
12
- declare const err_validation: import("@nice-code/error").NiceErrorDomain<{
12
+ declare const err_validation: import("@nice-code/error").NiceErrorDefined<{
13
13
  domain: string;
14
14
  allDomains: [string, "err_nice"];
15
15
  schema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-code/common-errors",
3
- "version": "0.9.0",
3
+ "version": "0.10.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -32,7 +32,7 @@
32
32
  "build-types": "tsc --project tsconfig.build.json"
33
33
  },
34
34
  "dependencies": {
35
- "@nice-code/error": "0.9.0",
35
+ "@nice-code/error": "0.10.0",
36
36
  "@standard-schema/spec": "^1.1.0",
37
37
  "@hono/standard-validator": "^0.2.2",
38
38
  "http-status-codes": "^2.3.0"