skopix 2.0.57 → 2.0.58

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": "skopix",
3
- "version": "2.0.57",
3
+ "version": "2.0.58",
4
4
  "description": "Browser-based QA tool — record tests by using your app, replay them deterministically, generate Playwright code automatically",
5
5
  "main": "cli/index.js",
6
6
  "bin": {
@@ -5910,12 +5910,6 @@ function populateLibraryTagFilter() {
5910
5910
  sel.onchange = prev;
5911
5911
  }
5912
5912
 
5913
- async function loadLibraryView() {
5914
- const steps = await fetchLibrarySteps();
5915
- populateLibraryTagFilter();
5916
- renderLibrarySteps(steps);
5917
- }
5918
-
5919
5913
  // ── STEP TESTER ──────────────────────────────────────────────────────────────
5920
5914
  let stepTesterState = { testerId: null };
5921
5915