reqwise-core 1.1.5 → 1.2.0

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": "reqwise-core",
3
- "version": "1.1.5",
3
+ "version": "1.2.0",
4
4
  "description": "Production-ready HTTP interceptor and floating developer panel. Captures Axios/Fetch requests, logs them to localStorage, and renders a real-time inspector panel. Supports 15 languages, security masking, hotkey shortcuts, and more.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -16,6 +16,14 @@
16
16
  ],
17
17
  "author": "Ali Zadeh <alizadehh04@example.com>",
18
18
  "license": "MIT",
19
+ "scripts": {
20
+ "build": "tsup",
21
+ "type-check": "tsc -p tsconfig.json --noEmit"
22
+ },
23
+ "devDependencies": {
24
+ "typescript": "^5.0.0",
25
+ "tsup": "^8.5.0"
26
+ },
19
27
  "repository": {
20
28
  "type": "git",
21
29
  "url": "git+https://github.com",