@prisma/sqlcommenter 7.2.0-dev.2 → 7.2.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,6 +55,7 @@ const prisma = new PrismaClient({
55
55
 
56
56
  - [`@prisma/sqlcommenter-query-tags`](https://www.npmjs.com/package/@prisma/sqlcommenter-query-tags): appends arbitrary tags to all queries within an async context.
57
57
  - [`@prisma/sqlcommenter-trace-context`](https://www.npmjs.com/package/@prisma/sqlcommenter-trace-context): appends `traceparent` comments to SQL queries for distributed tracing.
58
+ - [`@prisma/sqlcommenter-query-insights`](https://www.npmjs.com/package/@prisma/sqlcommenter-query-insights): enables query insights for [Prisma Postgres](https://www.prisma.io/postgres).
58
59
 
59
60
  ### Query Context
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/sqlcommenter",
3
- "version": "7.2.0-dev.2",
3
+ "version": "7.2.0-dev.4",
4
4
  "description": "SQL commenter types for Prisma",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -30,7 +30,7 @@
30
30
  ],
31
31
  "sideEffects": false,
32
32
  "devDependencies": {
33
- "@prisma/json-protocol": "7.2.0-dev.2"
33
+ "@prisma/json-protocol": "7.2.0-dev.4"
34
34
  },
35
35
  "scripts": {
36
36
  "dev": "DEV=true tsx helpers/build.ts",