@trackunit/iris-app 1.11.18 → 1.11.19

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,13 @@
1
+ ## 1.11.19 (2026-02-03)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.12.19
6
+ - Updated iris-app-webpack-plugin to 1.11.19
7
+ - Updated iris-app-api to 1.14.17
8
+ - Updated react-test-setup to 1.8.18
9
+ - Updated shared-utils to 1.13.18
10
+
1
11
  ## 1.11.18 (2026-02-02)
2
12
 
3
13
  ### 🧱 Updated Dependencies
package/README.md CHANGED
@@ -16,7 +16,7 @@ Run through the easy getting started guide here: [Getting Started](https://devel
16
16
  To test changes to the SDK generators locally, you can verify them in a full, temporary workspace environment.
17
17
 
18
18
  **Command:**
19
- `yarn run integration-test:local`
19
+ `yarn run integration-test`
20
20
 
21
21
  **What it does:**
22
22
  - Generates a temporary workspace containing a full Iris app setup.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.11.18",
3
+ "version": "1.11.19",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -31,9 +31,9 @@
31
31
  "@npmcli/arborist": "^9.1.9",
32
32
  "webpack-bundle-analyzer": "^4.8.0",
33
33
  "win-ca": "^3.5.1",
34
- "@trackunit/shared-utils": "1.13.17",
35
- "@trackunit/iris-app-api": "1.14.16",
36
- "@trackunit/iris-app-webpack-plugin": "1.11.18",
34
+ "@trackunit/shared-utils": "1.13.18",
35
+ "@trackunit/iris-app-api": "1.14.17",
36
+ "@trackunit/iris-app-webpack-plugin": "1.11.19",
37
37
  "tslib": "^2.6.2",
38
38
  "@clack/prompts": "^1.0.0"
39
39
  },