@uniformdev/transformer 1.1.41 → 1.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +8 -68
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -186,7 +186,6 @@ interface RemoveUnusedComponentTypesOptions extends GlobalOptions {
|
|
|
186
186
|
excludeComponentTypes?: string;
|
|
187
187
|
}
|
|
188
188
|
interface GenerateMissingProjectMapNodesOptions extends GlobalOptions {
|
|
189
|
-
rootContentTypes: string;
|
|
190
189
|
}
|
|
191
190
|
|
|
192
191
|
declare class TransformError extends Error {
|