@appsurify-testmap/rrweb-playwright-plugin 2.1.3-alpha.2 → 2.1.3-alpha.3

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.js CHANGED
@@ -13031,7 +13031,7 @@ class VisibilityManager {
13031
13031
  }
13032
13032
  }
13033
13033
  }
13034
- const version$1 = "2.1.3-alpha.2";
13034
+ const version$1 = "2.1.3-alpha.3";
13035
13035
  let wrappedEmit;
13036
13036
  let takeFullSnapshot$1;
13037
13037
  let canvasManager;
package/dist/index.mjs CHANGED
@@ -13031,7 +13031,7 @@ class VisibilityManager {
13031
13031
  }
13032
13032
  }
13033
13033
  }
13034
- const version$1 = "2.1.3-alpha.2";
13034
+ const version$1 = "2.1.3-alpha.3";
13035
13035
  let wrappedEmit;
13036
13036
  let takeFullSnapshot$1;
13037
13037
  let canvasManager;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsurify-testmap/rrweb-playwright-plugin",
3
- "version": "2.1.3-alpha.2",
3
+ "version": "2.1.3-alpha.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -10,8 +10,8 @@
10
10
  "scripts": {
11
11
  "prebuild": "yarn workspace @appsurify-testmap/rrweb-record run build && yarn workspace @appsurify-testmap/rrweb-plugin-sequential-id-record run build",
12
12
  "build": "yarn turbo run prepublish",
13
- "prepublish": "yarn prebuild && tsup-node",
14
- "devBuild": "tsup-node",
13
+ "prepublish": "yarn prebuild && tsup-node --tsconfig ./tsconfig.json",
14
+ "devBuild": "tsup-node --tsconfig ./tsconfig.json",
15
15
  "pack": "npm pack"
16
16
  },
17
17
  "homepage": "https://github.com/rrweb-io/rrweb#readme",
@@ -40,11 +40,11 @@
40
40
  "@playwright/test": ">=1.50.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@appsurify-testmap/rrweb": "^2.1.3-alpha.2",
44
- "@appsurify-testmap/rrweb-snapshot": "^2.1.3-alpha.2",
45
- "@appsurify-testmap/rrweb-types": "^2.1.3-alpha.2",
43
+ "@appsurify-testmap/rrweb": "^2.1.3-alpha.3",
44
+ "@appsurify-testmap/rrweb-snapshot": "^2.1.3-alpha.3",
45
+ "@appsurify-testmap/rrweb-types": "^2.1.3-alpha.3",
46
46
  "@playwright/test": "^1.52.0",
47
- "@types/node": "^22.15.21",
47
+ "@types/node": "^24.10.0",
48
48
  "puppeteer": "^24.9.0",
49
49
  "tsup": "^6.6.3",
50
50
  "typescript": "^5.8.3"