@prisma-next/emitter 0.1.0-dev.12 → 0.1.0-dev.13
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 +4 -4
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ This package is part of the **framework domain**, **tooling layer**, **migration
|
|
|
112
112
|
- **Domain**: framework (target-agnostic)
|
|
113
113
|
- **Layer**: tooling
|
|
114
114
|
- **Plane**: migration
|
|
115
|
-
- **Path**: `packages/framework/tooling/emitter`
|
|
115
|
+
- **Path**: `packages/1-framework/3-tooling/emitter`
|
|
116
116
|
|
|
117
117
|
## Related Subsystems
|
|
118
118
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@prisma-next/emitter",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.13",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"files": [
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
],
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"arktype": "^2.0.0",
|
|
11
|
-
"@prisma-next/contract": "0.1.0-dev.
|
|
12
|
-
"@prisma-next/core-control-plane": "0.1.0-dev.
|
|
11
|
+
"@prisma-next/contract": "0.1.0-dev.13",
|
|
12
|
+
"@prisma-next/core-control-plane": "0.1.0-dev.13"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "^20.0.0",
|
|
16
16
|
"tsup": "^8.3.0",
|
|
17
17
|
"typescript": "^5.9.3",
|
|
18
18
|
"vitest": "^2.1.1",
|
|
19
|
-
"@prisma-next/operations": "0.1.0-dev.
|
|
19
|
+
"@prisma-next/operations": "0.1.0-dev.13",
|
|
20
20
|
"@prisma-next/test-utils": "0.0.1"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|