@digigov/cli-e2e 2.4.1 → 2.4.2-platform-263.12-06-26-14-50

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/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @digigov/cli-e2e
2
2
 
3
- This log was last generated on Wed, 11 Feb 2026 14:46:37 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Fri, 12 Jun 2026 14:50:19 GMT and should not be manually modified. -->
4
+
5
+ <!-- Start content -->
6
+
7
+ ## 2.4.2-platform-263.12-06-26-14-50
8
+
9
+ Fri, 12 Jun 2026 14:50:19 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @digigov/cli to v2.4.2-platform-263.12-06-26-14-50
4
14
 
5
15
  ## 2.0.8
6
16
  Wed, 11 Feb 2026 14:46:37 GMT
@@ -48,4 +58,3 @@ Wed, 21 Jan 2026 15:58:34 GMT
48
58
  - Upgrade tailwindcss to 3.4.13
49
59
  - Update playwright-related dependency versions
50
60
  - Update package.json
51
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-e2e",
3
- "version": "2.4.1",
3
+ "version": "2.4.2-platform-263.12-06-26-14-50",
4
4
  "description": "E2E test plugin for Digigov CLI",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
@@ -18,7 +18,7 @@
18
18
  "playwright-core": "1.48.2",
19
19
  "autoprefixer": "10.4.16",
20
20
  "tailwindcss": "3.4.13",
21
- "@digigov/cli": "2.4.1"
21
+ "@digigov/cli": "2.4.2-platform-263.12-06-26-14-50"
22
22
  },
23
23
  "exports": {
24
24
  ".": "./index.js",
package/CHANGELOG.json DELETED
@@ -1,84 +0,0 @@
1
- {
2
- "name": "@digigov/cli-e2e",
3
- "entries": [
4
- {
5
- "date": "Thu, 05 Mar 2026 15:05:25 GMT",
6
- "version": "2.0.8",
7
- "tag": "@digigov/cli-e2e_v2.0.8",
8
- "comments": {
9
- "none": [
10
- {
11
- "author": "sangelopoulos@admin.grnet.gr",
12
- "package": "@digigov/cli-e2e",
13
- "commit": "4aba42b82bde518d6d77d8b2977da7d4b3401941",
14
- "comment": "Migrate to pnpm catalog"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "version": "2.0.8",
21
- "tag": "@digigov/cli-e2e_v2.0.8",
22
- "date": "Wed, 11 Feb 2026 14:46:37 GMT",
23
- "comments": {}
24
- },
25
- {
26
- "version": "2.0.7",
27
- "tag": "@digigov/cli-e2e_v2.0.7",
28
- "date": "Tue, 10 Feb 2026 13:53:35 GMT",
29
- "comments": {}
30
- },
31
- {
32
- "version": "2.0.6",
33
- "tag": "@digigov/cli-e2e_v2.0.6",
34
- "date": "Wed, 28 Jan 2026 13:14:05 GMT",
35
- "comments": {}
36
- },
37
- {
38
- "version": "2.0.5",
39
- "tag": "@digigov/cli-e2e_v2.0.5",
40
- "date": "Tue, 27 Jan 2026 13:46:07 GMT",
41
- "comments": {}
42
- },
43
- {
44
- "version": "2.0.4",
45
- "tag": "@digigov/cli-e2e_v2.0.4",
46
- "date": "Tue, 27 Jan 2026 13:12:04 GMT",
47
- "comments": {}
48
- },
49
- {
50
- "version": "2.0.3",
51
- "tag": "@digigov/cli-e2e_v2.0.3",
52
- "date": "Wed, 21 Jan 2026 21:01:49 GMT",
53
- "comments": {}
54
- },
55
- {
56
- "version": "2.0.2",
57
- "tag": "@digigov/cli-e2e_v2.0.2",
58
- "date": "Wed, 21 Jan 2026 15:58:34 GMT",
59
- "comments": {
60
- "patch": [
61
- {
62
- "comment": "Upgrade tailwindcss to 3.4.13"
63
- },
64
- {
65
- "comment": "Update playwright-related dependency versions"
66
- },
67
- {
68
- "comment": "Update package.json"
69
- }
70
- ],
71
- "minor": [
72
- {
73
- "comment": "Create new package for e2e testing"
74
- }
75
- ],
76
- "major": [
77
- {
78
- "comment": "Use typescript & commanderjs"
79
- }
80
- ]
81
- }
82
- }
83
- ]
84
- }