test-proxy-recorder 0.3.8 → 0.3.9

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/dist/index.cjs CHANGED
@@ -552,8 +552,8 @@ var ProxyServer = class {
552
552
  currentSession;
553
553
  recordingsDir;
554
554
  timeoutMs;
555
- recordingIdCounter;
556
555
  // Unique ID for each recording entry
556
+ recordingIdCounter;
557
557
  sequenceCounterByKey;
558
558
  // Sequence counter per key (endpoint)
559
559
  replaySessions;
package/dist/index.mjs CHANGED
@@ -540,8 +540,8 @@ var ProxyServer = class {
540
540
  currentSession;
541
541
  recordingsDir;
542
542
  timeoutMs;
543
- recordingIdCounter;
544
543
  // Unique ID for each recording entry
544
+ recordingIdCounter;
545
545
  sequenceCounterByKey;
546
546
  // Sequence counter per key (endpoint)
547
547
  replaySessions;
package/dist/proxy.js CHANGED
@@ -587,8 +587,8 @@ var ProxyServer = class {
587
587
  currentSession;
588
588
  recordingsDir;
589
589
  timeoutMs;
590
- recordingIdCounter;
591
590
  // Unique ID for each recording entry
591
+ recordingIdCounter;
592
592
  sequenceCounterByKey;
593
593
  // Sequence counter per key (endpoint)
594
594
  replaySessions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "test-proxy-recorder",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "HTTP proxy server for recording and replaying network requests in testing. Works seamlessly with Playwright testing framework.",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",