@elementor/query 0.2.3 → 0.2.4

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,10 +1,10 @@
1
1
 
2
- > @elementor/query@0.2.3 build
2
+ > @elementor/query@0.2.4 build
3
3
  > tsup --config=../../tsup.build.ts
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: ../../../tsconfig.json
7
- CLI tsup v8.3.0
7
+ CLI tsup v8.3.5
8
8
  CLI Using tsup config: /home/runner/work/elementor-packages/elementor-packages/tsup.build.ts
9
9
  CLI Target: esnext
10
10
  CLI Cleaning output folder
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 603.00 B
14
14
  ESM dist/index.mjs.map 772.00 B
15
- ESM ⚡️ Build success in 74ms
15
+ ESM ⚡️ Build success in 55ms
16
16
  CJS dist/index.js 1.84 KB
17
17
  CJS dist/index.js.map 785.00 B
18
- CJS ⚡️ Build success in 68ms
18
+ CJS ⚡️ Build success in 55ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 18973ms
20
+ DTS ⚡️ Build success in 18940ms
21
21
  DTS dist/index.d.mts 267.00 B
22
22
  DTS dist/index.d.ts 267.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 1926fe1: Update dependencies
8
+
3
9
  ## 0.2.3
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elementor/query",
3
3
  "description": "Wrapper around `@tanstack/react-query`",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "private": false,
6
6
  "author": "Elementor Team",
7
7
  "homepage": "https://elementor.com/",
@@ -36,6 +36,6 @@
36
36
  "react": "^18.3.1"
37
37
  },
38
38
  "dependencies": {
39
- "@tanstack/react-query": "^5.7.2"
39
+ "@tanstack/react-query": "^5.62.3"
40
40
  }
41
41
  }