@burger-editor/client 4.0.0-alpha.18 → 4.0.0-alpha.19

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/client.js +1 -1
  2. package/package.json +6 -6
package/dist/client.js CHANGED
@@ -43401,7 +43401,7 @@ function parseConfig(config) {
43401
43401
  }
43402
43402
  }
43403
43403
 
43404
- const version = "4.0.0-alpha.17";
43404
+ const version = "4.0.0-alpha.18";
43405
43405
  function attachDraftSwitcher(engine) {
43406
43406
  if (engine.hasDraft()) {
43407
43407
  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.18",
3
+ "version": "4.0.0-alpha.19",
4
4
  "description": "BurgerEditor client package",
5
5
  "author": "D-ZERO",
6
6
  "license": "(MIT OR Apache-2.0)",
@@ -29,10 +29,10 @@
29
29
  "dev": "vite build --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@burger-editor/core": "4.0.0-alpha.18",
33
- "@burger-editor/custom-element": "4.0.0-alpha.18",
34
- "@burger-editor/migrator": "4.0.0-alpha.18",
35
- "@burger-editor/utils": "4.0.0-alpha.18",
32
+ "@burger-editor/core": "4.0.0-alpha.19",
33
+ "@burger-editor/custom-element": "4.0.0-alpha.19",
34
+ "@burger-editor/migrator": "4.0.0-alpha.19",
35
+ "@burger-editor/utils": "4.0.0-alpha.19",
36
36
  "@tabler/icons-svelte": "3.34.1",
37
37
  "jquery": "3.7.1",
38
38
  "svelte": "5.38.8"
@@ -43,5 +43,5 @@
43
43
  "vite": "7.1.5",
44
44
  "vite-plugin-dts": "4.5.4"
45
45
  },
46
- "gitHead": "18fc101a19243250f7c9381c93e6d65d1f7a9fe1"
46
+ "gitHead": "40bf90cf6b012a69fda57c81c5b4116d48d360d5"
47
47
  }