@micromag/screen-urbania-article 0.3.729 → 0.3.730

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/es/index.js +4 -6
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -538,18 +538,16 @@ var UrbaniaLoader = function UrbaniaLoader(_ref) {
538
538
  metadata = _ref6$metadata === void 0 ? {} : _ref6$metadata;
539
539
  var hasArticle = article !== null;
540
540
  var _ref7 = metadata || {},
541
- _ref7$credits = _ref7.credits,
542
- credits = _ref7$credits === void 0 ? [] : _ref7$credits,
541
+ _ref7$authors = _ref7.authors,
542
+ authors = _ref7$authors === void 0 ? [] : _ref7$authors,
543
543
  _ref7$sponsors = _ref7.sponsors,
544
544
  sponsors = _ref7$sponsors === void 0 ? [] : _ref7$sponsors,
545
545
  _ref7$brands = _ref7.brands,
546
546
  brands = _ref7$brands === void 0 ? [] : _ref7$brands;
547
- var _ref8 = credits || [],
547
+ var _ref8 = authors || [],
548
548
  _ref9 = _slicedToArray(_ref8, 1),
549
549
  _ref9$ = _ref9[0],
550
- _ref9$2 = _ref9$ === void 0 ? {} : _ref9$,
551
- _ref9$2$author = _ref9$2.author,
552
- creditAuthor = _ref9$2$author === void 0 ? null : _ref9$2$author;
550
+ creditAuthor = _ref9$ === void 0 ? null : _ref9$;
553
551
  var _ref0 = brands || [],
554
552
  _ref1 = _slicedToArray(_ref0, 1),
555
553
  _ref1$ = _ref1[0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-article",
3
- "version": "0.3.729",
3
+ "version": "0.3.730",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -90,5 +90,5 @@
90
90
  "access": "public",
91
91
  "registry": "https://registry.npmjs.org/"
92
92
  },
93
- "gitHead": "73301f7162ae8e4211831c727a6fb1972e6c6e75"
93
+ "gitHead": "4c3abc6e746f8b876633e21150245d5fdc285429"
94
94
  }