@trackunit/react-core-contexts-test 0.0.40 → 0.0.42
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 +1 -4
- package/package.json +4 -4
package/index2.js
CHANGED
|
@@ -2417,10 +2417,7 @@ const mockEnvironmentContext = {
|
|
|
2417
2417
|
const mockUserSubscriptionProviderValue = (features, packageType) => {
|
|
2418
2418
|
return {
|
|
2419
2419
|
features,
|
|
2420
|
-
packageType
|
|
2421
|
-
hasCollectPackage: packageType === UserSubscriptionPackageType.Collect,
|
|
2422
|
-
hasInsightPackage: packageType === UserSubscriptionPackageType.Insight,
|
|
2423
|
-
hasViewPackage: packageType === UserSubscriptionPackageType.View
|
|
2420
|
+
packageType
|
|
2424
2421
|
};
|
|
2425
2422
|
};
|
|
2426
2423
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.42",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@apollo/client": "3.6.9",
|
|
12
12
|
"react": "17.0.2",
|
|
13
|
-
"@trackunit/react-core-contexts-api": "0.0.
|
|
14
|
-
"@trackunit/react-core-hooks": "0.0.
|
|
15
|
-
"@trackunit/tailwind-styled-components": "0.0.
|
|
13
|
+
"@trackunit/react-core-contexts-api": "0.0.62",
|
|
14
|
+
"@trackunit/react-core-hooks": "0.0.70",
|
|
15
|
+
"@trackunit/tailwind-styled-components": "0.0.46",
|
|
16
16
|
"react-router-dom": "6.4.1",
|
|
17
17
|
"graphql": "^15.8.0"
|
|
18
18
|
},
|