@backstage/config
Advanced tools
Comparing version 0.0.0-nightly-20230907021058 to 0.0.0-nightly-20230908021043
# @backstage/config | ||
## 0.0.0-nightly-20230907021058 | ||
## 0.0.0-nightly-20230908021043 | ||
@@ -11,6 +11,7 @@ ### Minor Changes | ||
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds. | ||
- 8cec7664e146: Removed `@types/node` dependency | ||
- Updated dependencies | ||
- @backstage/errors@1.2.1 | ||
- @backstage/types@1.1.0 | ||
- @backstage/errors@0.0.0-nightly-20230908021043 | ||
- @backstage/types@0.0.0-nightly-20230908021043 | ||
@@ -17,0 +18,0 @@ ## 1.1.0-next.1 |
{ | ||
"name": "@backstage/config", | ||
"description": "Config API used by Backstage core, backend, and CLI", | ||
"version": "0.0.0-nightly-20230907021058", | ||
"version": "0.0.0-nightly-20230908021043", | ||
"publishConfig": { | ||
@@ -26,2 +26,3 @@ "access": "public", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -36,9 +37,9 @@ "build": "backstage-cli package build", | ||
"dependencies": { | ||
"@backstage/errors": "^1.2.1", | ||
"@backstage/types": "^1.1.0", | ||
"@backstage/errors": "^0.0.0-nightly-20230908021043", | ||
"@backstage/types": "^0.0.0-nightly-20230908021043", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20230907021058", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230907021058" | ||
"@backstage/cli": "^0.0.0-nightly-20230908021043", | ||
"@backstage/test-utils": "^0.0.0-nightly-20230908021043" | ||
}, | ||
@@ -45,0 +46,0 @@ "files": [ |
106129
+ Added@backstage/errors@0.0.0-nightly-20250114022708(transitive)
+ Added@backstage/types@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/errors@1.2.7(transitive)
- Removed@backstage/types@1.2.1(transitive)