drizzle-orm 0.35.0 → 0.35.1

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.35.0",
3
+ "version": "0.35.1",
4
4
  "description": "Drizzle ORM package for SQL databases",
5
5
  "type": "module",
6
6
  "scripts": {
package/version.cjs CHANGED
@@ -26,10 +26,10 @@ __export(version_exports, {
26
26
  module.exports = __toCommonJS(version_exports);
27
27
 
28
28
  // package.json
29
- var version = "0.35.0";
29
+ var version = "0.35.1";
30
30
 
31
31
  // src/version.ts
32
- var compatibilityVersion = 8;
32
+ var compatibilityVersion = 9;
33
33
  // Annotate the CommonJS export names for ESM import in node:
34
34
  0 && (module.exports = {
35
35
  compatibilityVersion,
package/version.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["// @ts-ignore - imported using Rollup json plugin\nexport { version as npmVersion } from '../package.json';\n// In version 7, we changed the PostgreSQL indexes API\nexport const compatibilityVersion = 8;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,qBAAsC;AAE/B,MAAM,uBAAuB;","names":[]}
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["// @ts-ignore - imported using Rollup json plugin\nexport { version as npmVersion } from '../package.json';\n// In version 7, we changed the PostgreSQL indexes API\nexport const compatibilityVersion = 9;\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,qBAAsC;AAE/B,MAAM,uBAAuB;","names":[]}
package/version.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- var version = "0.35.0";
1
+ var version = "0.35.1";
2
2
 
3
- declare const compatibilityVersion = 8;
3
+ declare const compatibilityVersion = 9;
4
4
 
5
5
  export { compatibilityVersion, version as npmVersion };
package/version.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- var version = "0.35.0";
1
+ var version = "0.35.1";
2
2
 
3
- declare const compatibilityVersion = 8;
3
+ declare const compatibilityVersion = 9;
4
4
 
5
5
  export { compatibilityVersion, version as npmVersion };
package/version.js CHANGED
@@ -1,8 +1,8 @@
1
1
  // package.json
2
- var version = "0.35.0";
2
+ var version = "0.35.1";
3
3
 
4
4
  // src/version.ts
5
- var compatibilityVersion = 8;
5
+ var compatibilityVersion = 9;
6
6
  export {
7
7
  compatibilityVersion,
8
8
  version as npmVersion
package/version.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/version.ts"],"sourcesContent":["// @ts-ignore - imported using Rollup json plugin\nexport { version as npmVersion } from '../package.json';\n// In version 7, we changed the PostgreSQL indexes API\nexport const compatibilityVersion = 8;\n"],"mappings":"AACA,SAAoB,eAAkB;AAE/B,MAAM,uBAAuB;","names":[]}
1
+ {"version":3,"sources":["../src/version.ts"],"sourcesContent":["// @ts-ignore - imported using Rollup json plugin\nexport { version as npmVersion } from '../package.json';\n// In version 7, we changed the PostgreSQL indexes API\nexport const compatibilityVersion = 9;\n"],"mappings":"AACA,SAAoB,eAAkB;AAE/B,MAAM,uBAAuB;","names":[]}