@prisma-next/target-sqlite 0.5.0-dev.48 → 0.5.0-dev.49

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,2 +1,3 @@
1
+ import "./shared-BNtoZqdo.mjs";
1
2
  import { a as DropColumnCall, c as RecreateTableCall, i as DataTransformCall, l as SqliteOpFactoryCall, n as CreateIndexCall, o as DropIndexCall, r as CreateTableCall, s as DropTableCall, t as AddColumnCall } from "./op-factory-call-BPPSCdTB.mjs";
2
3
  export { AddColumnCall, CreateIndexCall, CreateTableCall, DataTransformCall, DropColumnCall, DropIndexCall, DropTableCall, RecreateTableCall, type SqliteOpFactoryCall };
@@ -1,3 +1,4 @@
1
+ import "./shared-BNtoZqdo.mjs";
1
2
  import "./sqlite-migration-BYgrMZdR.mjs";
2
3
  import "./op-factory-call-BPPSCdTB.mjs";
3
4
  import { n as TypeScriptRenderableSqliteMigration, t as SqliteMigrationDestinationInfo } from "./planner-produced-sqlite-migration-RVneETNy.mjs";
@@ -1,4 +1,5 @@
1
1
  import { t as SqlitePlanTargetDetails } from "./planner-target-details-DTIFFx4L.mjs";
2
+ import "./shared-BNtoZqdo.mjs";
2
3
  import "./sqlite-migration-BYgrMZdR.mjs";
3
4
  import "./op-factory-call-BPPSCdTB.mjs";
4
5
  import { n as TypeScriptRenderableSqliteMigration } from "./planner-produced-sqlite-migration-RVneETNy.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"planner.d.mts","names":[],"sources":["../src/core/migrations/planner.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;iBAyBgB,4BAAA,CAAA,GAAgC;KAIpC,gBAAA;;iBACmC;AAL/C,CAAA,GAMI,uBANY;AAIhB;AAkBA;;;;;;;;;;;;;cAAa,sBAAA,YACA,oBAAoB,0BAA0B;;;;qBAKtC;;;;;;;;;;;2BAWM;kCACO,cAAc;MAC1C;0BAIoB,2BAA2B"}
1
+ {"version":3,"file":"planner.d.mts","names":[],"sources":["../src/core/migrations/planner.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;iBAyBgB,4BAAA,CAAA,GAAgC;KAIpC,gBAAA;;iBACmC;IAC3C;AANJ;AAIA;AAkBA;;;;;;;;;;;;cAAa,sBAAA,YACA,oBAAoB,0BAA0B;;;;qBAKtC;;;;;;;;;;;2BAWM;kCACO,cAAc;MAC1C;0BAIoB,2BAA2B"}
@@ -1,4 +1,5 @@
1
1
  import { t as SqlitePlanTargetDetails } from "./planner-target-details-DTIFFx4L.mjs";
2
+ import "./shared-BNtoZqdo.mjs";
2
3
  import { l as SqliteOpFactoryCall } from "./op-factory-call-BPPSCdTB.mjs";
3
4
  import { SqlMigrationPlanOperation } from "@prisma-next/family-sql/control";
4
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"render-ops.d.mts","names":[],"sources":["../src/core/migrations/render-ops.ts"],"sourcesContent":[],"mappings":";;;;;KAIK,EAAA,GAAK,0BAA0B;iBAEpB,SAAA,iBAA0B,wBAAwB"}
1
+ {"version":3,"file":"render-ops.d.mts","names":[],"sources":["../src/core/migrations/render-ops.ts"],"sourcesContent":[],"mappings":";;;;;;KAIK,EAAA,GAAK,0BAA0B;iBAEpB,SAAA,iBAA0B,wBAAwB"}
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@prisma-next/target-sqlite",
3
- "version": "0.5.0-dev.48",
3
+ "version": "0.5.0-dev.49",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "dependencies": {
7
- "@prisma-next/contract": "0.5.0-dev.48",
8
- "@prisma-next/errors": "0.5.0-dev.48",
9
- "@prisma-next/sql-contract": "0.5.0-dev.48",
10
- "@prisma-next/family-sql": "0.5.0-dev.48",
11
- "@prisma-next/sql-errors": "0.5.0-dev.48",
12
- "@prisma-next/migration-tools": "0.5.0-dev.48",
13
- "@prisma-next/sql-runtime": "0.5.0-dev.48",
14
- "@prisma-next/sql-schema-ir": "0.5.0-dev.48",
15
- "@prisma-next/sql-relational-core": "0.5.0-dev.48",
16
- "@prisma-next/framework-components": "0.5.0-dev.48",
17
- "@prisma-next/ts-render": "0.5.0-dev.48",
18
- "@prisma-next/utils": "0.5.0-dev.48",
19
- "@prisma-next/cli": "0.5.0-dev.48"
7
+ "@prisma-next/cli": "0.5.0-dev.49",
8
+ "@prisma-next/errors": "0.5.0-dev.49",
9
+ "@prisma-next/contract": "0.5.0-dev.49",
10
+ "@prisma-next/framework-components": "0.5.0-dev.49",
11
+ "@prisma-next/family-sql": "0.5.0-dev.49",
12
+ "@prisma-next/migration-tools": "0.5.0-dev.49",
13
+ "@prisma-next/sql-contract": "0.5.0-dev.49",
14
+ "@prisma-next/sql-relational-core": "0.5.0-dev.49",
15
+ "@prisma-next/sql-runtime": "0.5.0-dev.49",
16
+ "@prisma-next/sql-schema-ir": "0.5.0-dev.49",
17
+ "@prisma-next/ts-render": "0.5.0-dev.49",
18
+ "@prisma-next/sql-errors": "0.5.0-dev.49",
19
+ "@prisma-next/utils": "0.5.0-dev.49"
20
20
  },
21
21
  "devDependencies": {
22
22
  "tsdown": "0.18.4",
23
23
  "typescript": "5.9.3",
24
24
  "vitest": "4.0.17",
25
- "@prisma-next/driver-sqlite": "0.5.0-dev.48",
25
+ "@prisma-next/driver-sqlite": "0.5.0-dev.49",
26
26
  "@prisma-next/tsconfig": "0.0.0",
27
27
  "@prisma-next/tsdown": "0.0.0",
28
28
  "@prisma-next/test-utils": "0.0.1"