commandkit 1.0.0-dev.20250515152130 → 1.0.0-dev.20250515153730

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/dist/index.d.ts CHANGED
@@ -1702,7 +1702,7 @@ interface FlagRunner<E, R> {
1702
1702
  run(context: CustomEvaluationContext<E>): Promise<R>;
1703
1703
  }
1704
1704
  declare class FeatureFlag<R, T> {
1705
- private options;
1705
+ readonly options: FeatureFlagDefinition<R, T>;
1706
1706
  constructor(options: FeatureFlagDefinition<R, T>);
1707
1707
  private getContext;
1708
1708
  execute(res?: T): Promise<R>;
package/dist/index.js CHANGED
@@ -5655,7 +5655,7 @@ var init_version = __esm({
5655
5655
  "use strict";
5656
5656
  init_cjs_shims();
5657
5657
  version = /* @__MACRO__ $version */
5658
- "1.0.0-dev.20250515152130";
5658
+ "1.0.0-dev.20250515153730";
5659
5659
  }
5660
5660
  });
5661
5661