@abi-software/scaffoldvuer 1.4.0-beta.1 → 1.4.0-beta.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/scaffoldvuer",
|
|
3
|
-
"version": "1.4.0-beta.
|
|
3
|
+
"version": "1.4.0-beta.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -92,5 +92,8 @@
|
|
|
92
92
|
"browserslist": [
|
|
93
93
|
"> 1%",
|
|
94
94
|
"last 2 versions"
|
|
95
|
-
]
|
|
95
|
+
],
|
|
96
|
+
"optionalDependencies": {
|
|
97
|
+
"@rollup/rollup-linux-x64-gnu": "^4.21.1"
|
|
98
|
+
}
|
|
96
99
|
}
|
|
@@ -1554,6 +1554,9 @@ export default {
|
|
|
1554
1554
|
? identifier.data.id
|
|
1555
1555
|
: identifier.data.group;
|
|
1556
1556
|
names.push(id);
|
|
1557
|
+
if (identifier.data) {
|
|
1558
|
+
identifier.data.imageType = this.imageRadio ? this.imageType : "Standard"
|
|
1559
|
+
}
|
|
1557
1560
|
}
|
|
1558
1561
|
});
|
|
1559
1562
|
zincObjects = event.zincObjects;
|