@elementor/editor-canvas 0.5.2 → 0.5.3
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/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @elementor/editor-canvas@0.5.
|
|
2
|
+
> @elementor/editor-canvas@0.5.3 build
|
|
3
3
|
> tsup --config=../../tsup.build.ts
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m15.56 KB[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m32.17 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 260ms
|
|
16
13
|
[32mCJS[39m [1mdist/index.js [22m[32m17.08 KB[39m
|
|
17
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m32.16 KB[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 193ms
|
|
16
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m15.56 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m32.17 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 198ms
|
|
19
19
|
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 19447ms
|
|
21
21
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m13.00 B[39m
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m13.00 B[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @elementor/editor-canvas
|
|
2
2
|
|
|
3
|
+
## 0.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [fbde10d]
|
|
8
|
+
- Updated dependencies [a2245c5]
|
|
9
|
+
- @elementor/editor-styles-repository@0.3.3
|
|
10
|
+
- @elementor/editor-elements@0.4.0
|
|
11
|
+
- @elementor/editor-props@0.6.0
|
|
12
|
+
|
|
3
13
|
## 0.5.2
|
|
4
14
|
|
|
5
15
|
### Patch 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.5.
|
|
4
|
+
"version": "0.5.3",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Elementor Team",
|
|
7
7
|
"homepage": "https://elementor.com/",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@elementor/editor": "0.17.2",
|
|
40
40
|
"@elementor/ui": "^1.22.0",
|
|
41
41
|
"@floating-ui/react": "^0.26.28",
|
|
42
|
-
"@elementor/editor-elements": "0.
|
|
42
|
+
"@elementor/editor-elements": "0.4.0",
|
|
43
43
|
"@elementor/editor-v1-adapters": "0.8.5",
|
|
44
|
-
"@elementor/editor-props": "0.
|
|
44
|
+
"@elementor/editor-props": "0.6.0",
|
|
45
45
|
"@elementor/schema": "0.1.2",
|
|
46
46
|
"@elementor/utils": "0.3.0",
|
|
47
|
-
"@elementor/editor-styles-repository": "0.3.
|
|
47
|
+
"@elementor/editor-styles-repository": "0.3.3",
|
|
48
48
|
"@elementor/editor-responsive": "0.12.4"
|
|
49
49
|
}
|
|
50
50
|
}
|