@trackunit/react-core-contexts-api 1.4.148 → 1.4.149

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.cjs.js CHANGED
@@ -128,6 +128,7 @@ const isIrisOptions = (options) => {
128
128
  };
129
129
 
130
130
  const UserSubscriptionPackage = {
131
+ ENTRY_FLEET_OWNER: "Entry (Fleet Owner)",
131
132
  EXPLORE_FLEET_OWNER: "Explore (Fleet Owner)",
132
133
  EVOLVE_FLEET_OWNER: "Evolve (Fleet Owner)",
133
134
  EXPAND_FLEET_OWNER: "Expand (Fleet Owner)",
package/index.esm.js CHANGED
@@ -126,6 +126,7 @@ const isIrisOptions = (options) => {
126
126
  };
127
127
 
128
128
  const UserSubscriptionPackage = {
129
+ ENTRY_FLEET_OWNER: "Entry (Fleet Owner)",
129
130
  EXPLORE_FLEET_OWNER: "Explore (Fleet Owner)",
130
131
  EVOLVE_FLEET_OWNER: "Evolve (Fleet Owner)",
131
132
  EXPAND_FLEET_OWNER: "Expand (Fleet Owner)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-api",
3
- "version": "1.4.148",
3
+ "version": "1.4.149",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -25,6 +25,7 @@ export interface IUserSubscriptionContext {
25
25
  loading: boolean;
26
26
  }
27
27
  export declare const UserSubscriptionPackage: {
28
+ readonly ENTRY_FLEET_OWNER: "Entry (Fleet Owner)";
28
29
  readonly EXPLORE_FLEET_OWNER: "Explore (Fleet Owner)";
29
30
  readonly EVOLVE_FLEET_OWNER: "Evolve (Fleet Owner)";
30
31
  readonly EXPAND_FLEET_OWNER: "Expand (Fleet Owner)";