@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20230314021848 to 0.0.0-nightly-20230617022331
# @backstage/config | ||
## 0.0.0-nightly-20230314021848 | ||
## 0.0.0-nightly-20230617022331 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/types@0.0.0-nightly-20230617022331 | ||
## 1.0.7 | ||
### Patch Changes | ||
- 482dae5de1c: Updated link to docs. | ||
@@ -8,0 +15,0 @@ - Updated dependencies |
@@ -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": "0.0.0-nightly-20230314021848", | ||
"version": "0.0.0-nightly-20230617022331", | ||
"publishConfig": { | ||
@@ -35,8 +35,8 @@ "access": "public", | ||
"dependencies": { | ||
"@backstage/types": "^1.0.2", | ||
"@backstage/types": "^0.0.0-nightly-20230617022331", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230314021848", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230314021848", | ||
"@backstage/cli": "^0.0.0-nightly-20230617022331", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230617022331", | ||
"@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
89999
+ Added@backstage/types@0.0.0-nightly-20241119023621(transitive)
- Removed@backstage/types@1.2.0(transitive)