@trackunit/iris-app-build-utilities 1.10.1 → 1.11.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.
- package/CHANGELOG.md +26 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 1.11.0 (2026-01-13)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- add Jest testing configuration to project.json and update coverage ([ef99fd2c5b9](https://github.com/Trackunit/manager/commit/ef99fd2c5b9))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- update getGraphqlCodegenConfig tests to handle array and object configurations ([c72e18e05c3](https://github.com/Trackunit/manager/commit/c72e18e05c3))
|
|
10
|
+
|
|
11
|
+
### ❤️ Thank You
|
|
12
|
+
|
|
13
|
+
- Mikkel Thorbjørn Andersen
|
|
14
|
+
|
|
15
|
+
## 1.10.3 (2026-01-13)
|
|
16
|
+
|
|
17
|
+
### 🧱 Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated iris-app-api to 1.13.3
|
|
20
|
+
|
|
21
|
+
## 1.10.2 (2026-01-12)
|
|
22
|
+
|
|
23
|
+
### 🧱 Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated iris-app-api to 1.13.2
|
|
26
|
+
|
|
1
27
|
## 1.10.1 (2026-01-12)
|
|
2
28
|
|
|
3
29
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-build-utilities",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"engines": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"tslib": "^2.6.2",
|
|
18
18
|
"csp-header": "^5.2.1",
|
|
19
19
|
"@rspack/core": "1.6.7",
|
|
20
|
-
"@trackunit/iris-app-api": "1.13.
|
|
20
|
+
"@trackunit/iris-app-api": "1.13.3"
|
|
21
21
|
},
|
|
22
22
|
"types": "./src/index.d.ts",
|
|
23
23
|
"main": "./src/index.js",
|