@micromag/transforms 0.3.447 → 0.3.452

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/es/apple-news.js CHANGED
@@ -754,7 +754,6 @@ var validate = function validate() {
754
754
  console.log('VALIDATION ERROR: VALID TYPE', name, content); // eslint-disable-line
755
755
  }
756
756
  }
757
-
758
757
  return values;
759
758
  }, {}) : {};
760
759
  return !isEmpty(validated) ? validated : null;
package/es/utils.js CHANGED
@@ -42,7 +42,6 @@ var validate = function validate() {
42
42
  console.log('VALIDATION ERROR: VALID TYPE', name, content); // eslint-disable-line
43
43
  }
44
44
  }
45
-
46
45
  return values;
47
46
  }, {}) : {};
48
47
  return !isEmpty(validated) ? validated : null;
package/lib/apple-news.js CHANGED
@@ -756,7 +756,6 @@ var validate = function validate() {
756
756
  console.log('VALIDATION ERROR: VALID TYPE', name, content); // eslint-disable-line
757
757
  }
758
758
  }
759
-
760
759
  return values;
761
760
  }, {}) : {};
762
761
  return !isEmpty(validated) ? validated : null;
package/lib/utils.js CHANGED
@@ -44,7 +44,6 @@ var validate = function validate() {
44
44
  console.log('VALIDATION ERROR: VALID TYPE', name, content); // eslint-disable-line
45
45
  }
46
46
  }
47
-
48
47
  return values;
49
48
  }, {}) : {};
50
49
  return !isEmpty(validated) ? validated : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/transforms",
3
- "version": "0.3.447",
3
+ "version": "0.3.452",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.13.10",
75
- "@micromag/core": "^0.3.447",
75
+ "@micromag/core": "^0.3.452",
76
76
  "lodash": "^4.17.21",
77
77
  "object-hash": "^2.1.1",
78
78
  "prop-types": "^15.7.2",
@@ -82,5 +82,5 @@
82
82
  "access": "public",
83
83
  "registry": "https://registry.npmjs.org/"
84
84
  },
85
- "gitHead": "ec175c602ce6f59b7561f57c92da443814109d50"
85
+ "gitHead": "aec551095929a41f43406d0da6e3cfe7f394b92e"
86
86
  }