@backstage/config
Advanced tools
Comparing version 0.1.1-alpha.6 to 0.1.1-alpha.7
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.1.1-alpha.6", | ||
"version": "0.1.1-alpha.7", | ||
"private": false, | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"types": "dist/index.d.ts" | ||
}, | ||
@@ -19,3 +22,3 @@ "homepage": "https://backstage.io", | ||
"license": "Apache-2.0", | ||
"main": "src/index.ts", | ||
"main": "dist/index.cjs.js", | ||
"types": "dist/index.d.ts", | ||
@@ -37,3 +40,4 @@ "scripts": { | ||
], | ||
"gitHead": "f0ba4fb892511bc4d9d110a22ee63cfdf49f1c06" | ||
"gitHead": "e61d09d545e4f4fa68cc204c9db0e0fd4eac84c3", | ||
"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
21363
6
296