@zipify/wysiwyg 2.7.0 → 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.
- package/config/build/cli.config.js +1 -1
- package/dist/cli.js +3 -3
- package/dist/wysiwyg.mjs +1 -1
- package/package.json +6 -2
package/dist/wysiwyg.mjs
CHANGED
|
@@ -27874,7 +27874,7 @@ var render = function __render__45() {
|
|
|
27874
27874
|
})], 1);
|
|
27875
27875
|
};
|
|
27876
27876
|
var staticRenderFns = [];
|
|
27877
|
-
const
|
|
27877
|
+
const main_css_vue_type_style_index_0_from__2FUsers_2Fmaster_2Fprojects_2FZipifyWysiwyg_2Flib_2FWysiwyg_vue_src_lang = "";
|
|
27878
27878
|
const MIN_FONT_SIZE = 5;
|
|
27879
27879
|
const MAX_FONT_SIZE = 112;
|
|
27880
27880
|
const __vue2_script = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zipify/wysiwyg",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Zipify modification of TipTap text editor",
|
|
5
5
|
"main": "dist/wysiwyg.mjs",
|
|
6
6
|
"bin": {
|
|
@@ -92,5 +92,9 @@
|
|
|
92
92
|
"vite-plugin-vue2": "^2.0.2",
|
|
93
93
|
"vue": "^2.7.10",
|
|
94
94
|
"vue-template-compiler": "^2.7.10"
|
|
95
|
-
}
|
|
95
|
+
},
|
|
96
|
+
"engines": {
|
|
97
|
+
"node": ">=18.12.0"
|
|
98
|
+
},
|
|
99
|
+
"engineStrict": true
|
|
96
100
|
}
|