@locokit/lck-glossary
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -137,2 +137,3 @@ export declare enum COLUMN_TYPE { | ||
id: string; | ||
pageDetailId: string; | ||
} |
{ | ||
"name": "@locokit/lck-glossary", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Glossary for Low-Code Kit platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -157,2 +157,3 @@ export enum COLUMN_TYPE { | ||
id: string; // Id of the table_view in database | ||
pageDetailId: string; // Id of the page to open for detail purpose | ||
} |
Sorry, the diff of this file is not supported yet
11051
342