@trackunit/iris-app-sdk-webpack 1.3.35 → 1.3.36

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,12 @@
1
+ ## 1.3.36 (2025-03-17)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.3.36
6
+ - Updated iris-app-webpack-plugin to 1.3.36
7
+ - Updated iris-app-api to 1.3.36
8
+ - Updated shared-utils to 1.5.36
9
+
1
10
  ## 1.3.35 (2025-03-17)
2
11
 
3
12
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-sdk-webpack",
3
- "version": "1.3.35",
3
+ "version": "1.3.36",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "executors": "./executors.json",
7
7
  "engines": {
8
- "node": ">=20.x"
8
+ "node": ">=22.x"
9
9
  },
10
10
  "dependencies": {
11
11
  "webpack": "5.97.1",
@@ -17,10 +17,10 @@
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.3.35",
21
- "@trackunit/shared-utils": "1.5.35",
22
- "@trackunit/iris-app-api": "1.3.35",
23
- "@trackunit/iris-app-webpack-plugin": "1.3.35",
20
+ "@trackunit/iris-app-build-utilities": "1.3.36",
21
+ "@trackunit/shared-utils": "1.5.36",
22
+ "@trackunit/iris-app-api": "1.3.36",
23
+ "@trackunit/iris-app-webpack-plugin": "1.3.36",
24
24
  "tslib": "^2.6.2"
25
25
  },
26
26
  "types": "./src/index.d.ts",
@@ -4,6 +4,6 @@ exports.version = void 0;
4
4
  // The major version of NX and Node specified here will be matched with corresponding versions in the iris app.
5
5
  exports.version = {
6
6
  managerNxVersion: "^19.8.3",
7
- managerNodeVersion: "^20.14.0",
7
+ managerNodeVersion: "^22.14.0",
8
8
  };
9
9
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../../../../libs/iris-app-sdk/webpack/src/executors/utils/version.ts"],"names":[],"mappings":";;;AAAA,+GAA+G;AAClG,QAAA,OAAO,GAAG;IACrB,gBAAgB,EAAE,SAAS;IAC3B,kBAAkB,EAAE,UAAU;CAC/B,CAAC","sourcesContent":["// The major version of NX and Node specified here will be matched with corresponding versions in the iris app.\nexport const version = {\n managerNxVersion: \"^19.8.3\",\n managerNodeVersion: \"^20.14.0\",\n};\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../../../../../../libs/iris-app-sdk/webpack/src/executors/utils/version.ts"],"names":[],"mappings":";;;AAAA,+GAA+G;AAClG,QAAA,OAAO,GAAG;IACrB,gBAAgB,EAAE,SAAS;IAC3B,kBAAkB,EAAE,UAAU;CAC/B,CAAC","sourcesContent":["// The major version of NX and Node specified here will be matched with corresponding versions in the iris app.\nexport const version = {\n managerNxVersion: \"^19.8.3\",\n managerNodeVersion: \"^22.14.0\",\n};\n"]}