@e2edev/github 0.2.0 → 0.3.0-canary-20260914081513

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @e2edev/github
2
2
 
3
- The GitHub reporter for [`@e2edev/e2e`](https://www.npmjs.com/package/@e2edev/e2e).
3
+ The GitHub reporter for [`e2e`](https://www.npmjs.com/package/e2e).
4
4
  From GitHub Actions, every run becomes one pull request comment, edited in
5
5
  place on reruns, and the same text lands in the job summary.
6
6
 
@@ -9,7 +9,7 @@ npm install --save-dev @e2edev/github
9
9
  ```
10
10
 
11
11
  ```ts title="e2e.config.ts"
12
- import type { E2EConfig } from '@e2edev/e2e';
12
+ import type { E2EConfig } from 'e2e';
13
13
  import { playwright } from '@e2edev/playwright';
14
14
  import { github } from '@e2edev/github';
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e2edev/github",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-canary-20260914081513",
4
4
  "description": "GitHub reporter for e2e: one pull request comment per run, from GitHub Actions",
5
5
  "keywords": [
6
6
  "e2e",
@@ -28,7 +28,7 @@
28
28
  "homepage": "https://github.com/tester-army/e2e/tree/main/packages/github#readme",
29
29
  "publishConfig": {
30
30
  "registry": "https://registry.npmjs.org/",
31
- "access": "restricted",
31
+ "access": "public",
32
32
  "provenance": false,
33
33
  "tag": "beta"
34
34
  },
@@ -43,10 +43,10 @@
43
43
  "dist"
44
44
  ],
45
45
  "peerDependencies": {
46
- "@e2edev/e2e": ">=0.13.0 <1"
46
+ "e2e": "0.15.0-canary-20260914081513"
47
47
  },
48
48
  "devDependencies": {
49
- "@e2edev/e2e": "0.14.0",
49
+ "e2e": "0.15.0-canary-20260914081513",
50
50
  "@types/node": "26.4.1",
51
51
  "typescript": "7.0.2",
52
52
  "vitest": "5.0.0"