@backstage/config
Advanced tools
Comparing version 1.0.7 to 1.0.8
# @backstage/config | ||
## 1.0.8 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/types@1.1.0 | ||
## 1.0.7 | ||
@@ -4,0 +11,0 @@ |
@@ -9,3 +9,3 @@ import { JsonPrimitive as JsonPrimitive$1, JsonObject as JsonObject$1, JsonArray as JsonArray$1, JsonValue as JsonValue$1 } from '@backstage/types'; | ||
*/ | ||
declare type JsonPrimitive = JsonPrimitive$1; | ||
type JsonPrimitive = JsonPrimitive$1; | ||
/** | ||
@@ -17,3 +17,3 @@ * A type representing all allowed JSON object values. | ||
*/ | ||
declare type JsonObject = JsonObject$1; | ||
type JsonObject = JsonObject$1; | ||
/** | ||
@@ -25,3 +25,3 @@ * A type representing all allowed JSON array values. | ||
*/ | ||
declare type JsonArray = JsonArray$1; | ||
type JsonArray = JsonArray$1; | ||
/** | ||
@@ -33,3 +33,3 @@ * A type representing all allowed JSON values. | ||
*/ | ||
declare type JsonValue = JsonValue$1; | ||
type JsonValue = JsonValue$1; | ||
@@ -41,3 +41,3 @@ /** | ||
*/ | ||
declare type AppConfig = { | ||
type AppConfig = { | ||
/** | ||
@@ -72,3 +72,3 @@ * A string representing the source of this configuration data, for example a filepath. | ||
*/ | ||
declare type Config = { | ||
type Config = { | ||
/** | ||
@@ -75,0 +75,0 @@ * Subscribes to the configuration object in order to receive a notification |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"publishConfig": { | ||
@@ -35,8 +35,8 @@ "access": "public", | ||
"dependencies": { | ||
"@backstage/types": "^1.0.2", | ||
"@backstage/types": "^1.1.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.22.4", | ||
"@backstage/test-utils": "^1.2.6", | ||
"@backstage/cli": "^0.22.8", | ||
"@backstage/test-utils": "^1.4.0", | ||
"@types/node": "^16.0.0" | ||
@@ -43,0 +43,0 @@ }, |
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
89862
Updated@backstage/types@^1.1.0