@rljson/rljson 0.0.27 → 0.0.28

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.
@@ -47,4 +47,4 @@ export type TablesCfgTable = RljsonTable<TableCfg, 'properties'>;
47
47
  * Example matching allTypesRow
48
48
  */
49
49
  export declare const exampleTableCfgTable: () => TablesCfgTable;
50
- export declare const exampleTableCfg: (tableCfg?: Partial<TableCfg> | undefined) => Partial<TableCfg>;
50
+ export declare const exampleTableCfg: (tableCfg?: Partial<TableCfg> | undefined) => TableCfg;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rljson/rljson",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "packageManager": "pnpm@10.6.3",
5
5
  "description": "The RLJSON data format specification",
6
6
  "homepage": "https://github.com/rljson/rljson",