@canopycanopycanopy/b-ber-grammar-gallery 3.0.7 → 3.0.8-vimeo.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 +6 -6
package/dist/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var _State = _interopRequireDefault(require("@canopycanopycanopy/b-ber-lib/State
|
|
|
19
19
|
var _bBerGrammarRenderer = _interopRequireDefault(require("@canopycanopycanopy/b-ber-grammar-renderer"));
|
|
20
20
|
var _bBerGrammarAttributes = require("@canopycanopycanopy/b-ber-grammar-attributes");
|
|
21
21
|
var _bBerParserGallery = _interopRequireDefault(require("@canopycanopycanopy/b-ber-parser-gallery"));
|
|
22
|
-
function ownKeys(
|
|
23
|
-
function _objectSpread(
|
|
22
|
+
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; }
|
|
23
|
+
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; }
|
|
24
24
|
// define our open and closing markers, used by the `validateOpen` and
|
|
25
25
|
// `validateClose` methods in the `createRenderer`
|
|
26
26
|
const MARKER_OPEN_RE = /^(gallery)(?::([^\s]+)(\s.*)?)?$/;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-gallery",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8-vimeo.0+dd5e98f0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,10 +25,10 @@
|
|
|
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-parser-gallery": "3.0.
|
|
28
|
+
"@canopycanopycanopy/b-ber-grammar-attributes": "3.0.8-vimeo.0+dd5e98f0",
|
|
29
|
+
"@canopycanopycanopy/b-ber-grammar-renderer": "3.0.8-vimeo.0+dd5e98f0",
|
|
30
|
+
"@canopycanopycanopy/b-ber-lib": "3.0.8-vimeo.0+dd5e98f0",
|
|
31
|
+
"@canopycanopycanopy/b-ber-parser-gallery": "3.0.8-vimeo.0+dd5e98f0",
|
|
32
32
|
"lodash": "^4.17.21",
|
|
33
33
|
"tar": "^6.1.11"
|
|
34
34
|
},
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"url": "https://maxwellsimmer.com"
|
|
50
50
|
}
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "dd5e98f05114403e8cea7502fb6b5bcac61d7ca3"
|
|
53
53
|
}
|