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 +1 -1
- package/package.json +1 -1
- package/scripts/postinstall.js +1 -1
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.
|
|
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
package/scripts/postinstall.js
CHANGED
|
@@ -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("
|
|
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);
|