reqwise-core 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  It operates like a mini **Postman** or **Chrome DevTools Network** panel embedded directly inside your application. Through a floating aside panel, developers can inspect requests in real-time, browse page history, analyze API endpoints, and send manual test requests with a single click.
6
6
 
7
- **Version:** 1.2.0 | **Status:** Production Ready
7
+ **Version:** 1.2.1 | **Status:** Production Ready
8
8
 
9
9
  ---
10
10
 
@@ -444,7 +444,10 @@ filter.removeIgnorePattern(pattern)
444
444
 
445
445
  ## 📝 Changelog
446
446
 
447
- ### v1.2.0 (Current)
447
+ ### v1.2.1 (Current)
448
+ - Fixed npm registry compatibility: replaced workspace:^ with explicit version for reqwise-core dependency
449
+
450
+ ### v1.2.0
448
451
  - Fixed scroll functionality in all tabs with proper flex layout constraints
449
452
  - Fixed panel sizing for top/bottom placements (100vw width)
450
453
  - Fixed toggle button positioning for all placement types (left, right, top, bottom)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reqwise-core",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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",