@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-202202022734 to 0.0.0-nightly-20220217022146
# @backstage/config | ||
## 0.0.0-nightly-202202022734 | ||
## 0.0.0-nightly-20220217022146 | ||
### Patch Changes | ||
- c77c5c7eb6: Added `backstage.role` to `package.json` | ||
- Updated dependencies | ||
- @backstage/types@0.0.0-nightly-20220217022146 | ||
## 0.1.13 | ||
### Patch Changes | ||
- f685e1398f: Loading of app configurations now reference the `@deprecated` construct from | ||
@@ -8,0 +16,0 @@ JSDoc to determine if a property in-use has been deprecated. Users are notified |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.0.0-nightly-202202022734", | ||
"version": "0.0.0-nightly-20220217022146", | ||
"private": false, | ||
@@ -12,2 +12,5 @@ "publishConfig": { | ||
}, | ||
"backstage": { | ||
"role": "common-library" | ||
}, | ||
"homepage": "https://backstage.io", | ||
@@ -26,15 +29,15 @@ "repository": { | ||
"scripts": { | ||
"build": "backstage-cli build", | ||
"lint": "backstage-cli lint", | ||
"test": "backstage-cli test", | ||
"prepack": "backstage-cli prepack", | ||
"postpack": "backstage-cli postpack", | ||
"clean": "backstage-cli clean" | ||
"build": "backstage-cli package build", | ||
"lint": "backstage-cli package lint", | ||
"test": "backstage-cli package test", | ||
"prepack": "backstage-cli package prepack", | ||
"postpack": "backstage-cli package postpack", | ||
"clean": "backstage-cli package clean" | ||
}, | ||
"dependencies": { | ||
"@backstage/types": "^0.1.1", | ||
"@backstage/types": "^0.0.0-nightly-20220217022146", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@backstage/test-utils": "^0.0.0-nightly-202202022734", | ||
"@backstage/test-utils": "^0.0.0-nightly-20220217022146", | ||
"@types/jest": "^26.0.7", | ||
@@ -41,0 +44,0 @@ "@types/node": "^14.14.32" |
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
61974
7
519
+ Added@backstage/types@0.0.0-nightly-20241119023621(transitive)
- Removed@backstage/types@0.1.3(transitive)