@3e/sqa-common 7.2.0-3 → 7.2.0-4

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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/sqa_common.js +1516 -1492
  3. package/types.ts +1 -1
package/types.ts CHANGED
@@ -621,7 +621,7 @@ export interface Timezone {
621
621
  label: string
622
622
  }
623
623
 
624
- export type TimezoneMode = 'user' | 'plant'
624
+ export type TimezoneMode = 'user' | 'device'
625
625
 
626
626
  export interface ConfigSection {
627
627
  id: 'config'