@trackunit/iris-app-sdk-rspack 1.11.67 → 1.11.71

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,31 @@
1
+ ## 1.11.71 (2026-03-11)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.12.70
6
+ - Updated iris-app-webpack-plugin to 1.11.70
7
+ - Updated iris-app-api to 1.14.64
8
+
9
+ ## 1.11.70 (2026-03-10)
10
+
11
+ This was a version bump only for iris-app-sdk-rspack to align it with other projects, there were no code changes.
12
+
13
+ ## 1.11.69 (2026-03-10)
14
+
15
+ ### 🧱 Updated Dependencies
16
+
17
+ - Updated iris-app-build-utilities to 1.12.69
18
+ - Updated iris-app-webpack-plugin to 1.11.69
19
+ - Updated iris-app-api to 1.14.63
20
+
21
+ ## 1.11.68 (2026-03-10)
22
+
23
+ ### 🧱 Updated Dependencies
24
+
25
+ - Updated iris-app-build-utilities to 1.12.68
26
+ - Updated iris-app-webpack-plugin to 1.11.68
27
+ - Updated iris-app-api to 1.14.62
28
+
1
29
  ## 1.11.67 (2026-03-09)
2
30
 
3
31
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-rspack",
3
- "version": "1.11.67",
3
+ "version": "1.11.71",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
@@ -14,8 +14,8 @@
14
14
  "rxjs": "7.8.1",
15
15
  "win-ca": "^3.5.1",
16
16
  "webpack-bundle-analyzer": "^4.8.0",
17
- "@trackunit/iris-app-api": "1.14.61",
18
- "@trackunit/iris-app-webpack-plugin": "1.11.67",
17
+ "@trackunit/iris-app-api": "1.14.64",
18
+ "@trackunit/iris-app-webpack-plugin": "1.11.70",
19
19
  "tslib": "^2.6.2",
20
20
  "ts-checker-rspack-plugin": "^1.1.1"
21
21
  },
@@ -125,10 +125,10 @@ const getDefaultConfig = async (mode, nxRootDir, appDir, irisAppManifest, _conte
125
125
  {
126
126
  test: /\.(js|mjs)$/,
127
127
  include: [
128
- /node_modules\/@apollo\/client/,
129
- /node_modules\/framer-motion/,
130
- /node_modules\/uuid/,
131
- /node_modules\/html-parse-stringify/,
128
+ /@apollo[\\/]client[\\/]|[\\/]@apollo-client-/,
129
+ /[\\/]framer-motion[\\/]|[\\/]framer-motion-(?:virtual|npm)-/,
130
+ /[\\/]uuid[\\/]|[\\/]uuid-npm-/,
131
+ /[\\/]html-parse-stringify[\\/]|[\\/]html-parse-stringify-(?:virtual|npm)-/,
132
132
  ],
133
133
  type: "javascript/auto",
134
134
  resolve: {