@burger-editor/client 4.0.0-alpha.64 → 4.0.0-alpha.66

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 +9 -7
package/dist/client.js CHANGED
@@ -44970,7 +44970,7 @@ function parseConfig(config) {
44970
44970
  }
44971
44971
  }
44972
44972
 
44973
- const version = "4.0.0-alpha.63";
44973
+ const version = "4.0.0-alpha.66";
44974
44974
  function attachDraftSwitcher(engine) {
44975
44975
  if (engine.hasDraft()) {
44976
44976
  const container = document.createElement("div");
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "@burger-editor/client",
3
- "version": "4.0.0-alpha.64",
3
+ "version": "4.0.0-alpha.66",
4
4
  "description": "BurgerEditor client package",
5
5
  "author": "D-ZERO",
6
6
  "license": "(MIT OR Apache-2.0)",
7
7
  "repository": {
8
- "url": "https://github.com/d-zero-dev/BurgerEditor.git"
8
+ "type": "git",
9
+ "url": "https://github.com/d-zero-dev/BurgerEditor.git",
10
+ "directory": "packages/@burger-editor/client"
9
11
  },
10
12
  "publishConfig": {
11
13
  "access": "public"
@@ -30,10 +32,10 @@
30
32
  "dev": "vite build --watch"
31
33
  },
32
34
  "dependencies": {
33
- "@burger-editor/core": "4.0.0-alpha.64",
34
- "@burger-editor/custom-element": "4.0.0-alpha.64",
35
- "@burger-editor/migrator": "4.0.0-alpha.64",
36
- "@burger-editor/utils": "4.0.0-alpha.64",
35
+ "@burger-editor/core": "4.0.0-alpha.66",
36
+ "@burger-editor/custom-element": "4.0.0-alpha.66",
37
+ "@burger-editor/migrator": "4.0.0-alpha.66",
38
+ "@burger-editor/utils": "4.0.0-alpha.66",
37
39
  "@tabler/icons-svelte": "3.37.1",
38
40
  "svelte": "5.53.6"
39
41
  },
@@ -43,5 +45,5 @@
43
45
  "vite": "7.3.1",
44
46
  "vite-plugin-dts": "4.5.4"
45
47
  },
46
- "gitHead": "592b92577d2f1f9164e991bf2d16fdbd20f9e316"
48
+ "gitHead": "ddf88a3c32be50edf9ba5341c9ec2d621fbdd9b6"
47
49
  }