flex-plugins-utils-env
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -10,5 +10,5 @@ export declare type Realm = 'dev' | 'stage'; | ||
isTrace: () => boolean; | ||
getRealm: () => "dev" | "stage" | ""; | ||
getRealm: () => string; | ||
isCI: () => boolean; | ||
}; | ||
export default _default; |
{ | ||
"name": "flex-plugins-utils-env", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Flex Plugins Environments", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "8cb90c36c069a0fa1aea37308bff203ad4c5524d" | ||
"gitHead": "3b2a4df8cb188de36a31f4a0c91636295e6ce1b8" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8894