@prisma/studio-core 0.11.0 → 0.11.2
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/dist/chunk-I4OGOLAT.js +10 -0
- package/dist/chunk-J6YP3MM4.js +10 -0
- package/dist/data/accelerate/index.d.cts +1 -1
- package/dist/data/accelerate/index.d.ts +1 -1
- package/dist/data/bff/index.d.cts +1 -1
- package/dist/data/bff/index.d.ts +1 -1
- package/dist/data/index.d.cts +1 -1
- package/dist/data/index.d.ts +1 -1
- package/dist/data/mysql-core/index.cjs +2 -2
- package/dist/data/mysql-core/index.d.cts +49 -2
- package/dist/data/mysql-core/index.d.ts +49 -2
- package/dist/data/mysql-core/index.js +3 -3
- package/dist/data/mysql2/index.d.cts +1 -1
- package/dist/data/mysql2/index.d.ts +1 -1
- package/dist/data/node-sqlite/index.d.cts +1 -1
- package/dist/data/node-sqlite/index.d.ts +1 -1
- package/dist/data/pglite/index.cjs +1 -1
- package/dist/data/pglite/index.d.cts +1 -1
- package/dist/data/pglite/index.d.ts +1 -1
- package/dist/data/pglite/index.js +1 -1
- package/dist/data/postgres-core/index.cjs +1 -1
- package/dist/data/postgres-core/index.d.cts +1 -1
- package/dist/data/postgres-core/index.d.ts +1 -1
- package/dist/data/postgres-core/index.js +1 -1
- package/dist/data/postgresjs/index.d.cts +1 -1
- package/dist/data/postgresjs/index.d.ts +1 -1
- package/dist/data/ppg/index.d.cts +1 -1
- package/dist/data/ppg/index.d.ts +1 -1
- package/dist/data/sqlite-core/index.cjs +2 -2
- package/dist/data/sqlite-core/index.d.cts +14 -2
- package/dist/data/sqlite-core/index.d.ts +14 -2
- package/dist/data/sqlite-core/index.js +2 -2
- package/dist/{executor-B5UdD1ZH.d.cts → executor-CFej-Wsy.d.cts} +1 -1
- package/dist/{executor-B5UdD1ZH.d.ts → executor-CFej-Wsy.d.ts} +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/ui/index.cjs +1 -1
- package/dist/ui/index.d.cts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/dist/ui/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-DUKJZEWA.js +0 -10
- package/dist/chunk-PYMTS4U4.js +0 -10
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AdapterRequirements, d as Adapter, T as Table, F as FilterOperator, Q as Query, u as AdapterInsertDetails, K as BuilderRequirements, n as AdapterQueryDetails, w as AdapterUpdateDetails, y as AdapterDeleteDetails } from '../../executor-
|
|
1
|
+
import { A as AdapterRequirements, d as Adapter, T as Table, F as FilterOperator, Q as Query, u as AdapterInsertDetails, K as BuilderRequirements, n as AdapterQueryDetails, w as AdapterUpdateDetails, y as AdapterDeleteDetails } from '../../executor-CFej-Wsy.cjs';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
|
|
4
4
|
type PostgresAdapterRequirements = AdapterRequirements;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as AdapterRequirements, d as Adapter, T as Table, F as FilterOperator, Q as Query, u as AdapterInsertDetails, K as BuilderRequirements, n as AdapterQueryDetails, w as AdapterUpdateDetails, y as AdapterDeleteDetails } from '../../executor-
|
|
1
|
+
import { A as AdapterRequirements, d as Adapter, T as Table, F as FilterOperator, Q as Query, u as AdapterInsertDetails, K as BuilderRequirements, n as AdapterQueryDetails, w as AdapterUpdateDetails, y as AdapterDeleteDetails } from '../../executor-CFej-Wsy.js';
|
|
2
2
|
import 'kysely';
|
|
3
3
|
|
|
4
4
|
type PostgresAdapterRequirements = AdapterRequirements;
|
|
@@ -6,5 +6,5 @@ function require(mod) {
|
|
|
6
6
|
if (mod === 'react-dom') return ___react_dom___;
|
|
7
7
|
throw new Error(`Unknown module ${mod}`);
|
|
8
8
|
}
|
|
9
|
-
import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-
|
|
9
|
+
import{a,b,c,d,e,f,g,h,i,j,k}from"../../chunk-J6YP3MM4.js";import{a as l,b as m}from"../../chunk-YRCK6SQS.js";import"../../chunk-I4OGOLAT.js";import"../../chunk-R7UWW2TY.js";import"../../chunk-GDQBQ7MK.js";export{j as createPostgresAdapter,m as getCancelQuery,e as getDeleteQuery,a as getInsertQuery,l as getPIDQuery,b as getSelectQuery,f as getTablesQuery,h as getTimezoneQuery,d as getUpdateQuery,k as mockIntrospect,c as mockSelectQuery,g as mockTablesQuery,i as mockTimezoneQuery};
|
|
10
10
|
//# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFtdLAogICJzb3VyY2VzQ29udGVudCI6IFtdLAogICJtYXBwaW5ncyI6ICIiLAogICJuYW1lcyI6IFtdCn0K
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RawResponse, AccelerateHttpClient } from '../accelerate/index.cjs';
|
|
2
2
|
export { DeserializedResponse, QueryIntrospectionBuiltinType, deserializeRawResult } from '../accelerate/index.cjs';
|
|
3
|
-
import '../../executor-
|
|
3
|
+
import '../../executor-CFej-Wsy.cjs';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
|
|
6
6
|
interface PrismaPostgresHttpClientParams {
|
package/dist/data/ppg/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RawResponse, AccelerateHttpClient } from '../accelerate/index.js';
|
|
2
2
|
export { DeserializedResponse, QueryIntrospectionBuiltinType, deserializeRawResult } from '../accelerate/index.js';
|
|
3
|
-
import '../../executor-
|
|
3
|
+
import '../../executor-CFej-Wsy.js';
|
|
4
4
|
import 'kysely';
|
|
5
5
|
|
|
6
6
|
interface PrismaPostgresHttpClientParams {
|