@backstage/config-loader
Advanced tools
Comparing version 1.6.2 to 1.6.3-next.0
# @backstage/config-loader | ||
## 1.6.3-next.0 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/errors@1.2.4-next.0 | ||
- @backstage/config@1.1.2-next.0 | ||
- @backstage/cli-common@0.1.13 | ||
- @backstage/types@1.1.1 | ||
## 1.6.2 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "@backstage/config-loader", | ||
"version": "1.6.3-next.0", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
"version": "1.6.2", | ||
"backstage": { | ||
"role": "node-library" | ||
}, | ||
"publishConfig": { | ||
@@ -11,5 +14,5 @@ "access": "public", | ||
}, | ||
"backstage": { | ||
"role": "node-library" | ||
}, | ||
"keywords": [ | ||
"backstage" | ||
], | ||
"homepage": "https://backstage.io", | ||
@@ -21,21 +24,21 @@ "repository": { | ||
}, | ||
"keywords": [ | ||
"backstage" | ||
], | ||
"license": "Apache-2.0", | ||
"main": "dist/index.cjs.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "backstage-cli package build", | ||
"clean": "backstage-cli package clean", | ||
"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", | ||
"start": "backstage-cli package start" | ||
"start": "backstage-cli package start", | ||
"test": "backstage-cli package test" | ||
}, | ||
"dependencies": { | ||
"@backstage/cli-common": "^0.1.13", | ||
"@backstage/config": "^1.1.1", | ||
"@backstage/errors": "^1.2.3", | ||
"@backstage/config": "^1.1.2-next.0", | ||
"@backstage/errors": "^1.2.4-next.0", | ||
"@backstage/types": "^1.1.1", | ||
@@ -56,4 +59,4 @@ "@types/json-schema": "^7.0.6", | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "^0.3.0", | ||
"@backstage/cli": "^0.25.2", | ||
"@backstage/backend-test-utils": "^0.3.3-next.0", | ||
"@backstage/cli": "^0.25.3-next.0", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -63,6 +66,3 @@ "msw": "^1.0.0", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
260043
1