@digigov/cli-e2e 2.0.2 → 2.0.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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "../../tooling/cli-e2e": "../../tooling/cli-e2e:T4nCsOr2irtQGfRhO5iTA0ZfzVBL7EEDqvtU9bhoeog=:",
2
+ "../../tooling/cli-e2e": "../../tooling/cli-e2e:W+gT8unJiUOCU9ha+dJTa6tsZJTfWQfpq5l+seOkmBY=:",
3
3
  "@alloc/quick-lru@5.2.0": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
4
4
  "@ampproject/remapping@2.3.0": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==",
5
5
  "@babel/code-frame@7.26.2": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==",
package/CHANGELOG.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "@digigov/cli-e2e",
3
3
  "entries": [
4
+ {
5
+ "version": "2.0.3",
6
+ "tag": "@digigov/cli-e2e_v2.0.3",
7
+ "date": "Wed, 21 Jan 2026 21:01:49 GMT",
8
+ "comments": {}
9
+ },
4
10
  {
5
11
  "version": "2.0.2",
6
12
  "tag": "@digigov/cli-e2e_v2.0.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @digigov/cli-e2e
2
2
 
3
- This log was last generated on Wed, 21 Jan 2026 15:58:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 21 Jan 2026 21:01:49 GMT and should not be manually modified.
4
+
5
+ ## 2.0.3
6
+ Wed, 21 Jan 2026 21:01:49 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 2.0.2
6
11
  Wed, 21 Jan 2026 15:58:34 GMT
package/package.json CHANGED
@@ -1,14 +1,11 @@
1
1
  {
2
2
  "name": "@digigov/cli-e2e",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "E2E test plugin for Digigov CLI",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
7
7
  "main": "index.js",
8
8
  "type": "module",
9
- "scripts": {
10
- "publint": "publint"
11
- },
12
9
  "dependencies": {
13
10
  "execa": "8.0.1"
14
11
  },
@@ -16,7 +13,7 @@
16
13
  "publint": "0.1.8"
17
14
  },
18
15
  "peerDependencies": {
19
- "@digigov/cli": "workspace:2.0.2",
16
+ "@digigov/cli": "2.0.3",
20
17
  "@playwright/experimental-ct-react": "1.48.2",
21
18
  "@playwright/test": "1.48.2",
22
19
  "playwright-core": "1.48.2",
@@ -26,5 +23,8 @@
26
23
  "exports": {
27
24
  ".": "./index.js",
28
25
  "./playwright-ct.config": "./playwright-ct.config.js"
26
+ },
27
+ "scripts": {
28
+ "publint": "publint"
29
29
  }
30
- }
30
+ }