drizzle-orm 0.33.0-4c4912d → 0.33.0-626cc95
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/package.json +85 -85
- package/version.cjs +1 -1
- package/version.d.cts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-orm",
|
|
3
|
-
"version": "0.33.0-
|
|
3
|
+
"version": "0.33.0-626cc95",
|
|
4
4
|
"description": "Drizzle ORM package for SQL databases",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -485,54 +485,6 @@
|
|
|
485
485
|
"types": "./view-common.d.ts",
|
|
486
486
|
"default": "./view-common.js"
|
|
487
487
|
},
|
|
488
|
-
"./bun-sqlite/driver": {
|
|
489
|
-
"import": {
|
|
490
|
-
"types": "./bun-sqlite/driver.d.ts",
|
|
491
|
-
"default": "./bun-sqlite/driver.js"
|
|
492
|
-
},
|
|
493
|
-
"require": {
|
|
494
|
-
"types": "./bun-sqlite/driver.d.cts",
|
|
495
|
-
"default": "./bun-sqlite/driver.cjs"
|
|
496
|
-
},
|
|
497
|
-
"types": "./bun-sqlite/driver.d.ts",
|
|
498
|
-
"default": "./bun-sqlite/driver.js"
|
|
499
|
-
},
|
|
500
|
-
"./bun-sqlite": {
|
|
501
|
-
"import": {
|
|
502
|
-
"types": "./bun-sqlite/index.d.ts",
|
|
503
|
-
"default": "./bun-sqlite/index.js"
|
|
504
|
-
},
|
|
505
|
-
"require": {
|
|
506
|
-
"types": "./bun-sqlite/index.d.cts",
|
|
507
|
-
"default": "./bun-sqlite/index.cjs"
|
|
508
|
-
},
|
|
509
|
-
"types": "./bun-sqlite/index.d.ts",
|
|
510
|
-
"default": "./bun-sqlite/index.js"
|
|
511
|
-
},
|
|
512
|
-
"./bun-sqlite/migrator": {
|
|
513
|
-
"import": {
|
|
514
|
-
"types": "./bun-sqlite/migrator.d.ts",
|
|
515
|
-
"default": "./bun-sqlite/migrator.js"
|
|
516
|
-
},
|
|
517
|
-
"require": {
|
|
518
|
-
"types": "./bun-sqlite/migrator.d.cts",
|
|
519
|
-
"default": "./bun-sqlite/migrator.cjs"
|
|
520
|
-
},
|
|
521
|
-
"types": "./bun-sqlite/migrator.d.ts",
|
|
522
|
-
"default": "./bun-sqlite/migrator.js"
|
|
523
|
-
},
|
|
524
|
-
"./bun-sqlite/session": {
|
|
525
|
-
"import": {
|
|
526
|
-
"types": "./bun-sqlite/session.d.ts",
|
|
527
|
-
"default": "./bun-sqlite/session.js"
|
|
528
|
-
},
|
|
529
|
-
"require": {
|
|
530
|
-
"types": "./bun-sqlite/session.d.cts",
|
|
531
|
-
"default": "./bun-sqlite/session.cjs"
|
|
532
|
-
},
|
|
533
|
-
"types": "./bun-sqlite/session.d.ts",
|
|
534
|
-
"default": "./bun-sqlite/session.js"
|
|
535
|
-
},
|
|
536
488
|
"./better-sqlite3/driver": {
|
|
537
489
|
"import": {
|
|
538
490
|
"types": "./better-sqlite3/driver.d.ts",
|
|
@@ -581,6 +533,54 @@
|
|
|
581
533
|
"types": "./better-sqlite3/session.d.ts",
|
|
582
534
|
"default": "./better-sqlite3/session.js"
|
|
583
535
|
},
|
|
536
|
+
"./bun-sqlite/driver": {
|
|
537
|
+
"import": {
|
|
538
|
+
"types": "./bun-sqlite/driver.d.ts",
|
|
539
|
+
"default": "./bun-sqlite/driver.js"
|
|
540
|
+
},
|
|
541
|
+
"require": {
|
|
542
|
+
"types": "./bun-sqlite/driver.d.cts",
|
|
543
|
+
"default": "./bun-sqlite/driver.cjs"
|
|
544
|
+
},
|
|
545
|
+
"types": "./bun-sqlite/driver.d.ts",
|
|
546
|
+
"default": "./bun-sqlite/driver.js"
|
|
547
|
+
},
|
|
548
|
+
"./bun-sqlite": {
|
|
549
|
+
"import": {
|
|
550
|
+
"types": "./bun-sqlite/index.d.ts",
|
|
551
|
+
"default": "./bun-sqlite/index.js"
|
|
552
|
+
},
|
|
553
|
+
"require": {
|
|
554
|
+
"types": "./bun-sqlite/index.d.cts",
|
|
555
|
+
"default": "./bun-sqlite/index.cjs"
|
|
556
|
+
},
|
|
557
|
+
"types": "./bun-sqlite/index.d.ts",
|
|
558
|
+
"default": "./bun-sqlite/index.js"
|
|
559
|
+
},
|
|
560
|
+
"./bun-sqlite/migrator": {
|
|
561
|
+
"import": {
|
|
562
|
+
"types": "./bun-sqlite/migrator.d.ts",
|
|
563
|
+
"default": "./bun-sqlite/migrator.js"
|
|
564
|
+
},
|
|
565
|
+
"require": {
|
|
566
|
+
"types": "./bun-sqlite/migrator.d.cts",
|
|
567
|
+
"default": "./bun-sqlite/migrator.cjs"
|
|
568
|
+
},
|
|
569
|
+
"types": "./bun-sqlite/migrator.d.ts",
|
|
570
|
+
"default": "./bun-sqlite/migrator.js"
|
|
571
|
+
},
|
|
572
|
+
"./bun-sqlite/session": {
|
|
573
|
+
"import": {
|
|
574
|
+
"types": "./bun-sqlite/session.d.ts",
|
|
575
|
+
"default": "./bun-sqlite/session.js"
|
|
576
|
+
},
|
|
577
|
+
"require": {
|
|
578
|
+
"types": "./bun-sqlite/session.d.cts",
|
|
579
|
+
"default": "./bun-sqlite/session.cjs"
|
|
580
|
+
},
|
|
581
|
+
"types": "./bun-sqlite/session.d.ts",
|
|
582
|
+
"default": "./bun-sqlite/session.js"
|
|
583
|
+
},
|
|
584
584
|
"./d1/driver": {
|
|
585
585
|
"import": {
|
|
586
586
|
"types": "./d1/driver.d.ts",
|
|
@@ -3245,42 +3245,6 @@
|
|
|
3245
3245
|
"types": "./prisma/pg/session.d.ts",
|
|
3246
3246
|
"default": "./prisma/pg/session.js"
|
|
3247
3247
|
},
|
|
3248
|
-
"./prisma/sqlite/driver": {
|
|
3249
|
-
"import": {
|
|
3250
|
-
"types": "./prisma/sqlite/driver.d.ts",
|
|
3251
|
-
"default": "./prisma/sqlite/driver.js"
|
|
3252
|
-
},
|
|
3253
|
-
"require": {
|
|
3254
|
-
"types": "./prisma/sqlite/driver.d.cts",
|
|
3255
|
-
"default": "./prisma/sqlite/driver.cjs"
|
|
3256
|
-
},
|
|
3257
|
-
"types": "./prisma/sqlite/driver.d.ts",
|
|
3258
|
-
"default": "./prisma/sqlite/driver.js"
|
|
3259
|
-
},
|
|
3260
|
-
"./prisma/sqlite": {
|
|
3261
|
-
"import": {
|
|
3262
|
-
"types": "./prisma/sqlite/index.d.ts",
|
|
3263
|
-
"default": "./prisma/sqlite/index.js"
|
|
3264
|
-
},
|
|
3265
|
-
"require": {
|
|
3266
|
-
"types": "./prisma/sqlite/index.d.cts",
|
|
3267
|
-
"default": "./prisma/sqlite/index.cjs"
|
|
3268
|
-
},
|
|
3269
|
-
"types": "./prisma/sqlite/index.d.ts",
|
|
3270
|
-
"default": "./prisma/sqlite/index.js"
|
|
3271
|
-
},
|
|
3272
|
-
"./prisma/sqlite/session": {
|
|
3273
|
-
"import": {
|
|
3274
|
-
"types": "./prisma/sqlite/session.d.ts",
|
|
3275
|
-
"default": "./prisma/sqlite/session.js"
|
|
3276
|
-
},
|
|
3277
|
-
"require": {
|
|
3278
|
-
"types": "./prisma/sqlite/session.d.cts",
|
|
3279
|
-
"default": "./prisma/sqlite/session.cjs"
|
|
3280
|
-
},
|
|
3281
|
-
"types": "./prisma/sqlite/session.d.ts",
|
|
3282
|
-
"default": "./prisma/sqlite/session.js"
|
|
3283
|
-
},
|
|
3284
3248
|
"./sql/expressions/conditions": {
|
|
3285
3249
|
"import": {
|
|
3286
3250
|
"types": "./sql/expressions/conditions.d.ts",
|
|
@@ -3628,6 +3592,42 @@
|
|
|
3628
3592
|
},
|
|
3629
3593
|
"types": "./pg-core/columns/vector_extension/vector.d.ts",
|
|
3630
3594
|
"default": "./pg-core/columns/vector_extension/vector.js"
|
|
3595
|
+
},
|
|
3596
|
+
"./prisma/sqlite/driver": {
|
|
3597
|
+
"import": {
|
|
3598
|
+
"types": "./prisma/sqlite/driver.d.ts",
|
|
3599
|
+
"default": "./prisma/sqlite/driver.js"
|
|
3600
|
+
},
|
|
3601
|
+
"require": {
|
|
3602
|
+
"types": "./prisma/sqlite/driver.d.cts",
|
|
3603
|
+
"default": "./prisma/sqlite/driver.cjs"
|
|
3604
|
+
},
|
|
3605
|
+
"types": "./prisma/sqlite/driver.d.ts",
|
|
3606
|
+
"default": "./prisma/sqlite/driver.js"
|
|
3607
|
+
},
|
|
3608
|
+
"./prisma/sqlite": {
|
|
3609
|
+
"import": {
|
|
3610
|
+
"types": "./prisma/sqlite/index.d.ts",
|
|
3611
|
+
"default": "./prisma/sqlite/index.js"
|
|
3612
|
+
},
|
|
3613
|
+
"require": {
|
|
3614
|
+
"types": "./prisma/sqlite/index.d.cts",
|
|
3615
|
+
"default": "./prisma/sqlite/index.cjs"
|
|
3616
|
+
},
|
|
3617
|
+
"types": "./prisma/sqlite/index.d.ts",
|
|
3618
|
+
"default": "./prisma/sqlite/index.js"
|
|
3619
|
+
},
|
|
3620
|
+
"./prisma/sqlite/session": {
|
|
3621
|
+
"import": {
|
|
3622
|
+
"types": "./prisma/sqlite/session.d.ts",
|
|
3623
|
+
"default": "./prisma/sqlite/session.js"
|
|
3624
|
+
},
|
|
3625
|
+
"require": {
|
|
3626
|
+
"types": "./prisma/sqlite/session.d.cts",
|
|
3627
|
+
"default": "./prisma/sqlite/session.cjs"
|
|
3628
|
+
},
|
|
3629
|
+
"types": "./prisma/sqlite/session.d.ts",
|
|
3630
|
+
"default": "./prisma/sqlite/session.js"
|
|
3631
3631
|
}
|
|
3632
3632
|
}
|
|
3633
3633
|
}
|
package/version.cjs
CHANGED
package/version.d.cts
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED