drizzle-orm 0.26.0-ea3d142 → 0.26.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drizzle-orm",
3
- "version": "0.26.0-ea3d142",
3
+ "version": "0.26.0",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "type": "module",
6
6
  "scripts": {
package/version.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const version = "0.26.0-ea3d142";
3
+ const version = "0.26.0";
4
4
 
5
5
  // @ts-expect-error - imported using Rollup json plugin
6
6
  const compatibilityVersion = 4;
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- const version = "0.26.0-ea3d142";
1
+ const version = "0.26.0";
2
2
 
3
3
  declare const compatibilityVersion = 4;
4
4
 
package/version.mjs CHANGED
@@ -1,4 +1,4 @@
1
- const version = "0.26.0-ea3d142";
1
+ const version = "0.26.0";
2
2
 
3
3
  // @ts-expect-error - imported using Rollup json plugin
4
4
  const compatibilityVersion = 4;