@trackunit/react-core-contexts-test 1.17.26-alpha-27ad777c16e.0 → 1.17.29

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/index.cjs2.js CHANGED
@@ -13445,6 +13445,8 @@ const mockCurrentUserPreferenceContext = {
13445
13445
  setTimeZonePreference: doNothing,
13446
13446
  systemOfMeasurement: "SI",
13447
13447
  setSystemOfMeasurement: doNothing,
13448
+ timeFormat: "LANGUAGE_DEFAULT",
13449
+ setTimeFormat: doNothing,
13448
13450
  };
13449
13451
 
13450
13452
  const mockExportDataContextState = {
package/index.esm2.js CHANGED
@@ -13423,6 +13423,8 @@ const mockCurrentUserPreferenceContext = {
13423
13423
  setTimeZonePreference: doNothing,
13424
13424
  systemOfMeasurement: "SI",
13425
13425
  setSystemOfMeasurement: doNothing,
13426
+ timeFormat: "LANGUAGE_DEFAULT",
13427
+ setTimeFormat: doNothing,
13426
13428
  };
13427
13429
 
13428
13430
  const mockExportDataContextState = {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "1.17.26-alpha-27ad777c16e.0",
3
+ "version": "1.17.29",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/shared-utils": "1.15.25-alpha-27ad777c16e.0",
10
+ "@trackunit/shared-utils": "1.15.27",
11
11
  "@tanstack/router-core": "1.114.29",
12
- "@trackunit/iris-app-runtime-core-api": "1.16.26-alpha-27ad777c16e.0",
13
- "@trackunit/react-core-contexts-api": "1.17.26-alpha-27ad777c16e.0",
12
+ "@trackunit/iris-app-runtime-core-api": "1.16.29",
13
+ "@trackunit/react-core-contexts-api": "1.17.29",
14
14
  "es-toolkit": "^1.39.10"
15
15
  },
16
16
  "peerDependencies": {