malinajs 0.7.10 → 0.7.11
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/malina.js +2 -2
- package/package.json +1 -1
package/malina.js
CHANGED
|
@@ -6852,7 +6852,7 @@
|
|
|
6852
6852
|
});
|
|
6853
6853
|
}
|
|
6854
6854
|
|
|
6855
|
-
const version = '0.7.
|
|
6855
|
+
const version = '0.7.11';
|
|
6856
6856
|
|
|
6857
6857
|
|
|
6858
6858
|
async function compile(source, config = {}) {
|
|
@@ -6871,7 +6871,7 @@
|
|
|
6871
6871
|
css: true,
|
|
6872
6872
|
passClass: true,
|
|
6873
6873
|
immutable: false,
|
|
6874
|
-
deepCheckingProps:
|
|
6874
|
+
deepCheckingProps: true,
|
|
6875
6875
|
useGroupReferencing: true
|
|
6876
6876
|
}, config);
|
|
6877
6877
|
|