goby-database 2.2.22 → 2.2.23

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/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -130,6 +130,7 @@ export type PropertyDefinition = {
130
130
  } | DataDefinition);
131
131
  export type ClassRow = {
132
132
  [key: string]: any;
133
+ system_id: number;
133
134
  };
134
135
  export type ClassData = {
135
136
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goby-database",
3
- "version": "2.2.22",
3
+ "version": "2.2.23",
4
4
  "description": "This will hold the core better-sqlite3-powered application for creating and modifying goby databases",
5
5
  "main": "dist/index.js",
6
6
  "files": [