@trackunit/iris-app 1.7.94 → 1.7.98
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,43 @@
|
|
|
1
|
+
## 1.7.98 (2025-11-27)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated iris-app-build-utilities to 1.7.93
|
|
6
|
+
- Updated iris-app-webpack-plugin to 1.7.94
|
|
7
|
+
- Updated iris-app-api to 1.9.28
|
|
8
|
+
- Updated react-test-setup to 1.4.90
|
|
9
|
+
- Updated shared-utils to 1.9.90
|
|
10
|
+
|
|
11
|
+
## 1.7.97 (2025-11-26)
|
|
12
|
+
|
|
13
|
+
### 🧱 Updated Dependencies
|
|
14
|
+
|
|
15
|
+
- Updated iris-app-build-utilities to 1.7.92
|
|
16
|
+
- Updated iris-app-webpack-plugin to 1.7.93
|
|
17
|
+
- Updated iris-app-api to 1.9.27
|
|
18
|
+
- Updated react-test-setup to 1.4.89
|
|
19
|
+
- Updated shared-utils to 1.9.89
|
|
20
|
+
|
|
21
|
+
## 1.7.96 (2025-11-26)
|
|
22
|
+
|
|
23
|
+
### 🧱 Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated iris-app-build-utilities to 1.7.91
|
|
26
|
+
- Updated iris-app-webpack-plugin to 1.7.92
|
|
27
|
+
- Updated iris-app-api to 1.9.26
|
|
28
|
+
- Updated react-test-setup to 1.4.88
|
|
29
|
+
- Updated shared-utils to 1.9.88
|
|
30
|
+
|
|
31
|
+
## 1.7.95 (2025-11-26)
|
|
32
|
+
|
|
33
|
+
### 🧱 Updated Dependencies
|
|
34
|
+
|
|
35
|
+
- Updated iris-app-build-utilities to 1.7.90
|
|
36
|
+
- Updated iris-app-webpack-plugin to 1.7.91
|
|
37
|
+
- Updated iris-app-api to 1.9.25
|
|
38
|
+
- Updated react-test-setup to 1.4.87
|
|
39
|
+
- Updated shared-utils to 1.9.87
|
|
40
|
+
|
|
1
41
|
## 1.7.94 (2025-11-26)
|
|
2
42
|
|
|
3
43
|
### 🧱 Updated Dependencies
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.98",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
7
7
|
"executors": "./executors.json",
|
|
8
8
|
"repository": "https://github.com/Trackunit/manager",
|
|
9
9
|
"engines": {
|
|
10
|
-
"node": ">=
|
|
10
|
+
"node": ">=24.x"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"pacote": "17.0.6",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@npmcli/arborist": "^7.3.1",
|
|
33
33
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
34
34
|
"win-ca": "^3.5.1",
|
|
35
|
-
"@trackunit/shared-utils": "1.9.
|
|
36
|
-
"@trackunit/iris-app-api": "1.9.
|
|
37
|
-
"@trackunit/iris-app-webpack-plugin": "1.7.
|
|
35
|
+
"@trackunit/shared-utils": "1.9.90",
|
|
36
|
+
"@trackunit/iris-app-api": "1.9.28",
|
|
37
|
+
"@trackunit/iris-app-webpack-plugin": "1.7.94",
|
|
38
38
|
"tslib": "^2.6.2"
|
|
39
39
|
},
|
|
40
40
|
"types": "./src/index.d.ts",
|
|
@@ -39,7 +39,7 @@ Before any coding, create a detailed plan that **MUST follow this structure**:
|
|
|
39
39
|
**Phase 2: Browser Verification (CRITICAL GATE)**
|
|
40
40
|
- Open browser to https://new.manager.trackunit.com/goto/iris-app-dev
|
|
41
41
|
- Wait for user login (2-4 minutes)
|
|
42
|
-
- Enable "Use Local Apps" toggle if not already enabled
|
|
42
|
+
- Enable "Use Local Apps" toggle (dataTestId="localDevModeSwitch") if not already enabled
|
|
43
43
|
- Navigate to extension location based on type (see @browser-irisx-development):
|
|
44
44
|
- FLEET_EXTENSION: Main menu → App name
|
|
45
45
|
- ASSET_HOME_EXTENSION: Assets → Select asset → Extension tab
|
|
@@ -102,9 +102,9 @@ npx nx run [app-name]:serve
|
|
|
102
102
|
**CRITICAL: Do this BEFORE any GraphQL setup or UI implementation**
|
|
103
103
|
|
|
104
104
|
Follow the complete browser setup workflow in @browser-irisx-development:
|
|
105
|
-
- Navigate to https://new.manager.trackunit.com/goto/iris-app-dev
|
|
105
|
+
- Navigate to https://new.manager.trackunit.com/goto/iris-app-dev
|
|
106
106
|
- Wait for user login (be patient, 2-4 minutes)
|
|
107
|
-
- Enable "Use Local Apps" toggle
|
|
107
|
+
- Enable "Use Local Apps" toggle (dataTestId="localDevModeSwitch") if not already enabled
|
|
108
108
|
- Navigate to extension location based on type:
|
|
109
109
|
- FLEET_EXTENSION: Main menu → Look for app name
|
|
110
110
|
- ASSET_HOME_EXTENSION: Assets → Open any asset → Look for extension tab
|