@mozilla/nimbus-schemas 2024.11.1 → 2024.11.2

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.d.ts CHANGED
@@ -362,7 +362,7 @@ export interface ExperimentMultiFeatureDesktopBranch {
362
362
  /**
363
363
  * An optional string containing the title of the branch
364
364
  */
365
- firefoxLabsTitle: string;
365
+ firefoxLabsTitle?: string;
366
366
  }
367
367
  export interface DesktopTombstoneFeatureConfig {
368
368
  featureId: "unused-feature-id-for-legacy-support";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mozilla/nimbus-schemas",
3
- "version": "2024.11.1",
3
+ "version": "2024.11.2",
4
4
  "description": "Schemas used by Mozilla Nimbus and related projects.",
5
5
  "main": "index.d.ts",
6
6
  "repository": {
@@ -378,8 +378,7 @@
378
378
  "slug",
379
379
  "ratio",
380
380
  "features",
381
- "feature",
382
- "firefoxLabsTitle"
381
+ "feature"
383
382
  ],
384
383
  "type": "object"
385
384
  },