@burger-editor/client 4.0.0-alpha.1 → 4.0.0-alpha.2

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 +5 -5
package/dist/client.js CHANGED
@@ -16209,7 +16209,7 @@ function parseConfig(config) {
16209
16209
  }
16210
16210
  }
16211
16211
 
16212
- const version = "4.0.0-alpha.0";
16212
+ const version = "4.0.0-alpha.1";
16213
16213
  function attachDraftSwitcher(engine) {
16214
16214
  if (engine.hasDraft()) {
16215
16215
  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.1",
3
+ "version": "4.0.0-alpha.2",
4
4
  "description": "BurgerEditor client package",
5
5
  "author": "D-ZERO",
6
6
  "license": "MIT",
@@ -30,9 +30,9 @@
30
30
  "dev": "vite build --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@burger-editor/core": "4.0.0-alpha.1",
34
- "@burger-editor/migrator": "4.0.0-alpha.1",
35
- "@burger-editor/utils": "4.0.0-alpha.1",
33
+ "@burger-editor/core": "4.0.0-alpha.2",
34
+ "@burger-editor/migrator": "4.0.0-alpha.2",
35
+ "@burger-editor/utils": "4.0.0-alpha.2",
36
36
  "@tabler/icons-svelte": "3.31.0",
37
37
  "jquery": "3.7.1",
38
38
  "svelte": "5.25.6"
@@ -44,5 +44,5 @@
44
44
  "vite": "6.2.4",
45
45
  "vite-plugin-dts": "4.5.3"
46
46
  },
47
- "gitHead": "1d6fef96516914352bff60f3319fc9884d882f77"
47
+ "gitHead": "1cea9c5b36023cad1acfc2b3ef8b18c0d5bf79c2"
48
48
  }