qortex-react 0.3.0-beta.7 → 0.3.1

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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
  - ⚡ **Real-time updates** - Push changes from anywhere, see them in React instantly
19
19
 
20
20
  ```bash
21
- pnpm add qortex-react qortex-core
21
+ npm install qortex-react
22
22
  ```
23
23
 
24
24
  ## 📚 Documentation
@@ -29,7 +29,7 @@ pnpm add qortex-react qortex-core
29
29
 
30
30
  ## 📄 License
31
31
 
32
- MIT License - feel free to use this in your projects! 🎉
32
+ LGPL-3.0 License - see [LICENSE](../../LICENSE) file for details.
33
33
 
34
34
  ## 🎯 Support
35
35
 
@@ -46,4 +46,4 @@ Need help? Have questions? Want to chat about data fetching strategies?
46
46
  <div align="center">
47
47
  <p>Made with ❤️ by <a href="https://darshannaik.com">Darshan</a></p>
48
48
  <p>⭐ Star this repo if you found it helpful!</p>
49
- </div>
49
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qortex-react",
3
- "version": "0.3.0-beta.7",
3
+ "version": "0.3.1",
4
4
  "description": "React hook bridge for qortex runtime",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
@@ -50,7 +50,7 @@
50
50
  "author": "Darshan Naik",
51
51
  "license": "LGPL-3.0",
52
52
  "dependencies": {
53
- "qortex-core": "0.3.0-beta.7"
53
+ "qortex-core": "0.3.1"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": ">=18"