@elementor/query 0.2.3 → 3.32.0-20
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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/package.json +7 -4
- package/src/index.ts +1 -0
- package/.turbo/turbo-build.log +0 -22
- package/dist/index.js.map +0 -1
- package/dist/index.mjs.map +0 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { QueryClient } from '@tanstack/react-query';
|
|
2
|
-
export { QueryClient, QueryClientProvider, useInfiniteQuery, useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
export { QueryClient, QueryClientProvider, UseQueryResult, useInfiniteQuery, useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
|
|
3
3
|
|
|
4
4
|
declare function createQueryClient(): QueryClient;
|
|
5
5
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { QueryClient } from '@tanstack/react-query';
|
|
2
|
-
export { QueryClient, QueryClientProvider, useInfiniteQuery, useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
|
|
2
|
+
export { QueryClient, QueryClientProvider, UseQueryResult, useInfiniteQuery, useMutation, useQuery, useQueryClient } from '@tanstack/react-query';
|
|
3
3
|
|
|
4
4
|
declare function createQueryClient(): QueryClient;
|
|
5
5
|
|
package/dist/index.js
CHANGED
|
@@ -18,8 +18,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
|
|
20
20
|
// src/index.ts
|
|
21
|
-
var
|
|
22
|
-
__export(
|
|
21
|
+
var index_exports = {};
|
|
22
|
+
__export(index_exports, {
|
|
23
23
|
QueryClient: () => import_react_query2.QueryClient,
|
|
24
24
|
QueryClientProvider: () => import_react_query2.QueryClientProvider,
|
|
25
25
|
createQueryClient: () => createQueryClient,
|
|
@@ -28,7 +28,7 @@ __export(src_exports, {
|
|
|
28
28
|
useQuery: () => import_react_query2.useQuery,
|
|
29
29
|
useQueryClient: () => import_react_query2.useQueryClient
|
|
30
30
|
});
|
|
31
|
-
module.exports = __toCommonJS(
|
|
31
|
+
module.exports = __toCommonJS(index_exports);
|
|
32
32
|
var import_react_query = require("@tanstack/react-query");
|
|
33
33
|
var import_react_query2 = require("@tanstack/react-query");
|
|
34
34
|
function createQueryClient() {
|
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": "
|
|
4
|
+
"version": "3.32.0-20",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Elementor Team",
|
|
7
7
|
"homepage": "https://elementor.com/",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
},
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "git+https://github.com/elementor/elementor
|
|
22
|
+
"url": "git+https://github.com/elementor/elementor.git",
|
|
23
23
|
"directory": "packages/libs/query"
|
|
24
24
|
},
|
|
25
25
|
"bugs": {
|
|
26
|
-
"url": "https://github.com/elementor/elementor
|
|
26
|
+
"url": "https://github.com/elementor/elementor/issues"
|
|
27
27
|
},
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
@@ -36,6 +36,9 @@
|
|
|
36
36
|
"react": "^18.3.1"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@tanstack/react-query": "^5.
|
|
39
|
+
"@tanstack/react-query": "^5.62.3"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"tsup": "^8.3.5"
|
|
40
43
|
}
|
|
41
44
|
}
|
package/src/index.ts
CHANGED
package/.turbo/turbo-build.log
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @elementor/query@0.2.3 build
|
|
3
|
-
> tsup --config=../../tsup.build.ts
|
|
4
|
-
|
|
5
|
-
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
-
[34mCLI[39m Using tsconfig: ../../../tsconfig.json
|
|
7
|
-
[34mCLI[39m tsup v8.3.0
|
|
8
|
-
[34mCLI[39m Using tsup config: /home/runner/work/elementor-packages/elementor-packages/tsup.build.ts
|
|
9
|
-
[34mCLI[39m Target: esnext
|
|
10
|
-
[34mCLI[39m Cleaning output folder
|
|
11
|
-
[34mESM[39m Build start
|
|
12
|
-
[34mCJS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m603.00 B[39m
|
|
14
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m772.00 B[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in 74ms
|
|
16
|
-
[32mCJS[39m [1mdist/index.js [22m[32m1.84 KB[39m
|
|
17
|
-
[32mCJS[39m [1mdist/index.js.map [22m[32m785.00 B[39m
|
|
18
|
-
[32mCJS[39m ⚡️ Build success in 68ms
|
|
19
|
-
[34mDTS[39m Build start
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in 18973ms
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m267.00 B[39m
|
|
22
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m267.00 B[39m
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { QueryClient } from '@tanstack/react-query';\n\nexport {\n\tuseQuery,\n\tuseInfiniteQuery,\n\tuseMutation,\n\tuseQueryClient,\n\tQueryClient,\n\tQueryClientProvider,\n} from '@tanstack/react-query';\n\nexport function createQueryClient() {\n\treturn new QueryClient( {\n\t\tdefaultOptions: {\n\t\t\tqueries: {\n\t\t\t\trefetchOnWindowFocus: false,\n\t\t\t\trefetchOnReconnect: false,\n\t\t\t},\n\t\t},\n\t} );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAA4B;AAE5B,IAAAA,sBAOO;AAEA,SAAS,oBAAoB;AACnC,SAAO,IAAI,+BAAa;AAAA,IACvB,gBAAgB;AAAA,MACf,SAAS;AAAA,QACR,sBAAsB;AAAA,QACtB,oBAAoB;AAAA,MACrB;AAAA,IACD;AAAA,EACD,CAAE;AACH;","names":["import_react_query"]}
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["import { QueryClient } from '@tanstack/react-query';\n\nexport {\n\tuseQuery,\n\tuseInfiniteQuery,\n\tuseMutation,\n\tuseQueryClient,\n\tQueryClient,\n\tQueryClientProvider,\n} from '@tanstack/react-query';\n\nexport function createQueryClient() {\n\treturn new QueryClient( {\n\t\tdefaultOptions: {\n\t\t\tqueries: {\n\t\t\t\trefetchOnWindowFocus: false,\n\t\t\t\trefetchOnReconnect: false,\n\t\t\t},\n\t\t},\n\t} );\n}\n"],"mappings":";AAAA,SAAS,mBAAmB;AAE5B;AAAA,EACC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,eAAAA;AAAA,EACA;AAAA,OACM;AAEA,SAAS,oBAAoB;AACnC,SAAO,IAAI,YAAa;AAAA,IACvB,gBAAgB;AAAA,MACf,SAAS;AAAA,QACR,sBAAsB;AAAA,QACtB,oBAAoB;AAAA,MACrB;AAAA,IACD;AAAA,EACD,CAAE;AACH;","names":["QueryClient"]}
|