@elementor/editor-canvas 0.13.0 → 0.13.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @elementor/editor-canvas@0.13.0 build
2
+ > @elementor/editor-canvas@0.13.1 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 29.82 KB
14
14
  ESM dist/index.mjs.map 62.58 KB
15
- ESM ⚡️ Build success in 351ms
15
+ ESM ⚡️ Build success in 181ms
16
16
  CJS dist/index.js 32.49 KB
17
17
  CJS dist/index.js.map 62.41 KB
18
- CJS ⚡️ Build success in 359ms
18
+ CJS ⚡️ Build success in 184ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 21312ms
20
+ DTS ⚡️ Build success in 20884ms
21
21
  DTS dist/index.d.mts 751.00 B
22
22
  DTS dist/index.d.ts 751.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @elementor/editor-canvas
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [14610ee]
8
+ - @elementor/editor-elements@0.6.4
9
+ - @elementor/editor-styles-repository@0.7.7
10
+
3
11
  ## 0.13.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-canvas",
3
3
  "description": "Elementor Editor Canvas",
4
- "version": "0.13.0",
4
+ "version": "0.13.1",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -37,11 +37,11 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@elementor/editor": "0.18.3",
40
- "@elementor/editor-elements": "0.6.3",
40
+ "@elementor/editor-elements": "0.6.4",
41
41
  "@elementor/editor-props": "0.11.0",
42
42
  "@elementor/editor-responsive": "0.13.3",
43
43
  "@elementor/editor-styles": "0.6.3",
44
- "@elementor/editor-styles-repository": "0.7.6",
44
+ "@elementor/editor-styles-repository": "0.7.7",
45
45
  "@elementor/editor-v1-adapters": "0.11.0",
46
46
  "@elementor/ui": "1.26.0",
47
47
  "@elementor/utils": "0.4.0",