@canopycanopycanopy/b-ber-grammar-audio-video 3.0.8-vimeo.0 → 3.0.9

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -4
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -86,7 +86,6 @@ function prepare({
86
86
  if (mediaType === 'audio') {
87
87
  delete attrsObject.poster; // invalid attr for audio elements
88
88
  }
89
-
90
89
  if (mediaType === 'video') {
91
90
  // TODO: needs to be done async
92
91
  //
@@ -167,7 +166,7 @@ const render = ({
167
166
  throw new Error(`Something went wrong parsing [${args.source}] in [${context.fileName}]`);
168
167
  }
169
168
  };
170
- var _default = {
169
+ var _default = exports.default = {
171
170
  plugin: _bBerParserFigure.default,
172
171
  name: 'audio-video',
173
172
  renderer: ({
@@ -182,5 +181,4 @@ var _default = {
182
181
  context
183
182
  })
184
183
  })
185
- };
186
- exports.default = _default;
184
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-grammar-audio-video",
3
- "version": "3.0.8-vimeo.0+dd5e98f0",
3
+ "version": "3.0.9",
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": "3.0.8-vimeo.0+dd5e98f0",
29
- "@canopycanopycanopy/b-ber-lib": "3.0.8-vimeo.0+dd5e98f0",
30
- "@canopycanopycanopy/b-ber-logger": "3.0.8-vimeo.0+dd5e98f0",
31
- "@canopycanopycanopy/b-ber-parser-figure": "3.0.8-vimeo.0+dd5e98f0",
32
- "@canopycanopycanopy/b-ber-shapes-directives": "3.0.8-vimeo.0+dd5e98f0",
28
+ "@canopycanopycanopy/b-ber-grammar-attributes": "3.0.9",
29
+ "@canopycanopycanopy/b-ber-lib": "3.0.9",
30
+ "@canopycanopycanopy/b-ber-logger": "3.0.9",
31
+ "@canopycanopycanopy/b-ber-parser-figure": "3.0.9",
32
+ "@canopycanopycanopy/b-ber-shapes-directives": "3.0.9",
33
33
  "fs-extra": "^8.1.0",
34
34
  "lodash": "^4.17.21",
35
35
  "lodash.has": "latest",
@@ -53,5 +53,5 @@
53
53
  "url": "https://maxwellsimmer.com"
54
54
  }
55
55
  ],
56
- "gitHead": "dd5e98f05114403e8cea7502fb6b5bcac61d7ca3"
56
+ "gitHead": "c5dc2ab27068cd5ecb1e7a205d4f97077e4b6c41"
57
57
  }