@trackunit/react-core-contexts-test 1.17.25-alpha-9d327375fc1.0 → 1.17.28
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 +2 -0
- package/index.esm2.js +2 -0
- package/package.json +4 -4
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.
|
|
3
|
+
"version": "1.17.28",
|
|
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.
|
|
10
|
+
"@trackunit/shared-utils": "1.15.26",
|
|
11
11
|
"@tanstack/router-core": "1.114.29",
|
|
12
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.
|
|
13
|
-
"@trackunit/react-core-contexts-api": "1.17.
|
|
12
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.28",
|
|
13
|
+
"@trackunit/react-core-contexts-api": "1.17.28",
|
|
14
14
|
"es-toolkit": "^1.39.10"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|