@trackunit/iris-app-sdk-rspack 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.
- package/CHANGELOG.md +42 -0
- package/package.json +3 -3
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-rspack",
|
|
3
|
-
"version": "1.
|
|
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",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"rxjs": "7.8.1",
|
|
14
14
|
"win-ca": "^3.5.1",
|
|
15
15
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
16
|
-
"@trackunit/iris-app-api": "1.
|
|
17
|
-
"@trackunit/iris-app-webpack-plugin": "1.
|
|
16
|
+
"@trackunit/iris-app-api": "1.20.1",
|
|
17
|
+
"@trackunit/iris-app-webpack-plugin": "1.17.1",
|
|
18
18
|
"tslib": "^2.6.2",
|
|
19
19
|
"ts-checker-rspack-plugin": "^1.1.1",
|
|
20
20
|
"@nx/devkit": "22.6.5"
|