@trackunit/iris-app 1.7.15 → 1.7.17

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.17 (2025-10-08)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 1.7.17
6
+ - Updated iris-app-webpack-plugin to 1.7.17
7
+ - Updated iris-app-api to 1.7.17
8
+ - Updated react-test-setup to 1.4.16
9
+ - Updated shared-utils to 1.9.16
10
+
11
+ ## 1.7.16 (2025-10-07)
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated iris-app-build-utilities to 1.7.16
16
+ - Updated iris-app-webpack-plugin to 1.7.16
17
+ - Updated iris-app-api to 1.7.16
18
+ - Updated react-test-setup to 1.4.15
19
+ - Updated shared-utils to 1.9.15
20
+
1
21
  ## 1.7.15 (2025-10-07)
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.15",
3
+ "version": "1.7.17",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -32,12 +32,12 @@
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.15",
36
- "@trackunit/shared-utils": "1.9.14",
37
- "@trackunit/iris-app-api": "1.7.15",
38
- "@trackunit/iris-app-webpack-plugin": "1.7.15",
35
+ "@trackunit/iris-app-build-utilities": "1.7.17",
36
+ "@trackunit/shared-utils": "1.9.16",
37
+ "@trackunit/iris-app-api": "1.7.17",
38
+ "@trackunit/iris-app-webpack-plugin": "1.7.17",
39
39
  "tslib": "^2.6.2",
40
- "@trackunit/react-test-setup": "1.4.14"
40
+ "@trackunit/react-test-setup": "1.4.16"
41
41
  },
42
42
  "types": "./src/index.d.ts",
43
43
  "type": "commonjs"
@@ -275,7 +275,7 @@ const endTime = timeRange?.endMsInEpoch;
275
275
 
276
276
  ```typescript
277
277
  import { useWidgetConfig } from '@trackunit/react-core-hooks';
278
- import { useQuery } from '@apollo/client';
278
+ import { useQuery } from '@trackunit/react-graphql-hooks';
279
279
 
280
280
  export const App = () => {
281
281
  const { filters, timeRange, data, pollInterval, setLoadingState} = useWidgetConfig();