mobiletto-common
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -63,6 +63,7 @@ /// <reference types="node" /> | ||
export type MobilettoConflictFunction = (m: MobilettoMinimalClient, s: string) => boolean; | ||
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty"; | ||
export type MobilettoFeatureFlags = { | ||
list_tryMetaIfEmpty?: boolean; | ||
[func: string]: boolean | undefined; | ||
}; | ||
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty"; | ||
export type MobilettoMinimalClient = MobilettoPatchable & { | ||
@@ -69,0 +70,0 @@ testConfig: () => unknown; |
@@ -63,6 +63,7 @@ /// <reference types="node" /> | ||
export type MobilettoConflictFunction = (m: MobilettoMinimalClient, s: string) => boolean; | ||
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty"; | ||
export type MobilettoFeatureFlags = { | ||
list_tryMetaIfEmpty?: boolean; | ||
[func: string]: boolean | undefined; | ||
}; | ||
export type MobilettoFeatureFlagName = "list_tryMetaIfEmpty"; | ||
export type MobilettoMinimalClient = MobilettoPatchable & { | ||
@@ -69,0 +70,0 @@ testConfig: () => unknown; |
{ | ||
"name": "mobiletto-common", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Common constants and functions used by mobiletto and mobiletto storage drivers", |
33025
498