nitrostack 1.0.75 → 1.0.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitrostack",
3
- "version": "1.0.75",
3
+ "version": "1.0.76",
4
4
  "description": "NitroStack - Build powerful MCP servers with TypeScript",
5
5
  "type": "module",
6
6
  "main": "dist/core/index.js",
@@ -46,8 +46,6 @@ nitrostack init my-flight-app --template typescript-oauth
46
46
  cd my-flight-app
47
47
 
48
48
  # Install all dependencies (root + widgets)
49
- npm install
50
- # or
51
49
  nitrostack install
52
50
  ```
53
51
 
@@ -5,7 +5,6 @@
5
5
  "type": "module",
6
6
  "description": "NitroStack Flight Booking - Real-time flight search and booking with Duffel API integration",
7
7
  "scripts": {
8
- "postinstall": "nitrostack install --skip-widgets || true",
9
8
  "dev": "nitrostack dev",
10
9
  "build": "nitrostack build",
11
10
  "start": "npm run build && nitrostack start",
@@ -42,8 +42,6 @@ nitrostack init my-pizza-app --template typescript-pizzaz
42
42
  cd my-pizza-app
43
43
 
44
44
  # Install all dependencies (root + widgets)
45
- npm install
46
- # or
47
45
  nitrostack install
48
46
  ```
49
47
 
@@ -5,7 +5,6 @@
5
5
  "type": "module",
6
6
  "description": "NitroStack Pizza Shop Finder - Interactive map widgets with Mapbox integration",
7
7
  "scripts": {
8
- "postinstall": "nitrostack install --skip-widgets || true",
9
8
  "dev": "nitrostack dev",
10
9
  "build": "nitrostack build",
11
10
  "start": "npm run build && nitrostack start",
@@ -34,8 +34,6 @@ nitrostack init my-calculator --template typescript-starter
34
34
  cd my-calculator
35
35
 
36
36
  # Install all dependencies (root + widgets)
37
- npm install
38
- # or
39
37
  nitrostack install
40
38
  ```
41
39
 
@@ -5,7 +5,6 @@
5
5
  "type": "module",
6
6
  "description": "NitroStack starter template - Learn MCP server basics with a simple calculator example",
7
7
  "scripts": {
8
- "postinstall": "nitrostack install --skip-widgets || true",
9
8
  "dev": "nitrostack dev",
10
9
  "build": "nitrostack build",
11
10
  "start": "npm run build && nitrostack start",