@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.
Files changed (2) hide show
  1. package/README.md +13 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # πŸš€ Quantum Query v2.0 - Next-Generation React Query System
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 @modern-kit/quantum-query
31
+ npm install @jutech-devs/quantum-query
32
32
  # or
33
- yarn add @modern-kit/quantum-query
33
+ yarn add @jutech-devs/quantum-query
34
34
  # or
35
- pnpm add @modern-kit/quantum-query
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 '@modern-kit/quantum-query';
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 '@modern-kit/quantum-query';
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 '@modern-kit/quantum-query/platforms';
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 '@modern-kit/quantum-query/platforms';
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 '@modern-kit/quantum-query/platforms';
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/modern-kit/quantum-query.git
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**: support@quantum-query.dev
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://docs.quantum-query.dev)
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.dev/get-started)**
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.1",
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",