@e2edev/github 0.3.0-canary-20260914081513 → 0.3.0-canary-20260914095510
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@e2edev/github",
|
|
3
|
-
"version": "0.3.0-canary-
|
|
3
|
+
"version": "0.3.0-canary-20260914095510",
|
|
4
4
|
"description": "GitHub reporter for e2e: one pull request comment per run, from GitHub Actions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"e2e",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"dist"
|
|
44
44
|
],
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"e2e": "0.15.0-canary-
|
|
46
|
+
"e2e": "0.15.0-canary-20260914095510"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"e2e": "0.15.0-canary-
|
|
49
|
+
"e2e": "0.15.0-canary-20260914095510",
|
|
50
50
|
"@types/node": "26.4.1",
|
|
51
51
|
"typescript": "7.0.2",
|
|
52
52
|
"vitest": "5.0.0"
|