@ronin/compiler 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -404,7 +404,10 @@ var SYSTEM_SCHEMAS = [
404
404
  { slug: "idPrefix", type: "string" },
405
405
  { slug: "identifiers", type: "group" },
406
406
  { slug: "identifiers.title", type: "string" },
407
- { slug: "identifiers.slug", type: "string" }
407
+ { slug: "identifiers.slug", type: "string" },
408
+ { slug: "fields", type: "json" },
409
+ { slug: "indexes", type: "json" },
410
+ { slug: "triggers", type: "json" }
408
411
  ]
409
412
  },
410
413
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ronin/compiler",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "Compiles RONIN queries to SQL statements.",
6
6
  "publishConfig": {