vue2-bbl-editor 1.4.0 → 1.4.1

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.
@@ -25646,5 +25646,4 @@ if (typeof window !== 'undefined' && window.Vue) {
25646
25646
 
25647
25647
  /***/ })
25648
25648
 
25649
- /******/ });
25650
- //# sourceMappingURL=vue2-bbl-editor.common.js.map
25649
+ /******/ });
@@ -25657,5 +25657,4 @@ if (typeof window !== 'undefined' && window.Vue) {
25657
25657
  /***/ })
25658
25658
 
25659
25659
  /******/ });
25660
- });
25661
- //# sourceMappingURL=vue2-bbl-editor.umd.js.map
25660
+ });
@@ -25657,5 +25657,4 @@ if (typeof window !== 'undefined' && window.Vue) {
25657
25657
  /***/ })
25658
25658
 
25659
25659
  /******/ });
25660
- });
25661
- //# sourceMappingURL=vue2-bbl-editor.umd.min.js.map
25660
+ });
package/package.json CHANGED
@@ -1,24 +1,20 @@
1
1
  {
2
2
  "name": "vue2-bbl-editor",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A production-ready, fully configurable rich text editor for Vue 2.6 built with Tiptap",
5
5
  "main": "dist/vue2-bbl-editor.common.js",
6
6
  "module": "dist/vue2-bbl-editor.esm.js",
7
7
  "unpkg": "dist/vue2-bbl-editor.umd.min.js",
8
8
  "types": "types/index.d.ts",
9
9
  "files": [
10
- "dist/*",
10
+ "dist/vue2-bbl-editor.common.js",
11
+ "dist/vue2-bbl-editor.umd.js",
12
+ "dist/vue2-bbl-editor.umd.min.js",
13
+ "dist/vue2-bbl-editor.css",
14
+ "dist/vue2-html-bbl-editor.css",
11
15
  "types/*",
12
16
  "README.md",
13
- "LICENSE",
14
- "CHANGELOG.md",
15
- "INSTALLATION.md",
16
- "QUICK_SETUP.md",
17
- "COMPONENT_USAGE_GUIDE.md",
18
- "EXTERNAL_INTEGRATION_GUIDE.md",
19
- "EXTERNAL_HTML_RENDERING.md",
20
- "CONTENT_WRAPPER_GUIDE.md",
21
- "PACKAGE_DOCUMENTATION.md"
17
+ "LICENSE"
22
18
  ],
23
19
  "keywords": [
24
20
  "vue",