@trackunit/react-core-contexts-test 1.12.50-alpha-6c7c4fa43b0.0 → 1.12.50

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 CHANGED
@@ -13669,9 +13669,6 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
13669
13669
  hasAccessToRoute: async () => {
13670
13670
  return true;
13671
13671
  },
13672
- hasFeatureFlag: async () => {
13673
- return true;
13674
- },
13675
13672
  showMarketplace: true,
13676
13673
  showHelpCenter: true,
13677
13674
  showAppLibrary: true,
@@ -13684,7 +13681,6 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
13684
13681
  const context = React.useMemo(() => ({
13685
13682
  hasAccessToHostRoute: async () => true,
13686
13683
  hasAccessToRoute: async () => true,
13687
- hasFeatureFlag: async () => true,
13688
13684
  isAuthenticated: true,
13689
13685
  client,
13690
13686
  defaultUserRoute: "/",
package/index.esm2.js CHANGED
@@ -13647,9 +13647,6 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
13647
13647
  hasAccessToRoute: async () => {
13648
13648
  return true;
13649
13649
  },
13650
- hasFeatureFlag: async () => {
13651
- return true;
13652
- },
13653
13650
  showMarketplace: true,
13654
13651
  showHelpCenter: true,
13655
13652
  showAppLibrary: true,
@@ -13662,7 +13659,6 @@ const RouterContainer = ({ addTestRootContainer, selectedRouterProps, rootRoute,
13662
13659
  const context = useMemo(() => ({
13663
13660
  hasAccessToHostRoute: async () => true,
13664
13661
  hasAccessToRoute: async () => true,
13665
- hasFeatureFlag: async () => true,
13666
13662
  isAuthenticated: true,
13667
13663
  client,
13668
13664
  defaultUserRoute: "/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "1.12.50-alpha-6c7c4fa43b0.0",
3
+ "version": "1.12.50",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -10,11 +10,11 @@
10
10
  "@apollo/client": "3.13.8",
11
11
  "react": "19.0.0",
12
12
  "@tanstack/react-router": "1.114.29",
13
- "@trackunit/shared-utils": "1.13.64-alpha-6c7c4fa43b0.0",
13
+ "@trackunit/shared-utils": "1.13.64",
14
14
  "graphql": "^16.10.0",
15
15
  "@tanstack/router-core": "1.114.29",
16
- "@trackunit/iris-app-runtime-core-api": "1.12.47-alpha-6c7c4fa43b0.0",
17
- "@trackunit/react-core-contexts-api": "1.13.47-alpha-6c7c4fa43b0.0",
16
+ "@trackunit/iris-app-runtime-core-api": "1.12.47",
17
+ "@trackunit/react-core-contexts-api": "1.13.47",
18
18
  "es-toolkit": "^1.39.10"
19
19
  },
20
20
  "module": "./index.esm.js",