@canopycanopycanopy/b-ber-grammar-attributes 1.2.13-react-reader.77 → 1.2.13-react-reader.85
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 +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -276,7 +276,7 @@ const attributesObject = (attrs, origGenus, context = {}) => {
|
|
|
276
276
|
|
|
277
277
|
if (attrs && typeof attrs === 'string') {
|
|
278
278
|
(0, _utils.forOf)(parseAttrs((0, _trim.default)(attrs).call(attrs)), (k, v) => {
|
|
279
|
-
if (_isUnsupportedAttribute(
|
|
279
|
+
if (_isUnsupportedAttribute(genus, k)) {
|
|
280
280
|
return _bBerLogger.default.warn(`render omitting unsupported attribute [${k}] at [${fileName}:${lineNumber}]`);
|
|
281
281
|
}
|
|
282
282
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-attributes",
|
|
3
|
-
"version": "1.2.13-react-reader.
|
|
3
|
+
"version": "1.2.13-react-reader.85+1d22056b",
|
|
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": "1.2.13-react-reader.
|
|
21
|
-
"@canopycanopycanopy/b-ber-logger": "1.2.13-react-reader.
|
|
22
|
-
"@canopycanopycanopy/b-ber-shapes-directives": "1.2.13-react-reader.
|
|
20
|
+
"@canopycanopycanopy/b-ber-lib": "1.2.13-react-reader.85+1d22056b",
|
|
21
|
+
"@canopycanopycanopy/b-ber-logger": "1.2.13-react-reader.85+1d22056b",
|
|
22
|
+
"@canopycanopycanopy/b-ber-shapes-directives": "1.2.13-react-reader.85+1d22056b",
|
|
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": "1d22056b18a72c7ff9e228930ec14fb623185c14"
|
|
53
53
|
}
|