@mozilla/nimbus-schemas
Advanced tools
Comparing version 2023.10.1 to 2023.10.2
@@ -11,2 +11,3 @@ /* tslint:disable */ | ||
export type AnalysisErrors = AnalysisError[]; | ||
export type Feature = FeatureWithExposure | FeatureWithoutExposure; | ||
export type FeatureVariableType = "int" | "string" | "boolean" | "json"; | ||
@@ -41,3 +42,3 @@ export type SizingReleaseChannel = "release" | "beta" | "nightly"; | ||
export interface FeatureManifest { | ||
[k: string]: FeatureWithExposure | FeatureWithoutExposure; | ||
[k: string]: Feature; | ||
} | ||
@@ -78,3 +79,3 @@ /** | ||
schema?: NimbusFeatureSchema; | ||
hasExposure?: false; | ||
hasExposure: false; | ||
} | ||
@@ -81,0 +82,0 @@ export interface Metadata { |
{ | ||
"name": "@mozilla/nimbus-schemas", | ||
"version": "2023.10.1", | ||
"version": "2023.10.2", | ||
"description": "Schemas used by Mozilla Nimbus and related projects.", | ||
@@ -5,0 +5,0 @@ "main": "index.d.ts", |
25359
239