@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 +0 -1
- package/dist/index.js +0 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
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