@elementor/query 0.2.0 → 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.
@@ -0,0 +1,22 @@
1
+
2
+ > @elementor/query@0.2.1 build
3
+ > tsup --config=../../tsup.build.ts
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: ../../../tsconfig.json
7
+ CLI tsup v7.2.0
8
+ CLI Using tsup config: /home/runner/work/elementor-packages/elementor-packages/tsup.build.ts
9
+ CLI Target: esnext
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ ESM dist/index.mjs 603.00 B
14
+ ESM dist/index.mjs.map 772.00 B
15
+ ESM ⚡️ Build success in 101ms
16
+ CJS dist/index.js 1.84 KB
17
+ CJS dist/index.js.map 785.00 B
18
+ CJS ⚡️ Build success in 82ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 21687ms
21
+ DTS dist/index.d.mts 267.00 B
22
+ DTS dist/index.d.ts 267.00 B
package/CHANGELOG.md CHANGED
@@ -3,68 +3,46 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [0.2.0](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.6...@elementor/query@0.2.0) (2024-01-29)
7
-
6
+ ## [0.2.2](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.2.1...@elementor/query@0.2.2) (2024-08-05)
8
7
 
9
- ### Features
8
+ **Note:** Version bump only for package @elementor/query
10
9
 
11
- * **editor-site-navigation:** pagination for pages panel ([#154](https://github.com/elementor/elementor-packages/issues/154)) ([1a1e1f4](https://github.com/elementor/elementor-packages/commit/1a1e1f46006988d10e0a7af292dbbc57644ed16f))
10
+ ## [0.2.1](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.2.0...@elementor/query@0.2.1) (2024-07-03)
12
11
 
12
+ **Note:** Version bump only for package @elementor/query
13
13
 
14
+ # [0.2.0](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.6...@elementor/query@0.2.0) (2024-01-29)
14
15
 
16
+ ### Features
15
17
 
18
+ - **editor-site-navigation:** pagination for pages panel ([#154](https://github.com/elementor/elementor-packages/issues/154)) ([1a1e1f4](https://github.com/elementor/elementor-packages/commit/1a1e1f46006988d10e0a7af292dbbc57644ed16f))
16
19
 
17
20
  ## [0.1.6](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.5...@elementor/query@0.1.6) (2023-11-07)
18
21
 
19
22
  **Note:** Version bump only for package @elementor/query
20
23
 
21
-
22
-
23
-
24
-
25
24
  ## [0.1.5](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.4...@elementor/query@0.1.5) (2023-11-02)
26
25
 
27
26
  **Note:** Version bump only for package @elementor/query
28
27
 
29
-
30
-
31
-
32
-
33
28
  ## [0.1.4](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.3...@elementor/query@0.1.4) (2023-10-19)
34
29
 
35
30
  **Note:** Version bump only for package @elementor/query
36
31
 
37
-
38
-
39
-
40
-
41
32
  ## [0.1.3](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.2...@elementor/query@0.1.3) (2023-10-19)
42
33
 
43
34
  **Note:** Version bump only for package @elementor/query
44
35
 
45
-
46
-
47
-
48
-
49
36
  ## [0.1.2](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.1...@elementor/query@0.1.2) (2023-09-26)
50
37
 
51
38
  **Note:** Version bump only for package @elementor/query
52
39
 
53
-
54
-
55
-
56
-
57
40
  ## [0.1.1](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.0...@elementor/query@0.1.1) (2023-06-29)
58
41
 
59
42
  **Note:** Version bump only for package @elementor/query
60
43
 
61
-
62
-
63
-
64
-
65
44
  # 0.1.0 (2023-06-28)
66
45
 
67
-
68
46
  ### Features
69
47
 
70
- * **query:** add support for React Query [ED-11193] ([#62](https://github.com/elementor/elementor-packages/issues/62)) ([d50db2f](https://github.com/elementor/elementor-packages/commit/d50db2f4b310e644ddc154620bef1a850764d9a2))
48
+ - **query:** add support for React Query [ED-11193] ([#62](https://github.com/elementor/elementor-packages/issues/62)) ([d50db2f](https://github.com/elementor/elementor-packages/commit/d50db2f4b310e644ddc154620bef1a850764d9a2))
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
- "name": "@elementor/query",
3
- "description": "Wrapper around `@tanstack/react-query`",
4
- "version": "0.2.0",
5
- "private": false,
6
- "author": "Elementor Team",
7
- "homepage": "https://elementor.com/",
8
- "license": "GPL-3.0-or-later",
9
- "main": "dist/index.js",
10
- "module": "dist/index.mjs",
11
- "types": "dist/index.d.ts",
12
- "exports": {
13
- ".": {
14
- "import": "./dist/index.mjs",
15
- "require": "./dist/index.js",
16
- "types": "./dist/index.d.ts"
17
- },
18
- "./package.json": "./package.json"
19
- },
20
- "repository": {
21
- "type": "git",
22
- "url": "https://github.com/elementor/elementor-packages.git",
23
- "directory": "packages/libs/query"
24
- },
25
- "bugs": {
26
- "url": "https://github.com/elementor/elementor-packages/issues"
27
- },
28
- "publishConfig": {
29
- "access": "public"
30
- },
31
- "scripts": {
32
- "build": "tsup --config=../../tsup.build.ts",
33
- "dev": "tsup --config=../../tsup.dev.ts"
34
- },
35
- "peerDependencies": {
36
- "react": "18.x"
37
- },
38
- "dependencies": {
39
- "@tanstack/react-query": "^5.7.2"
40
- },
41
- "gitHead": "780188b3bf19f2d02edabce30374f89b1fecbc07"
2
+ "name": "@elementor/query",
3
+ "description": "Wrapper around `@tanstack/react-query`",
4
+ "version": "0.2.2",
5
+ "private": false,
6
+ "author": "Elementor Team",
7
+ "homepage": "https://elementor.com/",
8
+ "license": "GPL-3.0-or-later",
9
+ "main": "dist/index.js",
10
+ "module": "dist/index.mjs",
11
+ "types": "dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "import": "./dist/index.mjs",
15
+ "require": "./dist/index.js",
16
+ "types": "./dist/index.d.ts"
17
+ },
18
+ "./package.json": "./package.json"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/elementor/elementor-packages.git",
23
+ "directory": "packages/libs/query"
24
+ },
25
+ "bugs": {
26
+ "url": "https://github.com/elementor/elementor-packages/issues"
27
+ },
28
+ "publishConfig": {
29
+ "access": "public"
30
+ },
31
+ "scripts": {
32
+ "build": "tsup --config=../../tsup.build.ts",
33
+ "dev": "tsup --config=../../tsup.dev.ts"
34
+ },
35
+ "peerDependencies": {
36
+ "react": "^18.3.1"
37
+ },
38
+ "dependencies": {
39
+ "@tanstack/react-query": "^5.7.2"
40
+ },
41
+ "gitHead": "f4ca33da0842a29d83736d0a173633085edddaee"
42
42
  }