@rljson/rljson 0.0.21 → 0.0.22
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/rljson.js +1 -1
- package/package.json +1 -1
package/dist/rljson.js
CHANGED
|
@@ -518,7 +518,7 @@ const rljsonIndexed = (rljson) => {
|
|
|
518
518
|
};
|
|
519
519
|
// @license
|
|
520
520
|
const reservedFieldNames = ["_type", "_data"];
|
|
521
|
-
const reservedTableNames = ["_hash", "
|
|
521
|
+
const reservedTableNames = ["_hash", "idSets", "tableCfgs"];
|
|
522
522
|
const exampleRljson = () => Example.ok.singleRow();
|
|
523
523
|
const iterateTables = (rljson, callback) => {
|
|
524
524
|
for (const tableName in rljson) {
|