xypriss 9.10.15 → 9.10.16

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 CHANGED
@@ -16,7 +16,7 @@ _Stop Coding Backends. Start Deploying Fortresses._
16
16
  </div>
17
17
 
18
18
  > [!IMPORTANT]
19
- > **Official Stable Release** — XyPriss has graduated from Beta. The current stable version is **v9.10.15**.
19
+ > **Official Stable Release** — XyPriss has graduated from Beta. The current stable version is **v9.10.16++**.
20
20
 
21
21
  [**XyPriss**](https://xypriss.nehonix.com) is an **Enterprise-Grade Hybrid Web Framework** that combines the raw performance of compiled native binaries with the productivity and flexibility of **TypeScript**. It is designed for teams that require both operational speed and developer velocity, without compromise.
22
22
 
package/package.json CHANGED
@@ -71,5 +71,5 @@
71
71
  },
72
72
  "type": "module",
73
73
  "types": "./dist/index.d.ts",
74
- "version": "9.10.15"
74
+ "version": "9.10.16"
75
75
  }
@@ -116,7 +116,7 @@ async function postInstall() {
116
116
  log.info("XyPriss MUST be installed and managed via XFPM (XyPriss Fast Package Manager).");
117
117
  log.info("Usage of npm, yarn, or pnpm is strictly forbidden to ensure framework integrity.");
118
118
  log.blank();
119
- log.info("Install XFPM: curl -sL https://xypriss.nehonix.com/install.js | node");
119
+ log.info("Installation Guide: https://xypriss.nehonix.com/docs/xfpm#installation");
120
120
  log.divider();
121
121
  log.blank();
122
122
  process.exit(1);