@burger-editor/client 4.0.0-alpha.49 → 4.0.0-alpha.50
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/dist/client.js +1 -1
- package/package.json +6 -6
package/dist/client.js
CHANGED
|
@@ -44241,7 +44241,7 @@ function parseConfig(config) {
|
|
|
44241
44241
|
}
|
|
44242
44242
|
}
|
|
44243
44243
|
|
|
44244
|
-
const version = "4.0.0-alpha.
|
|
44244
|
+
const version = "4.0.0-alpha.49";
|
|
44245
44245
|
function attachDraftSwitcher(engine) {
|
|
44246
44246
|
if (engine.hasDraft()) {
|
|
44247
44247
|
const container = document.createElement("div");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@burger-editor/client",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
3
|
+
"version": "4.0.0-alpha.50",
|
|
4
4
|
"description": "BurgerEditor client package",
|
|
5
5
|
"author": "D-ZERO",
|
|
6
6
|
"license": "(MIT OR Apache-2.0)",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"dev": "vite build --watch"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@burger-editor/core": "4.0.0-alpha.
|
|
34
|
-
"@burger-editor/custom-element": "4.0.0-alpha.
|
|
35
|
-
"@burger-editor/migrator": "4.0.0-alpha.
|
|
36
|
-
"@burger-editor/utils": "4.0.0-alpha.
|
|
33
|
+
"@burger-editor/core": "4.0.0-alpha.50",
|
|
34
|
+
"@burger-editor/custom-element": "4.0.0-alpha.50",
|
|
35
|
+
"@burger-editor/migrator": "4.0.0-alpha.50",
|
|
36
|
+
"@burger-editor/utils": "4.0.0-alpha.50",
|
|
37
37
|
"@tabler/icons-svelte": "3.36.1",
|
|
38
38
|
"jquery": "3.7.1",
|
|
39
39
|
"svelte": "5.46.3"
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"vite": "7.3.1",
|
|
46
46
|
"vite-plugin-dts": "4.5.4"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "ffcf57b6dad3edd130b4d66a2d9378b164812937"
|
|
49
49
|
}
|