network-terminal 1.0.10 → 1.0.11

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 (1) hide show
  1. package/package.json +12 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "network-terminal",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A browser-based terminal UI for monitoring Fetch/XHR requests with real-time display of routes, payloads, and responses",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -46,15 +46,11 @@
46
46
  ],
47
47
  "author": "",
48
48
  "license": "MIT",
49
- "dependencies": {
50
- "@vitejs/plugin-react": "^4.2.0",
51
- "react": "^18.2.0",
52
- "react-dom": "^18.2.0",
53
- "vite": "^5.0.0"
54
- },
49
+ "dependencies": {},
55
50
  "peerDependencies": {
56
51
  "react": ">=17.0.0",
57
- "react-dom": ">=17.0.0"
52
+ "react-dom": ">=17.0.0",
53
+ "vite": ">=4.0.0"
58
54
  },
59
55
  "peerDependenciesMeta": {
60
56
  "react": {
@@ -62,14 +58,21 @@
62
58
  },
63
59
  "react-dom": {
64
60
  "optional": true
61
+ },
62
+ "vite": {
63
+ "optional": true
65
64
  }
66
65
  },
67
66
  "devDependencies": {
68
67
  "@types/node": "^25.0.10",
69
68
  "@types/react": "^18.2.0",
70
69
  "@types/react-dom": "^18.2.0",
70
+ "@vitejs/plugin-react": "^4.2.0",
71
+ "react": "^18.2.0",
72
+ "react-dom": "^18.2.0",
71
73
  "tsup": "^8.0.0",
72
- "typescript": "^5.0.0"
74
+ "typescript": "^5.0.0",
75
+ "vite": "^5.0.0"
73
76
  },
74
77
  "repository": {
75
78
  "type": "git",