@prisma-next/emitter 0.3.0 → 0.4.0-dev.10

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/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @prisma-next/emitter
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
  Contract emission engine that transforms authored data models into canonical JSON contracts and TypeScript type definitions.
4
8
 
5
9
  ## Overview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma-next/emitter",
3
- "version": "0.3.0",
3
+ "version": "0.4.0-dev.10",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -11,10 +11,10 @@
11
11
  "dependencies": {
12
12
  "arktype": "^2.0.0",
13
13
  "prettier": "^3.3.3",
14
- "@prisma-next/framework-components": "0.3.0",
15
- "@prisma-next/contract": "0.3.0",
16
- "@prisma-next/operations": "0.3.0",
17
- "@prisma-next/utils": "0.3.0"
14
+ "@prisma-next/contract": "0.4.0-dev.10",
15
+ "@prisma-next/utils": "0.4.0-dev.10",
16
+ "@prisma-next/framework-components": "0.4.0-dev.10",
17
+ "@prisma-next/operations": "0.4.0-dev.10"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "24.10.4",