@trackunit/iris-app-webpack-plugin 1.11.7 → 1.11.9-alpha-e76d0654d61.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,10 @@
1
+ ## 1.11.8 (2026-01-27)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.12.8
6
+ - Updated iris-app-api to 1.14.8
7
+
1
8
  ## 1.11.7 (2026-01-27)
2
9
 
3
10
  ### 🧱 Updated Dependencies
@@ -1,5 +1,5 @@
1
1
  To build use:
2
- yarn nx run iris-app-webpack-plugin:build
2
+ pnpm exec nx run iris-app-webpack-plugin:build
3
3
 
4
4
  To publish use:
5
5
  npm publish ./dist/libs/iris-app-sdk/iris-app-webpack-plugin/ --access public
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "1.11.7",
3
+ "version": "1.11.9-alpha-e76d0654d61.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/iris-app-build-utilities": "1.12.7",
10
+ "@trackunit/iris-app-build-utilities": "1.12.9-alpha-e76d0654d61.0",
11
11
  "webpack": "5.101.3",
12
- "@trackunit/iris-app-api": "1.14.7",
12
+ "@trackunit/iris-app-api": "1.14.9-alpha-e76d0654d61.0",
13
13
  "tslib": "^2.6.2"
14
14
  },
15
15
  "types": "./src/index.d.ts",