@backstage/config
Advanced tools
Comparing version 0.1.1-alpha.19 to 0.1.1-alpha.20
@@ -11,5 +11,6 @@ declare type JsonObject = { | ||
declare type Config = { | ||
has(key: string): boolean; | ||
keys(): string[]; | ||
get(key: string): JsonValue; | ||
getOptional(key: string): JsonValue | undefined; | ||
get(key?: string): JsonValue; | ||
getOptional(key?: string): JsonValue | undefined; | ||
getConfig(key: string): Config; | ||
@@ -16,0 +17,0 @@ getOptionalConfig(key: string): Config | undefined; |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.1.1-alpha.19", | ||
"version": "0.1.1-alpha.20", | ||
"private": false, | ||
@@ -42,4 +42,4 @@ "publishConfig": { | ||
], | ||
"gitHead": "7fd6ab60b8d18de92e8484801d4932a50b08ddbb", | ||
"gitHead": "d1d8c905119c4b93d79b17f92dccdfbe8daf5295", | ||
"module": "dist/index.esm.js" | ||
} |
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
28407
488