@prisma-next/errors 0.4.0-dev.3 → 0.4.0-dev.4
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 +4 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @prisma-next/errors
|
|
2
2
|
|
|
3
|
+
> **Internal package.** This package is an implementation detail of [`prisma-next`](https://www.npmjs.com/package/prisma-next)
|
|
4
|
+
> and is published only to support its runtime. Its API is unstable and may change
|
|
5
|
+
> without notice. Do not depend on this package directly; install `prisma-next` instead.
|
|
6
|
+
|
|
3
7
|
Structured error types and factories for CLI and runtime error reporting.
|
|
4
8
|
|
|
5
9
|
## Overview
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/errors",
|
|
3
|
-
"version": "0.4.0-dev.
|
|
3
|
+
"version": "0.4.0-dev.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "Structured error types for Prisma Next control and execution planes",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@prisma-next/framework-components": "0.4.0-dev.
|
|
9
|
-
"@prisma-next/utils": "0.4.0-dev.
|
|
8
|
+
"@prisma-next/framework-components": "0.4.0-dev.4",
|
|
9
|
+
"@prisma-next/utils": "0.4.0-dev.4"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"tsdown": "0.18.4",
|
|
13
13
|
"typescript": "5.9.3",
|
|
14
14
|
"vitest": "4.0.17",
|
|
15
|
-
"@prisma-next/
|
|
16
|
-
"@prisma-next/
|
|
15
|
+
"@prisma-next/tsdown": "0.0.0",
|
|
16
|
+
"@prisma-next/tsconfig": "0.0.0"
|
|
17
17
|
},
|
|
18
18
|
"files": [
|
|
19
19
|
"dist",
|