@astrojs/db 0.10.4 → 0.10.5
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.
|
@@ -152,3 +152,4 @@ export declare const NOW: import("drizzle-orm").SQL<unknown>;
|
|
|
152
152
|
export declare const TRUE: import("drizzle-orm").SQL<unknown>;
|
|
153
153
|
export declare const FALSE: import("drizzle-orm").SQL<unknown>;
|
|
154
154
|
export { sql, eq, gt, gte, lt, lte, ne, isNull, isNotNull, inArray, notInArray, exists, notExists, between, notBetween, like, notIlike, not, asc, desc, and, or, count, countDistinct, avg, avgDistinct, sum, sumDistinct, max, min, } from 'drizzle-orm';
|
|
155
|
+
export { alias } from 'drizzle-orm/sqlite-core';
|
package/dist/runtime/errors.js
CHANGED
package/dist/runtime/virtual.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astrojs/db",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.5",
|
|
4
4
|
"description": "Add libSQL and Astro Studio support to your Astro site",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"mocha": "^10.2.0",
|
|
89
89
|
"typescript": "^5.2.2",
|
|
90
90
|
"vite": "^5.1.4",
|
|
91
|
-
"astro": "4.6.
|
|
91
|
+
"astro": "4.6.3",
|
|
92
92
|
"astro-scripts": "0.0.14"
|
|
93
93
|
},
|
|
94
94
|
"scripts": {
|