@elementor/editor-current-user 0.2.1 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @elementor/editor-current-user@0.2.1 build
2
+ > @elementor/editor-current-user@0.2.2 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.js 3.45 KB
14
- CJS dist/index.js.map 4.88 KB
15
- CJS ⚡️ Build success in 133ms
16
13
  ESM dist/index.mjs 2.34 KB
17
14
  ESM dist/index.mjs.map 4.85 KB
18
- ESM ⚡️ Build success in 140ms
15
+ ESM ⚡️ Build success in 74ms
16
+ CJS dist/index.js 3.45 KB
17
+ CJS dist/index.js.map 4.88 KB
18
+ CJS ⚡️ Build success in 78ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 12099ms
20
+ DTS ⚡️ Build success in 13114ms
21
21
  DTS dist/index.d.mts 126.00 B
22
22
  DTS dist/index.d.ts 126.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @elementor/editor-current-user
2
2
 
3
+ ## 0.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f6a4d4f]
8
+ - @elementor/http@0.1.4
9
+ - @elementor/editor@0.18.2
10
+
3
11
  ## 0.2.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/editor-current-user",
3
3
  "description": "Elementor Editor Current User",
4
- "version": "0.2.1",
4
+ "version": "0.2.2",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -36,8 +36,8 @@
36
36
  "react": "^18.3.1"
37
37
  },
38
38
  "dependencies": {
39
- "@elementor/http": "0.1.3",
40
- "@elementor/editor": "0.18.1",
39
+ "@elementor/http": "0.1.4",
40
+ "@elementor/editor": "0.18.2",
41
41
  "@elementor/query": "0.2.4"
42
42
  },
43
43
  "devDependencies": {