lucid-extension-sdk
Advanced tools
Comparing version 0.0.52 to 0.0.53
{ | ||
"name": "lucid-extension-sdk", | ||
"version": "0.0.52", | ||
"version": "0.0.53", | ||
"description": "Utility classes for writing Lucid Software editor extensions", | ||
@@ -5,0 +5,0 @@ "main": "sdk/index.js", |
@@ -0,1 +1,2 @@ | ||
export * from './core/cardintegration/cardintegration'; | ||
export * from './core/data/serializedfield/serializedfields'; | ||
@@ -26,2 +27,3 @@ export * from './core/dataerrortype'; | ||
export * from './document/shapedataproxy'; | ||
export * from './document/taskmanagementcardintegration'; | ||
export * from './editorclient'; | ||
@@ -28,0 +30,0 @@ export * from './math'; |
@@ -17,2 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./core/cardintegration/cardintegration"), exports); | ||
__exportStar(require("./core/data/serializedfield/serializedfields"), exports); | ||
@@ -43,2 +44,3 @@ __exportStar(require("./core/dataerrortype"), exports); | ||
__exportStar(require("./document/shapedataproxy"), exports); | ||
__exportStar(require("./document/taskmanagementcardintegration"), exports); | ||
__exportStar(require("./editorclient"), exports); | ||
@@ -45,0 +47,0 @@ __exportStar(require("./math"), exports); |
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
374603
8852