@canopycanopycanopy/b-ber-grammar-attributes 2.0.2 → 2.0.7
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/dist/index.js +2 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -24,8 +24,8 @@ var _bBerLib = require("@canopycanopycanopy/b-ber-lib");
|
|
|
24
24
|
var _utils = require("@canopycanopycanopy/b-ber-lib/utils");
|
|
25
25
|
var _bBerLogger = _interopRequireDefault(require("@canopycanopycanopy/b-ber-logger"));
|
|
26
26
|
var _bBerShapesDirectives = require("@canopycanopycanopy/b-ber-shapes-directives");
|
|
27
|
-
function ownKeys(
|
|
28
|
-
function _objectSpread(
|
|
27
|
+
function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = _filterInstanceProperty(o).call(o, function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
28
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context3, _context4; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context3 = ownKeys(Object(t), !0)).call(_context3, function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context4 = ownKeys(Object(t))).call(_context4, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; } /* eslint-disable no-plusplus, no-continue*/
|
|
29
29
|
//
|
|
30
30
|
// Querying hierarchies gets confusing, so we're using biological taxonomic
|
|
31
31
|
// rank as an analogue for classification. which is obvs less confusing...
|
|
@@ -174,7 +174,6 @@ const _extendWithDefaults = (obj, genus) => {
|
|
|
174
174
|
} else {
|
|
175
175
|
result.classes = taxonomy; // -> class="bodymatter chapter"
|
|
176
176
|
}
|
|
177
|
-
|
|
178
177
|
return result;
|
|
179
178
|
case 'inline':
|
|
180
179
|
if (_requiresAltTag(genus) && !(0, _lodash.default)(obj, 'alt')) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-attributes",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@canopycanopycanopy/b-ber-lib": "2.0.
|
|
21
|
-
"@canopycanopycanopy/b-ber-logger": "2.0.
|
|
22
|
-
"@canopycanopycanopy/b-ber-shapes-directives": "2.0.
|
|
20
|
+
"@canopycanopycanopy/b-ber-lib": "2.0.7",
|
|
21
|
+
"@canopycanopycanopy/b-ber-logger": "2.0.7",
|
|
22
|
+
"@canopycanopycanopy/b-ber-shapes-directives": "2.0.7",
|
|
23
23
|
"lodash": "^4.17.21",
|
|
24
24
|
"lodash.has": "latest",
|
|
25
25
|
"tar": "^6.1.11"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"url": "https://maxwellsimmer.com"
|
|
50
50
|
}
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "f44b7c22af08b450714aab70df172f8b369fd51f"
|
|
53
53
|
}
|