@canopycanopycanopy/b-ber-grammar-iframe 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/helpers.js CHANGED
@@ -21,8 +21,8 @@ var _State = _interopRequireDefault(require("@canopycanopycanopy/b-ber-lib/State
21
21
  var _bBerLib = require("@canopycanopycanopy/b-ber-lib");
22
22
  var _utils = require("@canopycanopycanopy/b-ber-lib/utils");
23
23
  var _bBerGrammarAttributes = require("@canopycanopycanopy/b-ber-grammar-attributes");
24
- function ownKeys(object, enumerableOnly) { var keys = _Object$keys(object); if (_Object$getOwnPropertySymbols) { var symbols = _Object$getOwnPropertySymbols(object); enumerableOnly && (symbols = _filterInstanceProperty(symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
25
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var _context, _context2; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(source), !0)).call(_context, function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(target, _Object$getOwnPropertyDescriptors(source)) : _forEachInstanceProperty(_context2 = ownKeys(Object(source))).call(_context2, function (key) { _Object$defineProperty(target, key, _Object$getOwnPropertyDescriptor(source, key)); }); } return target; }
24
+ 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; }
25
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var _context, _context2; var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? _forEachInstanceProperty(_context = ownKeys(Object(t), !0)).call(_context, function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : _Object$getOwnPropertyDescriptors ? _Object$defineProperties(e, _Object$getOwnPropertyDescriptors(t)) : _forEachInstanceProperty(_context2 = ownKeys(Object(t))).call(_context2, function (r) { _Object$defineProperty(e, r, _Object$getOwnPropertyDescriptor(t, r)); }); } return e; }
26
26
  function supported(build) {
27
27
  return build === 'reader' || build === 'web';
28
28
  }
package/dist/index.js CHANGED
@@ -49,7 +49,7 @@ const render = ({
49
49
  throw new Error(`Something went wrong parsing [${args.type}] in [${context.fileName}]`);
50
50
  }
51
51
  };
52
- var _default = {
52
+ var _default = exports.default = {
53
53
  plugin: _bBerParserFigure.default,
54
54
  name: 'iframe',
55
55
  renderer: ({
@@ -64,5 +64,4 @@ var _default = {
64
64
  context
65
65
  })
66
66
  })
67
- };
68
- exports.default = _default;
67
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-grammar-iframe",
3
- "version": "2.0.2",
3
+ "version": "2.0.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -25,11 +25,11 @@
25
25
  "rimraf": "^2.7.1"
26
26
  },
27
27
  "dependencies": {
28
- "@canopycanopycanopy/b-ber-grammar-attributes": "2.0.2",
29
- "@canopycanopycanopy/b-ber-lib": "2.0.2",
30
- "@canopycanopycanopy/b-ber-logger": "2.0.2",
31
- "@canopycanopycanopy/b-ber-parser-figure": "2.0.2",
32
- "@canopycanopycanopy/b-ber-shapes-directives": "2.0.2",
28
+ "@canopycanopycanopy/b-ber-grammar-attributes": "2.0.7",
29
+ "@canopycanopycanopy/b-ber-lib": "2.0.7",
30
+ "@canopycanopycanopy/b-ber-logger": "2.0.7",
31
+ "@canopycanopycanopy/b-ber-parser-figure": "2.0.7",
32
+ "@canopycanopycanopy/b-ber-shapes-directives": "2.0.7",
33
33
  "fs-extra": "^8.1.0",
34
34
  "lodash": "^4.17.21",
35
35
  "lodash.isundefined": "^3.0.1",
@@ -52,5 +52,5 @@
52
52
  "url": "https://maxwellsimmer.com"
53
53
  }
54
54
  ],
55
- "gitHead": "9b13185f21f602f8a2bf3a4cf503b1fd644d6432"
55
+ "gitHead": "f44b7c22af08b450714aab70df172f8b369fd51f"
56
56
  }