@tracelane/wdio 0.1.0-alpha.20 → 0.1.0-alpha.21

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.
@@ -1,4 +1,4 @@
1
- import type { Suppression } from '@tracelane/security';
1
+ import type { Suppression } from '@tracelane/report';
2
2
  /** The fixed filename looked up in the project cwd. */
3
3
  export declare const SUPPRESS_FILE_NAME = "tracelane.security.suppress.json";
4
4
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"security-suppress.d.ts","sourceRoot":"","sources":["../src/security-suppress.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvD,uDAAuD;AACvD,eAAO,MAAM,kBAAkB,qCAAqC,CAAC;AA0BrE;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,EAAE,CAUnE"}
1
+ {"version":3,"file":"security-suppress.d.ts","sourceRoot":"","sources":["../src/security-suppress.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,uDAAuD;AACvD,eAAO,MAAM,kBAAkB,qCAAqC,CAAC;AA0BrE;;;;GAIG;AACH,wBAAgB,wBAAwB,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,EAAE,CAUnE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracelane/wdio",
3
- "version": "0.1.0-alpha.20",
3
+ "version": "0.1.0-alpha.21",
4
4
  "description": "WebdriverIO Service that records rrweb sessions and writes a self-contained HTML report on failed tests. The user-facing tracelane integration for WDIO.",
5
5
  "keywords": [
6
6
  "tracelane",
@@ -38,9 +38,8 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@tracelane/report": "0.1.0-alpha.17",
42
41
  "@tracelane/core": "0.1.0-alpha.15",
43
- "@tracelane/security": "0.1.0-alpha.1"
42
+ "@tracelane/report": "0.1.0-alpha.18"
44
43
  },
45
44
  "peerDependencies": {
46
45
  "@wdio/types": "^9.0.0",