@dereekb/dbx-core 13.11.6 → 13.11.7

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.
@@ -5121,6 +5121,9 @@ class DbxAppEnvironmentService {
5121
5121
  get isTesting() {
5122
5122
  return this.environment.testing ?? !this.environment.production;
5123
5123
  }
5124
+ get isPreview() {
5125
+ return this.environment.preview ?? false;
5126
+ }
5124
5127
  /**
5125
5128
  * Returns the environment, typed as a specific type.
5126
5129
  *