@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.
Files changed (2) hide show
  1. package/dist/rljson.js +1 -1
  2. 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", "_tables", "_columns"];
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/rljson",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "packageManager": "pnpm@10.6.3",
5
5
  "description": "The RLJSON data format specification",
6
6
  "homepage": "https://github.com/rljson/rljson",