@ronin/compiler 0.16.2-leo-ron-1099-1-experimental-368 → 0.16.3-leo-ron-1099-experimental-369

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/index.d.ts CHANGED
@@ -371,7 +371,6 @@ type ObjectRow = Record<string, unknown>;
371
371
  type ResultRecord = Record<string, unknown> & {
372
372
  id: string;
373
373
  ronin: {
374
- locked: boolean;
375
374
  createdAt: string;
376
375
  createdBy: string | null;
377
376
  updatedAt: string;
package/dist/index.js CHANGED
@@ -1465,11 +1465,6 @@ var getSystemFields = (idPrefix) => [
1465
1465
  [QUERY_SYMBOLS.EXPRESSION]: `'${idPrefix}_' || lower(substr(hex(randomblob(12)), 1, 16))`
1466
1466
  }
1467
1467
  },
1468
- {
1469
- name: "RONIN - Locked",
1470
- type: "boolean",
1471
- slug: "ronin.locked"
1472
- },
1473
1468
  {
1474
1469
  name: "RONIN - Created At",
1475
1470
  type: "date",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.16.2-leo-ron-1099-1-experimental-368",
3
+ "version": "0.16.3-leo-ron-1099-experimental-369",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {