drizzle-orm 0.33.0-1a5913a → 0.33.0-30e7661
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/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-30e7661",
|
|
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",
|
package/version.cjs
CHANGED
package/version.d.cts
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED