@canopycanopycanopy/b-ber-parser-figure 3.0.8-spreads.8 → 3.0.8

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 +1 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -143,5 +143,4 @@ const figurePlugin = (md, name, options = {}) => {
143
143
  md.renderer.rules[`container_${name}_open`] = render;
144
144
  md.renderer.rules[`container_${name}_close`] = render; // not used, but keeping things consistent
145
145
  };
146
- var _default = figurePlugin;
147
- exports.default = _default;
146
+ var _default = exports.default = figurePlugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-parser-figure",
3
- "version": "3.0.8-spreads.8+529d128a",
3
+ "version": "3.0.8",
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-lib": "3.0.8-spreads.8+529d128a",
29
- "@canopycanopycanopy/b-ber-logger": "3.0.8-spreads.8+529d128a",
30
- "@canopycanopycanopy/b-ber-shapes-directives": "3.0.8-spreads.8+529d128a",
31
- "@canopycanopycanopy/b-ber-templates": "3.0.8-spreads.8+529d128a",
28
+ "@canopycanopycanopy/b-ber-lib": "3.0.8",
29
+ "@canopycanopycanopy/b-ber-logger": "3.0.8",
30
+ "@canopycanopycanopy/b-ber-shapes-directives": "3.0.8",
31
+ "@canopycanopycanopy/b-ber-templates": "3.0.8",
32
32
  "lodash": "^4.17.21",
33
33
  "lodash.isundefined": "^3.0.1",
34
34
  "tar": "^6.1.11"
@@ -50,5 +50,5 @@
50
50
  "url": "https://maxwellsimmer.com"
51
51
  }
52
52
  ],
53
- "gitHead": "529d128a27bccb8e2c81f8f10f2ef8c98b54df23"
53
+ "gitHead": "d28d593f75b4f67e5fc6f1a2925d2d8322361f96"
54
54
  }