@canopycanopycanopy/b-ber-parser-dialogue 1.2.16 → 3.0.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +8 -7
package/dist/index.js CHANGED
@@ -58,8 +58,8 @@ const containerPlugin = (md, name, options = {}) => {
58
58
  if (!validateOpen(params, lineNumber)
59
59
  /* && !validateClose(params, lineNumber)*/
60
60
  ) {
61
- return false;
62
- }
61
+ return false;
62
+ }
63
63
 
64
64
  if (silent) return true; // for testing validation
65
65
 
@@ -136,7 +136,7 @@ const containerPlugin = (md, name, options = {}) => {
136
136
  }
137
137
 
138
138
  md.block.ruler.before('fence', `container_${name}`, container, {
139
- alt: ['paragraph', 'reference', 'blockquote', 'list']
139
+ alt: ['paragraph', 'reference', 'blockquote']
140
140
  });
141
141
  md.renderer.rules[`container_${name}_open`] = render;
142
142
  md.renderer.rules[`container_${name}_close`] = render;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-parser-dialogue",
3
- "version": "1.2.16",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -20,14 +20,15 @@
20
20
  "@babel/cli": "^7.10.5",
21
21
  "@babel/core": "^7.10.5",
22
22
  "@babel/preset-env": "^7.10.4",
23
+ "browserslist": "^4.17.4",
23
24
  "jest": "^26.6.3",
24
- "rimraf": "^2.6.3"
25
+ "rimraf": "^2.7.1"
25
26
  },
26
27
  "dependencies": {
27
- "@canopycanopycanopy/b-ber-lib": "1.2.16",
28
- "@canopycanopycanopy/b-ber-logger": "1.2.16",
29
- "@canopycanopycanopy/b-ber-shapes-directives": "1.2.16",
30
- "@canopycanopycanopy/b-ber-templates": "1.2.16",
28
+ "@canopycanopycanopy/b-ber-lib": "3.0.0",
29
+ "@canopycanopycanopy/b-ber-logger": "3.0.0",
30
+ "@canopycanopycanopy/b-ber-shapes-directives": "3.0.0",
31
+ "@canopycanopycanopy/b-ber-templates": "3.0.0",
31
32
  "lodash": "^4.17.21",
32
33
  "tar": "^6.1.11"
33
34
  },
@@ -48,5 +49,5 @@
48
49
  "url": "https://maxwellsimmer.com"
49
50
  }
50
51
  ],
51
- "gitHead": "b4d9c563beb349a32c19e0f65447f7c7dbc8ea52"
52
+ "gitHead": "676dbec7fbdcc46eb8168f1d437d294ed549e2e8"
52
53
  }