@locokit/lck-glossary
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -25,3 +25,4 @@ export declare const COLUMN_TYPE: { | ||
OWNER: string; | ||
ADMIN: string; | ||
MEMBER: string; | ||
}; |
@@ -28,3 +28,4 @@ "use strict"; | ||
OWNER: 'OWNER', | ||
ADMIN: 'ADMIN', | ||
MEMBER: 'MEMBER' | ||
}; |
{ | ||
"name": "@locokit/lck-glossary", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Glossary for Low-Code Kit platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -27,3 +27,4 @@ export const COLUMN_TYPE = { | ||
OWNER: 'OWNER', | ||
ADMIN: 'ADMIN', | ||
MEMBER: 'MEMBER' | ||
} |
Sorry, the diff of this file is not supported yet
2760
84