@prisma-next/utils 0.3.0-dev.144 → 0.3.0-dev.145
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 +3 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -76,11 +76,10 @@ See `docs/Error Handling.md` for the full error taxonomy.
|
|
|
76
76
|
|
|
77
77
|
## Package Location
|
|
78
78
|
|
|
79
|
-
This package is part of the **framework domain**, **
|
|
79
|
+
This package is part of the **framework domain**, **foundation layer**:
|
|
80
80
|
- **Domain**: framework (target-agnostic)
|
|
81
|
-
- **Layer**:
|
|
82
|
-
- **
|
|
83
|
-
- **Path**: `packages/1-framework/1-core/shared/utils`
|
|
81
|
+
- **Layer**: foundation
|
|
82
|
+
- **Path**: `packages/1-framework/0-foundation/utils`
|
|
84
83
|
|
|
85
84
|
## Dependencies
|
|
86
85
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/utils",
|
|
3
|
-
"version": "0.3.0-dev.
|
|
3
|
+
"version": "0.3.0-dev.145",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "Shared utility functions for Prisma Next",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"repository": {
|
|
31
31
|
"type": "git",
|
|
32
32
|
"url": "https://github.com/prisma/prisma-next.git",
|
|
33
|
-
"directory": "packages/1-framework/0-foundation/
|
|
33
|
+
"directory": "packages/1-framework/0-foundation/utils"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsdown",
|