@trackunit/iris-app-sdk-webpack 1.0.9 → 1.0.13

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 +47 -2
  2. package/package.json +6 -5
package/CHANGELOG.md CHANGED
@@ -1,7 +1,52 @@
1
- # Changelog
1
+ ## 1.0.13 (2025-02-03)
2
2
 
3
- This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
3
+ ### 🧱 Updated Dependencies
4
4
 
5
+ - Updated iris-app-build-utilities to 1.0.10
6
+ - Updated iris-app-webpack-plugin to 1.0.9
7
+ - Updated iris-app-api to 1.0.8
8
+ - Updated shared-utils to 1.2.1
9
+
10
+ ## 1.0.12 (2025-02-03)
11
+
12
+ ### 🧱 Updated Dependencies
13
+
14
+ - Updated iris-app-build-utilities to 1.0.9
15
+ - Updated iris-app-webpack-plugin to 1.0.8
16
+ - Updated iris-app-api to 1.0.7
17
+ - Updated shared-utils to 1.2.0
18
+
19
+ ## 1.0.11 (2025-01-30)
20
+
21
+ ### 🧱 Updated Dependencies
22
+
23
+ - Updated iris-app-build-utilities to 1.0.9
24
+ - Updated iris-app-webpack-plugin to 1.0.8
25
+ - Updated iris-app-api to 1.0.7
26
+ - Updated shared-utils to 1.1.1
27
+
28
+ ## 1.0.10 (2025-01-30)
29
+
30
+ ### 🧱 Updated Dependencies
31
+
32
+ - Updated iris-app-build-utilities to 1.0.8
33
+ - Updated iris-app-webpack-plugin to 1.0.7
34
+ - Updated iris-app-api to 1.0.6
35
+
36
+
37
+ ## [1.0.11](https://github.com/Trackunit/manager/compare/iris-app-sdk-webpack/1.0.10...iris-app-sdk-webpack/1.0.11) (2025-01-31)
38
+
39
+ ### Dependency Updates
40
+
41
+ * `shared-utils` updated to version `1.0.10`
42
+ ## [1.0.10](https://github.com/Trackunit/manager/compare/iris-app-sdk-webpack/1.0.9...iris-app-sdk-webpack/1.0.10) (2025-01-31)
43
+
44
+ ### Dependency Updates
45
+
46
+ * `iris-app-build-utilities` updated to version `1.0.9`
47
+ * `shared-utils` updated to version `1.0.9`
48
+ * `iris-app-api` updated to version `1.0.9`
49
+ * `iris-app-webpack-plugin` updated to version `1.0.9`
5
50
  ## [1.0.9](https://github.com/Trackunit/manager/compare/iris-app-sdk-webpack/1.0.8...iris-app-sdk-webpack/1.0.9) (2025-01-30)
6
51
 
7
52
  ### Dependency Updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-webpack",
3
- "version": "1.0.9",
3
+ "version": "1.0.13",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
@@ -17,10 +17,11 @@
17
17
  "semver": "7.5.4",
18
18
  "copy-webpack-plugin": "11.0.0",
19
19
  "webpack-bundle-analyzer": "^4.8.0",
20
- "@trackunit/iris-app-build-utilities": "^1.0.7",
21
- "@trackunit/shared-utils": "^1.0.3",
22
- "@trackunit/iris-app-api": "^1.0.5",
23
- "@trackunit/iris-app-webpack-plugin": "^1.0.6"
20
+ "@trackunit/iris-app-build-utilities": "1.0.10",
21
+ "@trackunit/shared-utils": "1.2.1",
22
+ "@trackunit/iris-app-api": "1.0.8",
23
+ "@trackunit/iris-app-webpack-plugin": "1.0.9",
24
+ "tslib": "^2.6.2"
24
25
  },
25
26
  "types": "./src/index.d.ts",
26
27
  "main": "./src/index.js",