@prisma/studio-core 0.0.0-dev.202504221445 → 0.0.0-dev.202504221843

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.
@@ -1,4 +1,4 @@
1
- import { A as Adapter, c as AdapterQueryDetails } from '../../adapter-ChGGslAf.cjs';
1
+ import { A as Adapter, c as AdapterQueryDetails } from '../../adapter-BznP3lED.cjs';
2
2
  import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-DbZM00RR.cjs';
3
3
  import '../../type-utils-u92OZz8n.cjs';
4
4
  import 'kysely';
@@ -39,6 +39,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
39
39
  columns: {
40
40
  name: string;
41
41
  datatype: string;
42
+ pk: boolean;
42
43
  }[];
43
44
  }>;
44
45
  /**
@@ -1,4 +1,4 @@
1
- import { A as Adapter, c as AdapterQueryDetails } from '../../adapter-Afqv4M_v.js';
1
+ import { A as Adapter, c as AdapterQueryDetails } from '../../adapter-On90Gtqe.js';
2
2
  import { E as Executor, B as BuilderRequirements, Q as Query, a as QueryResult } from '../../executor-DI7JTcqO.js';
3
3
  import '../../type-utils-u92OZz8n.js';
4
4
  import 'kysely';
@@ -39,6 +39,7 @@ declare function getTablesQuery(requirements?: Omit<BuilderRequirements, "Adapte
39
39
  columns: {
40
40
  name: string;
41
41
  datatype: string;
42
+ pk: boolean;
42
43
  }[];
43
44
  }>;
44
45
  /**
@@ -1 +1 @@
1
- import{a,b,c,d,e,f,g}from"../../chunk-FDFDTSX6.js";import"../../chunk-2FW6TKD6.js";export{g as createPostgresAdapter,a as getSelectQuery,c as getTablesQuery,e as getTimezoneQuery,b as mockSelectQuery,d as mockTablesQuery,f as mockTimezoneQuery};
1
+ import{a,b,c,d,e,f,g}from"../../chunk-7KZVNOBB.js";import"../../chunk-2FW6TKD6.js";export{g as createPostgresAdapter,a as getSelectQuery,c as getTablesQuery,e as getTimezoneQuery,b as mockSelectQuery,d as mockTablesQuery,f as mockTimezoneQuery};
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-ChGGslAf.cjs';
2
+ import { A as Adapter } from '../adapter-BznP3lED.cjs';
3
3
  import '../type-utils-u92OZz8n.cjs';
4
4
 
5
5
  interface StudioProps {
@@ -1,5 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as Adapter } from '../adapter-Afqv4M_v.js';
2
+ import { A as Adapter } from '../adapter-On90Gtqe.js';
3
3
  import '../type-utils-u92OZz8n.js';
4
4
 
5
5
  interface StudioProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/studio-core",
3
- "version": "0.0.0-dev.202504221445",
3
+ "version": "0.0.0-dev.202504221843",
4
4
  "description": "Modular Prisma Studio components",
5
5
  "type": "module",
6
6
  "sideEffects": false,