@prisma/extension-optimize 0.0.0-dev.202409032154 → 0.0.0-dev.202409032237

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -78,7 +78,7 @@ const prisma = new PrismaClient().$extends(withOptimize({ apiKey: process.env.OP
78
78
 
79
79
  Follow these steps to start generating query insights with Prisma Optimize:
80
80
 
81
- 1. In the [Optimize dashboard](https://console.prisma.io/optimize), click the Start recording button, then run your app.
81
+ 1. In the Optimize dashboard, click the Start recording button, then run your app.
82
82
 
83
83
  2. After your app runs and insights are generated for the desired queries, click the Stop recording button.
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/extension-optimize",
3
- "version": "0.0.0-dev.202409032154",
3
+ "version": "0.0.0-dev.202409032237",
4
4
  "sideEffects": false,
5
5
  "description": "",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "hono": "4.4.6",
26
26
  "tsup": "8.0.2",
27
27
  "vitest": "1.4.0",
28
- "common": "0.0.0-dev.202409032154"
28
+ "common": "0.0.0-dev.202409032237"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@prisma/client": "5.x"