@prisma/studio-core 0.0.0-dev.202504231907 → 0.0.0-dev.202504231921

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.
@@ -65,7 +65,7 @@ declare function mockSelectQuery(): [{
65
65
  readonly role: "poweruser";
66
66
  }];
67
67
  /**
68
- * Returns a query that updates a row in a table, using the `ctid` column to identify the row to update.
68
+ * Returns a query that updates a given row in a table with given changes.
69
69
  */
70
70
  declare function getUpdateQuery(details: AdapterUpdateDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
71
71
  [x: string]: unknown;
@@ -65,7 +65,7 @@ declare function mockSelectQuery(): [{
65
65
  readonly role: "poweruser";
66
66
  }];
67
67
  /**
68
- * Returns a query that updates a row in a table, using the `ctid` column to identify the row to update.
68
+ * Returns a query that updates a given row in a table with given changes.
69
69
  */
70
70
  declare function getUpdateQuery(details: AdapterUpdateDetails, requirements?: Omit<BuilderRequirements, "Adapter" | "QueryCompiler">): Query<{
71
71
  [x: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202504231907",
3
+ "version": "0.0.0-dev.202504231921",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,