@trackunit/iris-app 1.7.78 → 1.7.80

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,23 @@
1
+ ## 1.7.80 (2025-11-20)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.7.75
6
+ - Updated iris-app-webpack-plugin to 1.7.76
7
+ - Updated iris-app-api to 1.9.10
8
+ - Updated react-test-setup to 1.4.72
9
+ - Updated shared-utils to 1.9.72
10
+
11
+ ## 1.7.79 (2025-11-20)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated iris-app-build-utilities to 1.7.74
16
+ - Updated iris-app-webpack-plugin to 1.7.75
17
+ - Updated iris-app-api to 1.9.9
18
+ - Updated react-test-setup to 1.4.71
19
+ - Updated shared-utils to 1.9.71
20
+
1
21
  ## 1.7.78 (2025-11-19)
2
22
 
3
23
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "1.7.78",
3
+ "version": "1.7.80",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -32,12 +32,10 @@
32
32
  "@npmcli/arborist": "^7.3.1",
33
33
  "webpack-bundle-analyzer": "^4.8.0",
34
34
  "win-ca": "^3.5.1",
35
- "@trackunit/iris-app-build-utilities": "1.7.73",
36
- "@trackunit/shared-utils": "1.9.70",
37
- "@trackunit/iris-app-api": "1.9.8",
38
- "@trackunit/iris-app-webpack-plugin": "1.7.74",
39
- "tslib": "^2.6.2",
40
- "@trackunit/react-test-setup": "1.4.70"
35
+ "@trackunit/shared-utils": "1.9.72",
36
+ "@trackunit/iris-app-api": "1.9.10",
37
+ "@trackunit/iris-app-webpack-plugin": "1.7.76",
38
+ "tslib": "^2.6.2"
41
39
  },
42
40
  "types": "./src/index.d.ts",
43
41
  "type": "commonjs"
@@ -9,5 +9,6 @@ export declare const testDependencies: {
9
9
  jest: string;
10
10
  "jest-environment-jsdom": string;
11
11
  "jest-transform-stub": string;
12
+ "jest-fetch-mock": string;
12
13
  "ts-jest": string;
13
14
  };
@@ -17,6 +17,7 @@ exports.testDependencies = {
17
17
  jest: "29.7.0",
18
18
  "jest-environment-jsdom": "29.7.0",
19
19
  "jest-transform-stub": "^2.0.0",
20
+ "jest-fetch-mock": "^3.0.3",
20
21
  "ts-jest": "29.2.5",
21
22
  };
22
23
  //# sourceMappingURL=dependencies.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dependencies.js","sourceRoot":"","sources":["../../../../../../../libs/iris-app-sdk/iris-app/src/generators/extend/dependencies.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEU,QAAA,eAAe,GAAG;IAC7B,YAAY,EAAE,QAAQ;IACtB,kBAAkB,EAAE,OAAO;CAC5B,CAAC;AAEW,QAAA,gBAAgB,GAAG;IAC9B,UAAU,EAAE,QAAQ;IACpB,wBAAwB,EAAE,QAAQ;IAClC,sBAAsB,EAAE,SAAS;IACjC,IAAI,EAAE,QAAQ;IACd,wBAAwB,EAAE,QAAQ;IAClC,qBAAqB,EAAE,QAAQ;IAC/B,SAAS,EAAE,QAAQ;CACpB,CAAC","sourcesContent":["/*\n * Use this file to maintain the version of single-spa and related dependencies.\n * Versions in here should be in sync with the versions in manager package.json.\n * If the test fails, update this file to reflect the version in manager package.json file.\n */\n\nexport const spaDependencies = {\n \"single-spa\": \"^5.9.5\",\n \"single-spa-react\": \"5.1.4\",\n};\n\nexport const testDependencies = {\n \"@nx/jest\": \"21.2.1\",\n \"@testing-library/react\": \"16.2.0\",\n \"@testing-library/dom\": \"^10.4.0\",\n jest: \"29.7.0\",\n \"jest-environment-jsdom\": \"29.7.0\",\n \"jest-transform-stub\": \"^2.0.0\",\n \"ts-jest\": \"29.2.5\",\n};\n"]}
1
+ {"version":3,"file":"dependencies.js","sourceRoot":"","sources":["../../../../../../../libs/iris-app-sdk/iris-app/src/generators/extend/dependencies.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;AAEU,QAAA,eAAe,GAAG;IAC7B,YAAY,EAAE,QAAQ;IACtB,kBAAkB,EAAE,OAAO;CAC5B,CAAC;AAEW,QAAA,gBAAgB,GAAG;IAC9B,UAAU,EAAE,QAAQ;IACpB,wBAAwB,EAAE,QAAQ;IAClC,sBAAsB,EAAE,SAAS;IACjC,IAAI,EAAE,QAAQ;IACd,wBAAwB,EAAE,QAAQ;IAClC,qBAAqB,EAAE,QAAQ;IAC/B,iBAAiB,EAAE,QAAQ;IAC3B,SAAS,EAAE,QAAQ;CACpB,CAAC","sourcesContent":["/*\n * Use this file to maintain the version of single-spa and related dependencies.\n * Versions in here should be in sync with the versions in manager package.json.\n * If the test fails, update this file to reflect the version in manager package.json file.\n */\n\nexport const spaDependencies = {\n \"single-spa\": \"^5.9.5\",\n \"single-spa-react\": \"5.1.4\",\n};\n\nexport const testDependencies = {\n \"@nx/jest\": \"21.2.1\",\n \"@testing-library/react\": \"16.2.0\",\n \"@testing-library/dom\": \"^10.4.0\",\n jest: \"29.7.0\",\n \"jest-environment-jsdom\": \"29.7.0\",\n \"jest-transform-stub\": \"^2.0.0\",\n \"jest-fetch-mock\": \"^3.0.3\",\n \"ts-jest\": \"29.2.5\",\n};\n"]}