drizzle-orm 1.0.0-beta.5-1d78369 → 1.0.0-beta.5-a7212e7
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 +49 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-orm",
|
|
3
|
-
"version": "1.0.0-beta.5-
|
|
3
|
+
"version": "1.0.0-beta.5-a7212e7",
|
|
4
4
|
"description": "Drizzle ORM package for SQL databases",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -546,54 +546,6 @@
|
|
|
546
546
|
"types": "./view-common.d.ts",
|
|
547
547
|
"default": "./view-common.js"
|
|
548
548
|
},
|
|
549
|
-
"./bun-sql/driver": {
|
|
550
|
-
"import": {
|
|
551
|
-
"types": "./bun-sql/driver.d.ts",
|
|
552
|
-
"default": "./bun-sql/driver.js"
|
|
553
|
-
},
|
|
554
|
-
"require": {
|
|
555
|
-
"types": "./bun-sql/driver.d.cts",
|
|
556
|
-
"default": "./bun-sql/driver.cjs"
|
|
557
|
-
},
|
|
558
|
-
"types": "./bun-sql/driver.d.ts",
|
|
559
|
-
"default": "./bun-sql/driver.js"
|
|
560
|
-
},
|
|
561
|
-
"./bun-sql": {
|
|
562
|
-
"import": {
|
|
563
|
-
"types": "./bun-sql/index.d.ts",
|
|
564
|
-
"default": "./bun-sql/index.js"
|
|
565
|
-
},
|
|
566
|
-
"require": {
|
|
567
|
-
"types": "./bun-sql/index.d.cts",
|
|
568
|
-
"default": "./bun-sql/index.cjs"
|
|
569
|
-
},
|
|
570
|
-
"types": "./bun-sql/index.d.ts",
|
|
571
|
-
"default": "./bun-sql/index.js"
|
|
572
|
-
},
|
|
573
|
-
"./bun-sql/migrator": {
|
|
574
|
-
"import": {
|
|
575
|
-
"types": "./bun-sql/migrator.d.ts",
|
|
576
|
-
"default": "./bun-sql/migrator.js"
|
|
577
|
-
},
|
|
578
|
-
"require": {
|
|
579
|
-
"types": "./bun-sql/migrator.d.cts",
|
|
580
|
-
"default": "./bun-sql/migrator.cjs"
|
|
581
|
-
},
|
|
582
|
-
"types": "./bun-sql/migrator.d.ts",
|
|
583
|
-
"default": "./bun-sql/migrator.js"
|
|
584
|
-
},
|
|
585
|
-
"./bun-sql/session": {
|
|
586
|
-
"import": {
|
|
587
|
-
"types": "./bun-sql/session.d.ts",
|
|
588
|
-
"default": "./bun-sql/session.js"
|
|
589
|
-
},
|
|
590
|
-
"require": {
|
|
591
|
-
"types": "./bun-sql/session.d.cts",
|
|
592
|
-
"default": "./bun-sql/session.cjs"
|
|
593
|
-
},
|
|
594
|
-
"types": "./bun-sql/session.d.ts",
|
|
595
|
-
"default": "./bun-sql/session.js"
|
|
596
|
-
},
|
|
597
549
|
"./better-sqlite3/driver": {
|
|
598
550
|
"import": {
|
|
599
551
|
"types": "./better-sqlite3/driver.d.ts",
|
|
@@ -642,6 +594,54 @@
|
|
|
642
594
|
"types": "./better-sqlite3/session.d.ts",
|
|
643
595
|
"default": "./better-sqlite3/session.js"
|
|
644
596
|
},
|
|
597
|
+
"./bun-sql/driver": {
|
|
598
|
+
"import": {
|
|
599
|
+
"types": "./bun-sql/driver.d.ts",
|
|
600
|
+
"default": "./bun-sql/driver.js"
|
|
601
|
+
},
|
|
602
|
+
"require": {
|
|
603
|
+
"types": "./bun-sql/driver.d.cts",
|
|
604
|
+
"default": "./bun-sql/driver.cjs"
|
|
605
|
+
},
|
|
606
|
+
"types": "./bun-sql/driver.d.ts",
|
|
607
|
+
"default": "./bun-sql/driver.js"
|
|
608
|
+
},
|
|
609
|
+
"./bun-sql": {
|
|
610
|
+
"import": {
|
|
611
|
+
"types": "./bun-sql/index.d.ts",
|
|
612
|
+
"default": "./bun-sql/index.js"
|
|
613
|
+
},
|
|
614
|
+
"require": {
|
|
615
|
+
"types": "./bun-sql/index.d.cts",
|
|
616
|
+
"default": "./bun-sql/index.cjs"
|
|
617
|
+
},
|
|
618
|
+
"types": "./bun-sql/index.d.ts",
|
|
619
|
+
"default": "./bun-sql/index.js"
|
|
620
|
+
},
|
|
621
|
+
"./bun-sql/migrator": {
|
|
622
|
+
"import": {
|
|
623
|
+
"types": "./bun-sql/migrator.d.ts",
|
|
624
|
+
"default": "./bun-sql/migrator.js"
|
|
625
|
+
},
|
|
626
|
+
"require": {
|
|
627
|
+
"types": "./bun-sql/migrator.d.cts",
|
|
628
|
+
"default": "./bun-sql/migrator.cjs"
|
|
629
|
+
},
|
|
630
|
+
"types": "./bun-sql/migrator.d.ts",
|
|
631
|
+
"default": "./bun-sql/migrator.js"
|
|
632
|
+
},
|
|
633
|
+
"./bun-sql/session": {
|
|
634
|
+
"import": {
|
|
635
|
+
"types": "./bun-sql/session.d.ts",
|
|
636
|
+
"default": "./bun-sql/session.js"
|
|
637
|
+
},
|
|
638
|
+
"require": {
|
|
639
|
+
"types": "./bun-sql/session.d.cts",
|
|
640
|
+
"default": "./bun-sql/session.cjs"
|
|
641
|
+
},
|
|
642
|
+
"types": "./bun-sql/session.d.ts",
|
|
643
|
+
"default": "./bun-sql/session.js"
|
|
644
|
+
},
|
|
645
645
|
"./bun-sqlite/driver": {
|
|
646
646
|
"import": {
|
|
647
647
|
"types": "./bun-sqlite/driver.d.ts",
|