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.
Files changed (2) hide show
  1. package/malina.js +2 -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.10';
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: false,
6874
+ deepCheckingProps: true,
6875
6875
  useGroupReferencing: true
6876
6876
  }, config);
6877
6877
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "malinajs",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "npm run build_runtime && rollup -c",