@trackunit/iris-app-webpack-plugin 1.3.162 → 1.3.168

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,39 @@
1
+ ## 1.3.168 (2025-06-23)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-api to 1.3.167
6
+
7
+ ## 1.3.167 (2025-06-23)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated iris-app-api to 1.3.166
12
+
13
+ ## 1.3.166 (2025-06-23)
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated iris-app-api to 1.3.165
18
+
19
+ ## 1.3.165 (2025-06-23)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-api to 1.3.164
24
+
25
+ ## 1.3.164 (2025-06-20)
26
+
27
+ ### 🧱 Updated Dependencies
28
+
29
+ - Updated iris-app-api to 1.3.163
30
+
31
+ ## 1.3.163 (2025-06-20)
32
+
33
+ ### 🧱 Updated Dependencies
34
+
35
+ - Updated iris-app-api to 1.3.162
36
+
1
37
  ## 1.3.162 (2025-06-19)
2
38
 
3
39
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-webpack-plugin",
3
- "version": "1.3.162",
3
+ "version": "1.3.168",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "csp-header": "^5.2.1",
11
11
  "webpack": "5.97.1",
12
- "@trackunit/iris-app-api": "1.3.161",
12
+ "@trackunit/iris-app-api": "1.3.167",
13
13
  "tslib": "^2.6.2"
14
14
  },
15
15
  "types": "./src/index.d.ts",