@itwin/certa 5.8.0-dev.1 → 5.8.0-dev.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/certa
2
2
 
3
- This log was last generated on Fri, 13 Feb 2026 17:13:15 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 03 Mar 2026 18:22:47 GMT and should not be manually modified.
4
+
5
+ ## 5.7.0
6
+ Tue, 03 Mar 2026 18:21:20 GMT
7
+
8
+ ### Updates
9
+
10
+ - Add support for Electron 40
11
+
12
+ ## 5.6.2
13
+ Thu, 26 Feb 2026 22:14:46 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 5.6.1
6
18
  Fri, 13 Feb 2026 17:11:47 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/certa",
3
- "version": "5.8.0-dev.1",
3
+ "version": "5.8.0-dev.3",
4
4
  "description": "A mocha-based integration test runner",
5
5
  "license": "MIT",
6
6
  "main": "bin/certa.js",
@@ -47,7 +47,7 @@
47
47
  "nyc": "^17.1.0",
48
48
  "rimraf": "^6.0.1",
49
49
  "typescript": "~5.6.2",
50
- "@itwin/build-tools": "5.8.0-dev.1"
50
+ "@itwin/build-tools": "5.8.0-dev.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "electron": "^35.0.0 || ^36.0.0 || ^37.0.0 || ^38.0.0 || ^39.0.0 || ^40.0.0"