@trackunit/react-core-contexts-test 0.1.6 → 0.1.8
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/index2.js +2 -0
- package/package.json +3 -3
package/index2.js
CHANGED
|
@@ -2430,6 +2430,8 @@ const mockEnvironmentContext = {
|
|
|
2430
2430
|
|
|
2431
2431
|
const mockUserSubscriptionProviderValue = (features, packageType) => {
|
|
2432
2432
|
return {
|
|
2433
|
+
numberOfDaysWithAccessToHistoricalData: 30,
|
|
2434
|
+
numberOfDaysWithAccessToHistoricalInsights: 30,
|
|
2433
2435
|
features,
|
|
2434
2436
|
packageType
|
|
2435
2437
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@apollo/client": "3.6.9",
|
|
12
12
|
"react": "17.0.2",
|
|
13
|
-
"@trackunit/react-core-contexts-api": "0.2.
|
|
14
|
-
"@trackunit/react-core-hooks": "0.2.
|
|
13
|
+
"@trackunit/react-core-contexts-api": "0.2.3",
|
|
14
|
+
"@trackunit/react-core-hooks": "0.2.8",
|
|
15
15
|
"@trackunit/tailwind-styled-components": "0.0.49",
|
|
16
16
|
"react-router-dom": "6.4.1",
|
|
17
17
|
"graphql": "^15.8.0"
|