@backstage/config
Advanced tools
Comparing version 0.1.13 to 0.1.14
# @backstage/config | ||
## 0.1.14 | ||
### Patch Changes | ||
- c77c5c7eb6: Added `backstage.role` to `package.json` | ||
- Updated dependencies | ||
- @backstage/types@0.1.2 | ||
## 0.1.13 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"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.1.2", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@backstage/test-utils": "^0.2.3", | ||
"@backstage/test-utils": "^0.2.5", | ||
"@types/jest": "^26.0.7", | ||
@@ -46,4 +49,4 @@ "@types/node": "^14.14.32" | ||
], | ||
"gitHead": "600d6e3c854bbfb12a0078ca6f726d1c0d1fea0b", | ||
"gitHead": "4805c3d13ce9bfc369e53c271b1b95e722b3b4dc", | ||
"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
72762
8
519
Updated@backstage/types@^0.1.2