nitro5 1.0.0 → 1.0.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.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -1
- package/nitro5.config.js +0 -8
- package/public/app.tsx +0 -10
- package/public/index.html +0 -10
- package/public/main.tsx +0 -5
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitro5",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Nitro5 is a next-generation hybrid web server framework built with Node.js and C++ that delivers ultra-fast performance, low latency, TypeScript/TSX support, ESBuild-powered builds, caching, Hot Module Replacement (HMR), and a scalable architecture designed for modern production web applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"start": "node index.js",
|
|
12
12
|
"dev": "node index.js --dev",
|
|
13
13
|
"build": "node index.js --build",
|
|
14
|
+
"install": "echo 'Replace to Postinstall'",
|
|
14
15
|
"postinstall": "node .install.js",
|
|
15
16
|
"test": "node index.js --test",
|
|
16
17
|
"lint": "node index.js --lint"
|
package/nitro5.config.js
DELETED
package/public/app.tsx
DELETED
package/public/index.html
DELETED