@elementor/query 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.
@@ -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,76 +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.1](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.2.0...@elementor/query@0.2.1) (2024-07-03)
6
+ ## [0.2.2](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.2.1...@elementor/query@0.2.2) (2024-08-05)
7
7
 
8
8
  **Note:** Version bump only for package @elementor/query
9
9
 
10
+ ## [0.2.1](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.2.0...@elementor/query@0.2.1) (2024-07-03)
10
11
 
11
-
12
-
12
+ **Note:** Version bump only for package @elementor/query
13
13
 
14
14
  # [0.2.0](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.6...@elementor/query@0.2.0) (2024-01-29)
15
15
 
16
-
17
16
  ### Features
18
17
 
19
- * **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))
20
-
21
-
22
-
23
-
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))
24
19
 
25
20
  ## [0.1.6](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.5...@elementor/query@0.1.6) (2023-11-07)
26
21
 
27
22
  **Note:** Version bump only for package @elementor/query
28
23
 
29
-
30
-
31
-
32
-
33
24
  ## [0.1.5](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.4...@elementor/query@0.1.5) (2023-11-02)
34
25
 
35
26
  **Note:** Version bump only for package @elementor/query
36
27
 
37
-
38
-
39
-
40
-
41
28
  ## [0.1.4](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.3...@elementor/query@0.1.4) (2023-10-19)
42
29
 
43
30
  **Note:** Version bump only for package @elementor/query
44
31
 
45
-
46
-
47
-
48
-
49
32
  ## [0.1.3](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.2...@elementor/query@0.1.3) (2023-10-19)
50
33
 
51
34
  **Note:** Version bump only for package @elementor/query
52
35
 
53
-
54
-
55
-
56
-
57
36
  ## [0.1.2](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.1...@elementor/query@0.1.2) (2023-09-26)
58
37
 
59
38
  **Note:** Version bump only for package @elementor/query
60
39
 
61
-
62
-
63
-
64
-
65
40
  ## [0.1.1](https://github.com/elementor/elementor-packages/compare/@elementor/query@0.1.0...@elementor/query@0.1.1) (2023-06-29)
66
41
 
67
42
  **Note:** Version bump only for package @elementor/query
68
43
 
69
-
70
-
71
-
72
-
73
44
  # 0.1.0 (2023-06-28)
74
45
 
75
-
76
46
  ### Features
77
47
 
78
- * **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.1",
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.3.1"
37
- },
38
- "dependencies": {
39
- "@tanstack/react-query": "^5.7.2"
40
- },
41
- "gitHead": "8fee803f32268363169a260a99c2eb7c2d548b39"
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
  }