@tusent.io/tusentio-cms
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -1,6 +0,6 @@ | ||
declare type TusentioCMSOptions = { | ||
export declare type TusentioCMSOptions = { | ||
url: string; | ||
session?: string; | ||
}; | ||
declare type TusentioCMSType = { | ||
export declare type TusentioCMSType = { | ||
state: string; | ||
@@ -14,3 +14,3 @@ name: string; | ||
}; | ||
declare type TusentioCMSTypeOptions = { | ||
export declare type TusentioCMSTypeOptions = { | ||
permissions?: { | ||
@@ -17,0 +17,0 @@ posting?: boolean; |
{ | ||
"name": "@tusent.io/tusentio-cms", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"homepage": "https://github.com/Tusentio/Tusentio-CMS#readme", | ||
@@ -5,0 +5,0 @@ "bugs": { |
6643