@canopycanopycanopy/b-ber-parser-dialogue 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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -128,5 +128,4 @@ const containerPlugin = (md, name, options = {}) => {
128
128
  md.renderer.rules[`container_${name}_open`] = render;
129
129
  md.renderer.rules[`container_${name}_close`] = render;
130
130
  };
131
- var _default = containerPlugin;
132
- exports.default = _default;
131
+ var _default = exports.default = containerPlugin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-parser-dialogue",
3
- "version": "2.0.2",
3
+ "version": "2.0.7",
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": "2.0.2",
29
- "@canopycanopycanopy/b-ber-logger": "2.0.2",
30
- "@canopycanopycanopy/b-ber-shapes-directives": "2.0.2",
31
- "@canopycanopycanopy/b-ber-templates": "2.0.2",
28
+ "@canopycanopycanopy/b-ber-lib": "2.0.7",
29
+ "@canopycanopycanopy/b-ber-logger": "2.0.7",
30
+ "@canopycanopycanopy/b-ber-shapes-directives": "2.0.7",
31
+ "@canopycanopycanopy/b-ber-templates": "2.0.7",
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": "9b13185f21f602f8a2bf3a4cf503b1fd644d6432"
52
+ "gitHead": "f44b7c22af08b450714aab70df172f8b369fd51f"
53
53
  }