@uniformdev/transformer 1.1.5 → 1.1.6
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 +3 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -556,7 +556,8 @@ var PropertyPropagatorService = class {
|
|
|
556
556
|
findOptions
|
|
557
557
|
);
|
|
558
558
|
if (notFound.length > 0) {
|
|
559
|
-
|
|
559
|
+
this.logger.warn(`Property "${notFound.join(", ")}" not found on component "${sourceType}"`);
|
|
560
|
+
continue;
|
|
560
561
|
}
|
|
561
562
|
for (const param of sourceParams) {
|
|
562
563
|
const exists = resolvedParams.some(
|
|
@@ -3363,7 +3364,7 @@ function createPropagateRootComponentSlotCommand() {
|
|
|
3363
3364
|
// package.json
|
|
3364
3365
|
var package_default = {
|
|
3365
3366
|
name: "@uniformdev/transformer",
|
|
3366
|
-
version: "1.1.
|
|
3367
|
+
version: "1.1.6",
|
|
3367
3368
|
description: "CLI tool for transforming Uniform.dev serialization files offline",
|
|
3368
3369
|
type: "module",
|
|
3369
3370
|
bin: {
|