lucid-extension-sdk
Advanced tools
Comparing version 0.0.288 to 0.0.291
@@ -75,6 +75,6 @@ import { SemanticCollection } from '../core/data/datasource/semanticcollection'; | ||
rekeyingMap?: Map<string, string | null> | undefined; | ||
fieldNamesChanged?: Map<string, string> | undefined; | ||
fieldNamesChanged?: Map<string, string | null> | undefined; | ||
errors?: Map<string, SerializedLucidDictionary> | undefined; | ||
private readonly _brand; | ||
constructor(items: Map<string, SerializedFields>, rekeyingMap?: Map<string, string | null> | undefined, fieldNamesChanged?: Map<string, string> | undefined, errors?: Map<string, SerializedLucidDictionary> | undefined); | ||
constructor(items: Map<string, SerializedFields>, rekeyingMap?: Map<string, string | null> | undefined, fieldNamesChanged?: Map<string, string | null> | undefined, errors?: Map<string, SerializedLucidDictionary> | undefined); | ||
} | ||
@@ -99,3 +99,3 @@ export type ItemsPatch = { | ||
'rekeyingMap'?: Record<string, string | null>; | ||
'fieldNamesChanged'?: Record<string, string>; | ||
'fieldNamesChanged'?: Record<string, string | null>; | ||
'errors'?: Record<string, SerializedLucidDictionary>; | ||
@@ -102,0 +102,0 @@ }; |
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.288", | ||
"version": "0.0.291", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
785367