drizzle-orm 0.23.2-a42a7cd → 0.23.2-e17a5ba

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.23.2-a42a7cd",
3
+ "version": "0.23.2-e17a5ba",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "scripts": {
6
6
  "build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",
package/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export declare const compatibilityVersion = 3;
1
+ export declare const compatibilityVersion = 4;
2
2
  export declare const npmVersion: string;
3
3
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.npmVersion = exports.compatibilityVersion = void 0;
4
- exports.compatibilityVersion = 3;
4
+ exports.compatibilityVersion = 4;
5
5
  exports.npmVersion = require('./package.json').version;
6
6
  //# sourceMappingURL=version.js.map