@canopycanopycanopy/b-ber-grammar-section 3.0.7 → 3.0.8-nav-memo.0
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 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -25,8 +25,8 @@ var _bBerLogger = _interopRequireDefault(require("@canopycanopycanopy/b-ber-logg
|
|
|
25
25
|
var _bBerParserSection = _interopRequireDefault(require("@canopycanopycanopy/b-ber-parser-section"));
|
|
26
26
|
var _bBerGrammarRenderer = _interopRequireDefault(require("@canopycanopycanopy/b-ber-grammar-renderer"));
|
|
27
27
|
var _bBerGrammarAttributes = require("@canopycanopycanopy/b-ber-grammar-attributes");
|
|
28
|
-
function ownKeys(
|
|
29
|
-
function _objectSpread(
|
|
28
|
+
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; }
|
|
29
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context2, _context3; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context2 = ownKeys(Object(t), !0)).call(_context2, function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context3 = ownKeys(Object(t))).call(_context3, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
30
30
|
// This matches *all* container-type directives, and outputs the appropriate
|
|
31
31
|
// HTML based on user-defined attributes
|
|
32
32
|
const containers = (0, _from.default)(_bBerShapesDirectives.BLOCK_DIRECTIVES).join('|');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-section",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8-nav-memo.0+24db1e6b",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"rimraf": "^2.7.1"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@canopycanopycanopy/b-ber-grammar-attributes": "3.0.
|
|
29
|
-
"@canopycanopycanopy/b-ber-grammar-renderer": "3.0.
|
|
30
|
-
"@canopycanopycanopy/b-ber-lib": "3.0.
|
|
31
|
-
"@canopycanopycanopy/b-ber-logger": "3.0.
|
|
32
|
-
"@canopycanopycanopy/b-ber-parser-section": "3.0.
|
|
33
|
-
"@canopycanopycanopy/b-ber-shapes-directives": "3.0.
|
|
28
|
+
"@canopycanopycanopy/b-ber-grammar-attributes": "3.0.8-nav-memo.0+24db1e6b",
|
|
29
|
+
"@canopycanopycanopy/b-ber-grammar-renderer": "3.0.8-nav-memo.0+24db1e6b",
|
|
30
|
+
"@canopycanopycanopy/b-ber-lib": "3.0.8-nav-memo.0+24db1e6b",
|
|
31
|
+
"@canopycanopycanopy/b-ber-logger": "3.0.8-nav-memo.0+24db1e6b",
|
|
32
|
+
"@canopycanopycanopy/b-ber-parser-section": "3.0.8-nav-memo.0+24db1e6b",
|
|
33
|
+
"@canopycanopycanopy/b-ber-shapes-directives": "3.0.8-nav-memo.0+24db1e6b",
|
|
34
34
|
"lodash": "^4.17.21",
|
|
35
35
|
"lodash.find": "latest",
|
|
36
36
|
"tar": "^6.1.11"
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"url": "https://maxwellsimmer.com"
|
|
53
53
|
}
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "24db1e6bb491faae0d52c6dadc09d974a5a31cf5"
|
|
56
56
|
}
|