@appflags/common
Advanced tools
+1
-1
| { | ||
| "name": "@appflags/common", | ||
| "version": "0.6.0", | ||
| "version": "0.7.0", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
| import { Flag } from "./Flag"; | ||
| export interface EnvironmentConfig { | ||
| environment: string; | ||
| flags: Flag[]; | ||
| published: Date; | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=EnvironmentConfig.js.map |
| {"version":3,"file":"EnvironmentConfig.js","sourceRoot":"","sources":["../../src/types/EnvironmentConfig.ts"],"names":[],"mappings":""} |
| export interface Flag { | ||
| key: string; | ||
| enabled: boolean; | ||
| } |
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=Flag.js.map |
| {"version":3,"file":"Flag.js","sourceRoot":"","sources":["../../src/types/Flag.ts"],"names":[],"mappings":""} |
3780
-15.15%22
-21.43%54
-20.59%