@itwin/certa 4.2.0-dev.3 → 4.2.0-dev.31

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/CHANGELOG.md +65 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,55 @@
1
1
  # Change Log - @itwin/certa
2
2
 
3
- This log was last generated on Mon, 24 Jul 2023 12:35:20 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 29 Sep 2023 18:24:48 GMT and should not be manually modified.
4
+
5
+ ## 4.1.7
6
+ Thu, 28 Sep 2023 21:41:33 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.1.6
11
+ Tue, 12 Sep 2023 15:38:52 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.1.5
16
+ Fri, 08 Sep 2023 13:37:23 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.1.4
21
+ Thu, 07 Sep 2023 18:26:02 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 4.1.3
26
+ Wed, 30 Aug 2023 15:35:27 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 4.1.2
31
+ Wed, 23 Aug 2023 15:25:29 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 4.1.1
36
+ Fri, 18 Aug 2023 13:02:53 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 4.1.0
41
+ Mon, 14 Aug 2023 14:36:34 GMT
42
+
43
+ ### Updates
44
+
45
+ - Replace puppeteer with playwright 1.35.1
46
+ - Add support for Electron 25
47
+ - Switch to ESLint new flat config system
48
+
49
+ ## 4.0.7
50
+ Thu, 10 Aug 2023 13:19:24 GMT
51
+
52
+ _Version update only_
4
53
 
5
54
  ## 4.0.6
6
55
  Mon, 24 Jul 2023 05:07:33 GMT
@@ -41,6 +90,21 @@ Mon, 22 May 2023 15:34:14 GMT
41
90
  - Add support for Electron 24.
42
91
  - Drop Electron 14, 15, 16, 17, 22. Start supporting Electron 23.
43
92
 
93
+ ## 3.7.14
94
+ Fri, 29 Sep 2023 16:57:16 GMT
95
+
96
+ _Version update only_
97
+
98
+ ## 3.7.13
99
+ Tue, 08 Aug 2023 19:49:17 GMT
100
+
101
+ _Version update only_
102
+
103
+ ## 3.7.12
104
+ Thu, 27 Jul 2023 21:50:57 GMT
105
+
106
+ _Version update only_
107
+
44
108
  ## 3.7.11
45
109
  Tue, 11 Jul 2023 17:17:21 GMT
46
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/certa",
3
- "version": "4.2.0-dev.3",
3
+ "version": "4.2.0-dev.31",
4
4
  "description": "A mocha-based integration test runner",
5
5
  "license": "MIT",
6
6
  "main": "bin/certa.js",
@@ -42,15 +42,15 @@
42
42
  "@types/mocha": "^8.2.2",
43
43
  "@types/node": "18.16.1",
44
44
  "@types/yargs": "17.0.19",
45
- "electron": "^25.0.0",
45
+ "electron": "^26.2.1",
46
46
  "eslint": "^8.44.0",
47
47
  "nyc": "^15.1.0",
48
48
  "rimraf": "^3.0.2",
49
49
  "typescript": "~5.0.2",
50
- "@itwin/build-tools": "4.2.0-dev.3"
50
+ "@itwin/build-tools": "4.2.0-dev.31"
51
51
  },
52
52
  "peerDependencies": {
53
- "electron": ">=23.0.0 <26.0.0"
53
+ "electron": ">=23.0.0 <27.0.0"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "electron": {