@dorsk/tsumikit 0.18.1 → 0.18.2
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/query/suggest.d.ts +1 -1
- package/dist/query/suggest.js +1 -1
- package/package.json +1 -1
package/dist/query/suggest.d.ts
CHANGED
package/dist/query/suggest.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
//
|
|
7
7
|
// This is pure logic, deliberately UI-free so the Svelte organism stays dumb.
|
|
8
8
|
// ─────────────────────────────────────────────────────────────────────────
|
|
9
|
-
import { findField, operatorsFor, resolveValues, } from './schema
|
|
9
|
+
import { findField, operatorsFor, resolveValues, } from './schema';
|
|
10
10
|
// Longest first so `>=`/`!:` win over `>`/`:`.
|
|
11
11
|
const OP_CODES = ['!:', '!=', '>=', '<=', ':', '=', '>', '<'];
|
|
12
12
|
/**
|
package/package.json
CHANGED