@teamkeel/client-react-query 0.365.3 → 0.365.6
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/package.json +6 -2
- package/pnpm-lock.yaml +0 -102
- package/tsconfig.json +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamkeel/client-react-query",
|
|
3
|
-
"version": "0.365.
|
|
3
|
+
"version": "0.365.6",
|
|
4
4
|
"description": "Typed React-Query Hooks for Keel clients",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,5 +22,9 @@
|
|
|
22
22
|
"@types/react-dom": "18.2.0",
|
|
23
23
|
"react": "18.2.0",
|
|
24
24
|
"typescript": "5.1.6"
|
|
25
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"files": [
|
|
27
|
+
"dist",
|
|
28
|
+
"src"
|
|
29
|
+
]
|
|
26
30
|
}
|
package/pnpm-lock.yaml
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
lockfileVersion: '6.0'
|
|
2
|
-
|
|
3
|
-
settings:
|
|
4
|
-
autoInstallPeers: true
|
|
5
|
-
excludeLinksFromLockfile: false
|
|
6
|
-
|
|
7
|
-
dependencies:
|
|
8
|
-
'@tanstack/react-query':
|
|
9
|
-
specifier: ^4.0.0
|
|
10
|
-
version: 4.29.25(react@18.2.0)
|
|
11
|
-
|
|
12
|
-
devDependencies:
|
|
13
|
-
'@types/react':
|
|
14
|
-
specifier: 18.2.0
|
|
15
|
-
version: 18.2.0
|
|
16
|
-
'@types/react-dom':
|
|
17
|
-
specifier: 18.2.0
|
|
18
|
-
version: 18.2.0
|
|
19
|
-
react:
|
|
20
|
-
specifier: 18.2.0
|
|
21
|
-
version: 18.2.0
|
|
22
|
-
typescript:
|
|
23
|
-
specifier: 5.1.6
|
|
24
|
-
version: 5.1.6
|
|
25
|
-
|
|
26
|
-
packages:
|
|
27
|
-
|
|
28
|
-
/@tanstack/query-core@4.29.25:
|
|
29
|
-
resolution: {integrity: sha512-DI4y4VC6Uw4wlTpOocEXDky69xeOScME1ezLKsj+hOk7DguC9fkqXtp6Hn39BVb9y0b5IBrY67q6kIX623Zj4Q==}
|
|
30
|
-
dev: false
|
|
31
|
-
|
|
32
|
-
/@tanstack/react-query@4.29.25(react@18.2.0):
|
|
33
|
-
resolution: {integrity: sha512-c1+Ezu+XboYrdAMdusK2fTdRqXPMgPAnyoTrzHOZQqr8Hqz6PNvV9DSKl8agUo6nXX4np7fdWabIprt+838dLg==}
|
|
34
|
-
peerDependencies:
|
|
35
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
36
|
-
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
37
|
-
react-native: '*'
|
|
38
|
-
peerDependenciesMeta:
|
|
39
|
-
react-dom:
|
|
40
|
-
optional: true
|
|
41
|
-
react-native:
|
|
42
|
-
optional: true
|
|
43
|
-
dependencies:
|
|
44
|
-
'@tanstack/query-core': 4.29.25
|
|
45
|
-
react: 18.2.0
|
|
46
|
-
use-sync-external-store: 1.2.0(react@18.2.0)
|
|
47
|
-
dev: false
|
|
48
|
-
|
|
49
|
-
/@types/prop-types@15.7.5:
|
|
50
|
-
resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==}
|
|
51
|
-
dev: true
|
|
52
|
-
|
|
53
|
-
/@types/react-dom@18.2.0:
|
|
54
|
-
resolution: {integrity: sha512-8yQrvS6sMpSwIovhPOwfyNf2Wz6v/B62LFSVYQ85+Rq3tLsBIG7rP5geMxaijTUxSkrO6RzN/IRuIAADYQsleA==}
|
|
55
|
-
dependencies:
|
|
56
|
-
'@types/react': 18.2.0
|
|
57
|
-
dev: true
|
|
58
|
-
|
|
59
|
-
/@types/react@18.2.0:
|
|
60
|
-
resolution: {integrity: sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA==}
|
|
61
|
-
dependencies:
|
|
62
|
-
'@types/prop-types': 15.7.5
|
|
63
|
-
'@types/scheduler': 0.16.3
|
|
64
|
-
csstype: 3.1.2
|
|
65
|
-
dev: true
|
|
66
|
-
|
|
67
|
-
/@types/scheduler@0.16.3:
|
|
68
|
-
resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==}
|
|
69
|
-
dev: true
|
|
70
|
-
|
|
71
|
-
/csstype@3.1.2:
|
|
72
|
-
resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==}
|
|
73
|
-
dev: true
|
|
74
|
-
|
|
75
|
-
/js-tokens@4.0.0:
|
|
76
|
-
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
|
|
77
|
-
|
|
78
|
-
/loose-envify@1.4.0:
|
|
79
|
-
resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==}
|
|
80
|
-
hasBin: true
|
|
81
|
-
dependencies:
|
|
82
|
-
js-tokens: 4.0.0
|
|
83
|
-
|
|
84
|
-
/react@18.2.0:
|
|
85
|
-
resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
|
|
86
|
-
engines: {node: '>=0.10.0'}
|
|
87
|
-
dependencies:
|
|
88
|
-
loose-envify: 1.4.0
|
|
89
|
-
|
|
90
|
-
/typescript@5.1.6:
|
|
91
|
-
resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==}
|
|
92
|
-
engines: {node: '>=14.17'}
|
|
93
|
-
hasBin: true
|
|
94
|
-
dev: true
|
|
95
|
-
|
|
96
|
-
/use-sync-external-store@1.2.0(react@18.2.0):
|
|
97
|
-
resolution: {integrity: sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA==}
|
|
98
|
-
peerDependencies:
|
|
99
|
-
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
|
100
|
-
dependencies:
|
|
101
|
-
react: 18.2.0
|
|
102
|
-
dev: false
|
package/tsconfig.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"target": "ESNext",
|
|
4
|
-
"module": "commonjs",
|
|
5
|
-
"declaration": true,
|
|
6
|
-
"outDir": "./dist",
|
|
7
|
-
"strict": true,
|
|
8
|
-
"jsx": "react",
|
|
9
|
-
"lib": ["ESNext", "dom"],
|
|
10
|
-
"esModuleInterop": true,
|
|
11
|
-
"sourceMap": true
|
|
12
|
-
},
|
|
13
|
-
"include": ["src"],
|
|
14
|
-
"exclude": ["node_modules", "**/__tests__/*"]
|
|
15
|
-
}
|