@trackunit/iris-app-sdk-vite 0.0.7 → 0.0.9
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 +17 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 0.0.9 (2026-02-23)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated iris-app-build-utilities to 1.12.47
|
|
6
|
+
- Updated iris-app-api to 1.14.42
|
|
7
|
+
|
|
8
|
+
## 0.0.8 (2026-02-23)
|
|
9
|
+
|
|
10
|
+
### 🩹 Fixes
|
|
11
|
+
|
|
12
|
+
- update build and serve executors to disable config file usage ([011d5b552f5](https://github.com/Trackunit/manager/commit/011d5b552f5))
|
|
13
|
+
|
|
14
|
+
### ❤️ Thank You
|
|
15
|
+
|
|
16
|
+
- Mikkel Thorbjørn Andersen
|
|
17
|
+
|
|
1
18
|
## 0.0.7 (2026-02-19)
|
|
2
19
|
|
|
3
20
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-sdk-vite",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"repository": "https://github.com/Trackunit/manager",
|
|
6
6
|
"executors": "./executors.json",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@nx/devkit": "22.4.4",
|
|
12
12
|
"rxjs": "7.8.1",
|
|
13
13
|
"win-ca": "^3.5.1",
|
|
14
|
-
"@trackunit/iris-app-build-utilities": "1.12.
|
|
15
|
-
"@trackunit/iris-app-api": "1.14.
|
|
14
|
+
"@trackunit/iris-app-build-utilities": "1.12.47",
|
|
15
|
+
"@trackunit/iris-app-api": "1.14.42",
|
|
16
16
|
"tslib": "^2.6.2",
|
|
17
17
|
"vite": "7.3.1"
|
|
18
18
|
},
|