@jxrstudios/jxr 1.2.27 → 1.2.28

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,9 +8,10 @@
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT)
9
9
 
10
10
  **Website:** https://jxrstudios.online
11
- **Documentation:** https://jxrstudios.online/docs
11
+ **Documentation:** https://jxrstudios.online/
12
12
 
13
13
  ---
14
+ Pro Tip: Just swap in your tsx where the template /src is run ``` jxr dev ``` zero build step needed if it doesnt work update your browser. Enjoy
14
15
 
15
16
  ## Table of Contents
16
17
 
@@ -747,4 +748,4 @@ MIT License — see [LICENSE](LICENSE) file for details.
747
748
  <p align="center">
748
749
  <strong>Powered by JXR Studios × DamascusAI</strong><br>
749
750
  <sub>The edge OS runtime for developers who take their game to the next level.</sub>
750
- </p>
751
+ </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jxrstudios/jxr",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "description": "JXR.js — Edge OS Runtime Framework for elite developers",
5
5
  "type": "module",
6
6
  "license": "MIT",