@jutech-devs/quantum-query 1.0.1 β 1.0.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.
- package/README.md +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# π Quantum Query
|
|
1
|
+
# π Quantum Query v1.0.2 - Next-Generation React Query System
|
|
2
2
|
|
|
3
3
|
**The world's most advanced React Query system featuring AI optimization, quantum computing integration, real-time collaboration, enterprise governance, global infrastructure, ML-powered caching, and comprehensive developer tools.**
|
|
4
4
|
|
|
@@ -28,11 +28,11 @@ Quantum Query isn't just another data fetching libraryβit's a **complete ecosy
|
|
|
28
28
|
## π¦ Installation
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
npm install @
|
|
31
|
+
npm install @jutech-devs/quantum-query
|
|
32
32
|
# or
|
|
33
|
-
yarn add @
|
|
33
|
+
yarn add @jutech-devs/quantum-query
|
|
34
34
|
# or
|
|
35
|
-
pnpm add @
|
|
35
|
+
pnpm add @jutech-devs/quantum-query
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
## π Quick Start
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
createQuantumQueryClient,
|
|
46
46
|
QuantumQueryProvider,
|
|
47
47
|
useQuery
|
|
48
|
-
} from '@
|
|
48
|
+
} from '@jutech-devs/quantum-query';
|
|
49
49
|
|
|
50
50
|
// Create the quantum client with intelligent defaults
|
|
51
51
|
const queryClient = createQuantumQueryClient({
|
|
@@ -460,7 +460,7 @@ inspector.onQueryComplete((queryKey, result) => {
|
|
|
460
460
|
Built-in testing framework with load testing, scenario testing, and mocking capabilities.
|
|
461
461
|
|
|
462
462
|
```tsx
|
|
463
|
-
import { TestingUtilities, ScenarioBuilder } from '@
|
|
463
|
+
import { TestingUtilities, ScenarioBuilder } from '@jutech-devs/quantum-query';
|
|
464
464
|
|
|
465
465
|
const testUtils = new TestingUtilities(queryClient);
|
|
466
466
|
|
|
@@ -526,7 +526,7 @@ const chaosTest = await testUtils.runChaosTest({
|
|
|
526
526
|
### React Native Integration
|
|
527
527
|
|
|
528
528
|
```tsx
|
|
529
|
-
import { ReactNativeAdapter } from '@
|
|
529
|
+
import { ReactNativeAdapter } from '@jutech-devs/quantum-query/platforms';
|
|
530
530
|
|
|
531
531
|
const queryClient = createQuantumQueryClient({
|
|
532
532
|
platform: new ReactNativeAdapter({
|
|
@@ -555,7 +555,7 @@ const { data } = useQuery({
|
|
|
555
555
|
### Electron Integration
|
|
556
556
|
|
|
557
557
|
```tsx
|
|
558
|
-
import { ElectronAdapter } from '@
|
|
558
|
+
import { ElectronAdapter } from '@jutech-devs/quantum-query/platforms';
|
|
559
559
|
|
|
560
560
|
const queryClient = createQuantumQueryClient({
|
|
561
561
|
platform: new ElectronAdapter({
|
|
@@ -582,7 +582,7 @@ const { data } = useQuery({
|
|
|
582
582
|
### Node.js Server-Side Integration
|
|
583
583
|
|
|
584
584
|
```tsx
|
|
585
|
-
import { NodeJSAdapter } from '@
|
|
585
|
+
import { NodeJSAdapter } from '@jutech-devs/quantum-query/platforms';
|
|
586
586
|
|
|
587
587
|
const queryClient = createQuantumQueryClient({
|
|
588
588
|
platform: new NodeJSAdapter({
|
|
@@ -990,7 +990,7 @@ We welcome contributions from the community! Here's how you can help:
|
|
|
990
990
|
|
|
991
991
|
```bash
|
|
992
992
|
# Clone the repository
|
|
993
|
-
git clone https://github.com/
|
|
993
|
+
git clone https://github.com/jutech-devs/quantum-query.git
|
|
994
994
|
cd quantum-query
|
|
995
995
|
|
|
996
996
|
# Install dependencies
|
|
@@ -1036,10 +1036,10 @@ MIT License - see the [LICENSE](LICENSE) file for details.
|
|
|
1036
1036
|
## π Support & Community
|
|
1037
1037
|
|
|
1038
1038
|
### Get Help
|
|
1039
|
-
- π§ **Email**:
|
|
1039
|
+
- π§ **Email**: jutechdevs@gmail.com
|
|
1040
1040
|
- π¬ **Discord**: [Join our community](https://discord.gg/quantum-query)
|
|
1041
1041
|
- π **Issues**: [GitHub Issues](https://github.com/modern-kit/quantum-query/issues)
|
|
1042
|
-
- π **Documentation**: [docs.quantum-query.dev](https://
|
|
1042
|
+
- π **Documentation**: [docs.quantum-query.dev](https://www.jutechhub.com/documentation/quantum-query)
|
|
1043
1043
|
|
|
1044
1044
|
### Stay Updated
|
|
1045
1045
|
- π¦ **Twitter**: [@QuantumQueryJS](https://twitter.com/QuantumQueryJS)
|
|
@@ -1058,4 +1058,4 @@ MIT License - see the [LICENSE](LICENSE) file for details.
|
|
|
1058
1058
|
|
|
1059
1059
|
*Quantum Query - Where the future of data fetching begins.*
|
|
1060
1060
|
|
|
1061
|
-
**Ready to revolutionize your React applications? [Get started today!](https://quantum-query
|
|
1061
|
+
**Ready to revolutionize your React applications? [Get started today!](https://www.jutechhub.com/documentation/quantum-query)**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jutech-devs/quantum-query",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Production-ready React Query system with AI optimization, quantum computing, real-time collaboration, enterprise governance, global infrastructure, ML-powered caching, advanced analytics, and comprehensive developer tools - Complete React Query compatibility with cutting-edge features",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|