turbine-orm 0.36.0 → 0.36.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/dist/cjs/powdb.js CHANGED
@@ -1449,7 +1449,7 @@ function encodePowqlLiteral(value) {
1449
1449
  * the ceiling yet still routes through the string wire is refused rather than
1450
1450
  * materialized.
1451
1451
  */
1452
- exports.POWQL_LEXER_TESTED_CEILING = '0.15';
1452
+ exports.POWQL_LEXER_TESTED_CEILING = '0.16';
1453
1453
  /** Escape a string into a PowQL `"…"` literal, matching the engine lexer's escape rules. */
1454
1454
  function encodePowqlString(s) {
1455
1455
  let out = '"';
package/dist/powdb.d.ts CHANGED
@@ -599,7 +599,7 @@ export declare function encodePowqlLiteral(value: unknown): string;
599
599
  * the ceiling yet still routes through the string wire is refused rather than
600
600
  * materialized.
601
601
  */
602
- export declare const POWQL_LEXER_TESTED_CEILING = "0.15";
602
+ export declare const POWQL_LEXER_TESTED_CEILING = "0.16";
603
603
  /**
604
604
  * Substitute every `$N` placeholder in a generator-produced PowQL template with
605
605
  * the encoded literal of `params[N-1]`. Safe because the template is produced by
package/dist/powdb.js CHANGED
@@ -1391,7 +1391,7 @@ export function encodePowqlLiteral(value) {
1391
1391
  * the ceiling yet still routes through the string wire is refused rather than
1392
1392
  * materialized.
1393
1393
  */
1394
- export const POWQL_LEXER_TESTED_CEILING = '0.15';
1394
+ export const POWQL_LEXER_TESTED_CEILING = '0.16';
1395
1395
  /** Escape a string into a PowQL `"…"` literal, matching the engine lexer's escape rules. */
1396
1396
  function encodePowqlString(s) {
1397
1397
  let out = '"';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "turbine-orm",
3
- "version": "0.36.0",
3
+ "version": "0.36.1",
4
4
  "description": "Postgres-native TypeScript ORM — runs on Neon, Vercel Postgres, Cloudflare, Supabase. Streaming cursors, typed errors, single-query nested relations. One dependency, no WASM engine",
5
5
  "type": "module",
6
6
  "exports": {
@@ -103,8 +103,8 @@
103
103
  "@size-limit/esbuild": "^12.1.0",
104
104
  "@size-limit/file": "^12.1.0",
105
105
  "@types/node": "^26.1.0",
106
- "@zvndev/powdb-client": "^0.15.0",
107
- "@zvndev/powdb-embedded": "^0.15.0",
106
+ "@zvndev/powdb-client": "^0.16.0",
107
+ "@zvndev/powdb-embedded": "^0.16.0",
108
108
  "c8": "^11.0.0",
109
109
  "husky": "^9.1.7",
110
110
  "lint-staged": "^17.0.8",