@digigov/cli-e2e 2.0.0-rc.32 → 2.0.2

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,9 +1,9 @@
1
1
  {
2
2
  "files": {
3
+ "tooling/cli-e2e/.rush/temp/shrinkwrap-deps.json": "662033e9f4e1229f5181bd5c42ba27eb23b9be93",
3
4
  "tooling/cli-e2e/index.js": "cc09c618e709fc907143c915aa56f2123f7f6c2a",
4
- "tooling/cli-e2e/package.json": "594719fc68f7cf682c5ee7e4aea60646138e64b4",
5
- "tooling/cli-e2e/playwright-ct.config.js": "921dc7488ff8c6e90eadfde673df987b9008233e",
6
- "tooling/cli-e2e/.rush/temp/shrinkwrap-deps.json": "ba29f390c8785be7d36cf7919fd80ae851e85da3"
5
+ "tooling/cli-e2e/package.json": "cadef133a43d24715cd0505cb128e1973448b8c6",
6
+ "tooling/cli-e2e/playwright-ct.config.js": "921dc7488ff8c6e90eadfde673df987b9008233e"
7
7
  },
8
8
  "arguments": "publint "
9
9
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "../../tooling/cli-e2e": "../../tooling/cli-e2e:tBD9neqUii6l8dqp3jgHCXEu22BeixurevWqbEf1B10=:",
2
+ "../../tooling/cli-e2e": "../../tooling/cli-e2e:T4nCsOr2irtQGfRhO5iTA0ZfzVBL7EEDqvtU9bhoeog=:",
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 ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@digigov/cli-e2e",
3
+ "entries": [
4
+ {
5
+ "version": "2.0.2",
6
+ "tag": "@digigov/cli-e2e_v2.0.2",
7
+ "date": "Wed, 21 Jan 2026 15:58:34 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Upgrade tailwindcss to 3.4.13"
12
+ },
13
+ {
14
+ "comment": "Update playwright-related dependency versions"
15
+ },
16
+ {
17
+ "comment": "Update package.json"
18
+ }
19
+ ],
20
+ "minor": [
21
+ {
22
+ "comment": "Create new package for e2e testing"
23
+ }
24
+ ],
25
+ "major": [
26
+ {
27
+ "comment": "Use typescript & commanderjs"
28
+ }
29
+ ]
30
+ }
31
+ }
32
+ ]
33
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # Change Log - @digigov/cli-e2e
2
+
3
+ This log was last generated on Wed, 21 Jan 2026 15:58:34 GMT and should not be manually modified.
4
+
5
+ ## 2.0.2
6
+ Wed, 21 Jan 2026 15:58:34 GMT
7
+
8
+ ### Breaking changes
9
+
10
+ - Use typescript & commanderjs
11
+
12
+ ### Minor changes
13
+
14
+ - Create new package for e2e testing
15
+
16
+ ### Patches
17
+
18
+ - Upgrade tailwindcss to 3.4.13
19
+ - Update playwright-related dependency versions
20
+ - Update package.json
21
+
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@digigov/cli-e2e",
3
- "version": "2.0.0-rc.32",
3
+ "version": "2.0.2",
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
+ },
9
12
  "dependencies": {
10
13
  "execa": "8.0.1"
11
14
  },
@@ -13,7 +16,7 @@
13
16
  "publint": "0.1.8"
14
17
  },
15
18
  "peerDependencies": {
16
- "@digigov/cli": "2.0.0-rc.32",
19
+ "@digigov/cli": "workspace:2.0.2",
17
20
  "@playwright/experimental-ct-react": "1.48.2",
18
21
  "@playwright/test": "1.48.2",
19
22
  "playwright-core": "1.48.2",
@@ -23,8 +26,5 @@
23
26
  "exports": {
24
27
  ".": "./index.js",
25
28
  "./playwright-ct.config": "./playwright-ct.config.js"
26
- },
27
- "scripts": {
28
- "publint": "publint"
29
29
  }
30
- }
30
+ }