@kurotako/parser-prisma 0.1.0 → 0.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @kurotako/parser-prisma
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 65e3346: Add Prisma 8 `contract.json` parsing for PostgreSQL contracts, including codec
8
+ mapping, schema-version validation, entity naming controls, and contract-specific
9
+ errors. Prisma 7 parsing now supports entity renaming.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [489a50d]
14
+ - Updated dependencies [c575bc1]
15
+ - Updated dependencies [7a50439]
16
+ - @kurotako/core@0.1.1
17
+ - @kurotako/ir@0.2.0
18
+ - @kurotako/config@0.1.1
19
+
3
20
  ## 0.1.0
4
21
 
5
22
  ### Minor Changes