@trackunit/iris-app-sdk-webpack 2.0.37-alpha-6a85feaada3.0 → 2.0.37-alpha-52dc2da9c19.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 CHANGED
@@ -1,3 +1,11 @@
1
+ ## 2.0.36 (2026-06-25)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 2.0.36
6
+ - Updated iris-app-webpack-plugin to 2.0.36
7
+ - Updated iris-app-api to 2.0.35
8
+
1
9
  ## 2.0.35 (2026-06-23)
2
10
 
3
11
  ### 🧱 Updated Dependencies
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ > **⚠️ Deprecation notice — webpack & rspack build executors**
2
+ >
3
+ > The `@trackunit/iris-app-sdk-webpack` and `@trackunit/iris-app-sdk-rspack` build executors are **deprecated** and will be **removed in the coming months**. We are consolidating the Iris App SDK build tooling on **Vite** (`@trackunit/iris-app-sdk-vite`) so we can focus our effort on a single, well-supported bundler.
4
+ >
5
+ > **Action required:** migrate your Iris app to the Vite executor. See the [Vite migration guide](https://developers.trackunit.com/changelog/2026/02/26/migrate-from-rspack-to-vite).
6
+
1
7
  # Trackunit Iris App Sdk Webpack Bundler
2
8
  The `@trackunit/iris-app-sdk-webpack` package contains a executor for webpack bundler used for IrisAppSDK development.
3
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-webpack",
3
- "version": "2.0.37-alpha-6a85feaada3.0",
3
+ "version": "2.0.37-alpha-52dc2da9c19.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
@@ -14,9 +14,9 @@
14
14
  "win-ca": "^3.5.1",
15
15
  "copy-webpack-plugin": "11.0.0",
16
16
  "webpack-bundle-analyzer": "^4.8.0",
17
- "@trackunit/iris-app-build-utilities": "2.0.37-alpha-6a85feaada3.0",
18
- "@trackunit/iris-app-api": "2.0.36-alpha-6a85feaada3.0",
19
- "@trackunit/iris-app-webpack-plugin": "2.0.37-alpha-6a85feaada3.0",
17
+ "@trackunit/iris-app-build-utilities": "2.0.37-alpha-52dc2da9c19.0",
18
+ "@trackunit/iris-app-api": "2.0.36-alpha-52dc2da9c19.0",
19
+ "@trackunit/iris-app-webpack-plugin": "2.0.37-alpha-52dc2da9c19.0",
20
20
  "tslib": "^2.6.2"
21
21
  },
22
22
  "peerDependencies": {