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

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