@trackunit/react-core-contexts-test 1.17.60 → 1.17.61
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 +4 -0
- package/index.esm2.js +4 -0
- package/migrations/entry.js.map +1 -0
- package/package.json +3 -3
package/index.cjs2.js
CHANGED
|
@@ -13694,6 +13694,9 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13694
13694
|
hasPermission: async () => {
|
|
13695
13695
|
return true;
|
|
13696
13696
|
},
|
|
13697
|
+
hasAccountAction: async () => {
|
|
13698
|
+
return true;
|
|
13699
|
+
},
|
|
13697
13700
|
showMarketplace: true,
|
|
13698
13701
|
showHelpCenter: true,
|
|
13699
13702
|
showAppLibrary: true,
|
|
@@ -13708,6 +13711,7 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13708
13711
|
hasAccessToRoute: async () => true,
|
|
13709
13712
|
hasFeatureFlag: async () => true,
|
|
13710
13713
|
hasPermission: async () => true,
|
|
13714
|
+
hasAccountAction: async () => true,
|
|
13711
13715
|
isAuthenticated: true,
|
|
13712
13716
|
client,
|
|
13713
13717
|
defaultUserRoute: "/",
|
package/index.esm2.js
CHANGED
|
@@ -13672,6 +13672,9 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13672
13672
|
hasPermission: async () => {
|
|
13673
13673
|
return true;
|
|
13674
13674
|
},
|
|
13675
|
+
hasAccountAction: async () => {
|
|
13676
|
+
return true;
|
|
13677
|
+
},
|
|
13675
13678
|
showMarketplace: true,
|
|
13676
13679
|
showHelpCenter: true,
|
|
13677
13680
|
showAppLibrary: true,
|
|
@@ -13686,6 +13689,7 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
|
|
|
13686
13689
|
hasAccessToRoute: async () => true,
|
|
13687
13690
|
hasFeatureFlag: async () => true,
|
|
13688
13691
|
hasPermission: async () => true,
|
|
13692
|
+
hasAccountAction: async () => true,
|
|
13689
13693
|
isAuthenticated: true,
|
|
13690
13694
|
client,
|
|
13691
13695
|
defaultUserRoute: "/",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/core-contexts-test/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.61",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@trackunit/shared-utils": "1.15.55",
|
|
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.61",
|
|
13
|
+
"@trackunit/react-core-contexts-api": "1.17.61",
|
|
14
14
|
"es-toolkit": "^1.39.10"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|