@trackunit/iris-app 2.1.8 → 2.1.11
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
CHANGED
|
@@ -1,3 +1,35 @@
|
|
|
1
|
+
## 2.1.11 (2026-07-01)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated iris-app-build-utilities to 2.0.47
|
|
6
|
+
- Updated iris-app-api to 2.0.44
|
|
7
|
+
- Updated react-vite-test-setup to 0.0.53
|
|
8
|
+
- Updated shared-utils to 1.15.52
|
|
9
|
+
|
|
10
|
+
## 2.1.10 (2026-07-01)
|
|
11
|
+
|
|
12
|
+
### 🩹 Fixes
|
|
13
|
+
|
|
14
|
+
- update tsconfig references and import paths for playwright support ([3d5e591baba](https://github.com/Trackunit/manager/commit/3d5e591baba))
|
|
15
|
+
|
|
16
|
+
### 🧱 Updated Dependencies
|
|
17
|
+
|
|
18
|
+
- Updated iris-app-build-utilities to 2.0.46
|
|
19
|
+
- Updated iris-app-api to 2.0.43
|
|
20
|
+
- Updated react-vite-test-setup to 0.0.52
|
|
21
|
+
- Updated shared-utils to 1.15.51
|
|
22
|
+
|
|
23
|
+
### ❤️ Thank You
|
|
24
|
+
|
|
25
|
+
- Mikkel Thorbjørn Andersen
|
|
26
|
+
|
|
27
|
+
## 2.1.9 (2026-07-01)
|
|
28
|
+
|
|
29
|
+
### 🧱 Updated Dependencies
|
|
30
|
+
|
|
31
|
+
- Updated iris-app-build-utilities to 2.0.45
|
|
32
|
+
|
|
1
33
|
## 2.1.8 (2026-06-30)
|
|
2
34
|
|
|
3
35
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@nx/react": "22.7.5",
|
|
24
24
|
"@npmcli/arborist": "^9.1.9",
|
|
25
25
|
"win-ca": "^3.5.1",
|
|
26
|
-
"@trackunit/shared-utils": "1.15.
|
|
27
|
-
"@trackunit/iris-app-api": "2.0.
|
|
26
|
+
"@trackunit/shared-utils": "1.15.52",
|
|
27
|
+
"@trackunit/iris-app-api": "2.0.44",
|
|
28
28
|
"tslib": "^2.6.2",
|
|
29
29
|
"@clack/prompts": "^1.0.0",
|
|
30
30
|
"@npm/types": "^1.0.2",
|
|
@@ -87,7 +87,7 @@ async function getAccessToken(env) {
|
|
|
87
87
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
88
88
|
await (open_1.default.default ? open_1.default.default : open_1.default)(authorizeData.verification_uri_complete);
|
|
89
89
|
}
|
|
90
|
-
catch
|
|
90
|
+
catch {
|
|
91
91
|
// safe to ignore, since we ask the user to open the URL manually above.
|
|
92
92
|
}
|
|
93
93
|
console.log("\n⏳ Waiting for authentication in the browser...");
|