@trackunit/react-core-contexts-test 1.4.1 → 1.4.2

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.cjs.js CHANGED
@@ -208,6 +208,11 @@ const mockTimeRangeContext = {
208
208
  startMsInEpoch: 1,
209
209
  endMsInEpoch: 2,
210
210
  },
211
+ temporalPeriod: {
212
+ direction: "last",
213
+ count: 3,
214
+ unit: "days",
215
+ },
211
216
  };
212
217
 
213
218
  const mockToastContext = {
package/index.esm.js CHANGED
@@ -206,6 +206,11 @@ const mockTimeRangeContext = {
206
206
  startMsInEpoch: 1,
207
207
  endMsInEpoch: 2,
208
208
  },
209
+ temporalPeriod: {
210
+ direction: "last",
211
+ count: 3,
212
+ unit: "days",
213
+ },
209
214
  };
210
215
 
211
216
  const mockToastContext = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -14,8 +14,8 @@
14
14
  "graphql": "^16.10.0",
15
15
  "@tanstack/react-router": "1.114.29",
16
16
  "@tanstack/router-core": "1.114.29",
17
- "@trackunit/react-core-contexts-api": "1.5.1",
18
- "@trackunit/react-core-hooks": "1.4.1",
17
+ "@trackunit/react-core-contexts-api": "1.5.2",
18
+ "@trackunit/react-core-hooks": "1.4.2",
19
19
  "@trackunit/shared-utils": "1.6.1"
20
20
  },
21
21
  "module": "./index.esm.js",