@trackunit/react-core-contexts-test 1.17.58 → 1.17.61-alpha-df707023a8f.0

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
@@ -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,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entry.js","sourceRoot":"","sources":["../../../../../libs/react/core-contexts-test/migrations/entry.ts"],"names":[],"mappings":"","sourcesContent":["export {};\n"]}
@@ -0,0 +1,3 @@
1
+ {
2
+ "generators": {}
3
+ }
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "1.17.58",
3
+ "version": "1.17.61-alpha-df707023a8f.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
7
7
  "node": ">=24.x"
8
8
  },
9
9
  "dependencies": {
10
- "@trackunit/shared-utils": "1.15.53",
10
+ "@trackunit/shared-utils": "1.15.56-alpha-df707023a8f.0",
11
11
  "@tanstack/router-core": "1.114.29",
12
- "@trackunit/iris-app-runtime-core-api": "1.16.58",
13
- "@trackunit/react-core-contexts-api": "1.17.58",
12
+ "@trackunit/iris-app-runtime-core-api": "1.16.61-alpha-df707023a8f.0",
13
+ "@trackunit/react-core-contexts-api": "1.17.61-alpha-df707023a8f.0",
14
14
  "es-toolkit": "^1.39.10"
15
15
  },
16
16
  "peerDependencies": {
@@ -19,6 +19,7 @@
19
19
  "graphql": "^16.10.0",
20
20
  "@tanstack/react-router": "^1.114.29"
21
21
  },
22
+ "migrations": "./migrations.json",
22
23
  "module": "./index.esm.js",
23
24
  "main": "./index.cjs.js",
24
25
  "types": "./index.d.ts"