@mozilla/nimbus-schemas 2024.3.1 → 2024.7.1

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 (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -12,7 +12,7 @@ export type Feature = FeatureWithExposure | FeatureWithoutExposure;
12
12
  export type FeatureVariableType = "int" | "string" | "boolean" | "json";
13
13
  export type PrefBranch = "default" | "user";
14
14
  export type SizingReleaseChannel = "release" | "beta" | "nightly";
15
- export type SizingUserType = "new" | "existing";
15
+ export type SizingUserType = "new" | "existing" | "all";
16
16
  export type Statistics = Statistic[];
17
17
 
18
18
  export interface AnalysisError {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozilla/nimbus-schemas",
3
- "version": "2024.3.1",
3
+ "version": "2024.7.1",
4
4
  "description": "Schemas used by Mozilla Nimbus and related projects.",
5
5
  "main": "index.d.ts",
6
6
  "repository": {