@trackunit/iris-app-sdk-webpack 1.16.8 → 1.17.0

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 +34 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,37 @@
1
+ ## 1.17.0 (2026-05-10)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **vitest:** use istanbul as the coverage provider ([80313642422](https://github.com/Trackunit/manager/commit/80313642422))
6
+ - **vitest-config:** add coverage reporting for multiple apps and libraries ([5cf4844dfaa](https://github.com/Trackunit/manager/commit/5cf4844dfaa))
7
+
8
+ ### 🧱 Updated Dependencies
9
+
10
+ - Updated iris-app-build-utilities to 1.18.0
11
+ - Updated iris-app-webpack-plugin to 1.17.0
12
+ - Updated iris-app-api to 1.20.0
13
+
14
+ ### ❤️ Thank You
15
+
16
+ - Cursor @cursoragent
17
+ - Mikkel Thorbjørn Andersen
18
+
19
+ ## 1.16.10 (2026-05-07)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 1.17.10
24
+ - Updated iris-app-webpack-plugin to 1.16.10
25
+ - Updated iris-app-api to 1.19.9
26
+
27
+ ## 1.16.9 (2026-05-07)
28
+
29
+ ### 🧱 Updated Dependencies
30
+
31
+ - Updated iris-app-build-utilities to 1.17.9
32
+ - Updated iris-app-webpack-plugin to 1.16.9
33
+ - Updated iris-app-api to 1.19.8
34
+
1
35
  ## 1.16.8 (2026-05-07)
2
36
 
3
37
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-webpack",
3
- "version": "1.16.8",
3
+ "version": "1.17.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
@@ -14,9 +14,9 @@
14
14
  "win-ca": "^3.5.1",
15
15
  "copy-webpack-plugin": "11.0.0",
16
16
  "webpack-bundle-analyzer": "^4.8.0",
17
- "@trackunit/iris-app-build-utilities": "1.17.8",
18
- "@trackunit/iris-app-api": "1.19.7",
19
- "@trackunit/iris-app-webpack-plugin": "1.16.8",
17
+ "@trackunit/iris-app-build-utilities": "1.18.0",
18
+ "@trackunit/iris-app-api": "1.20.0",
19
+ "@trackunit/iris-app-webpack-plugin": "1.17.0",
20
20
  "tslib": "^2.6.2"
21
21
  },
22
22
  "peerDependencies": {