@ronin/compiler 0.18.7 → 0.18.8

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -172,8 +172,6 @@ type ModelFieldBasics = {
172
172
  name?: string;
173
173
  /** Allows for addressing the field programmatically. */
174
174
  slug: string;
175
- /** How the field should be displayed visually on the RONIN dashboard. */
176
- displayAs?: string;
177
175
  /**
178
176
  * If set, only one record of the same model will be allowed to exist with a given
179
177
  * value for the field.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.18.7",
3
+ "version": "0.18.8",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {