@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-20250114022708 to 0.0.0-nightly-20250117022919
# @backstage/config-loader | ||
## 0.0.0-nightly-20250114022708 | ||
## 0.0.0-nightly-20250117022919 | ||
### Patch Changes | ||
- f866b86: Internal refactor to use explicit `require` for lazy-loading dependency. | ||
- Updated dependencies | ||
- @backstage/cli-common@0.1.15 | ||
- @backstage/config@1.3.2 | ||
- @backstage/errors@1.2.7 | ||
- @backstage/types@1.2.1 | ||
## 1.9.5 | ||
### Patch Changes | ||
- 8ecf8cb: Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present | ||
- Updated dependencies | ||
- @backstage/types@0.0.0-nightly-20250114022708 | ||
- @backstage/types@1.2.1 | ||
- @backstage/cli-common@0.1.15 | ||
- @backstage/config@0.0.0-nightly-20250114022708 | ||
- @backstage/errors@0.0.0-nightly-20250114022708 | ||
- @backstage/config@1.3.2 | ||
- @backstage/errors@1.2.7 | ||
@@ -14,0 +25,0 @@ ## 1.9.5-next.1 |
@@ -121,3 +121,3 @@ 'use strict'; | ||
} | ||
const { getProgramFromFiles, buildGenerator } = await import('typescript-json-schema'); | ||
const { getProgramFromFiles, buildGenerator } = require("typescript-json-schema"); | ||
const program = getProgramFromFiles( | ||
@@ -124,0 +124,0 @@ entries.map(({ path }) => path), |
{ | ||
"name": "@backstage/config-loader", | ||
"version": "0.0.0-nightly-20250114022708", | ||
"version": "0.0.0-nightly-20250117022919", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
@@ -40,5 +40,5 @@ "backstage": { | ||
"@backstage/cli-common": "0.1.15", | ||
"@backstage/config": "0.0.0-nightly-20250114022708", | ||
"@backstage/errors": "0.0.0-nightly-20250114022708", | ||
"@backstage/types": "0.0.0-nightly-20250114022708", | ||
"@backstage/config": "1.3.2", | ||
"@backstage/errors": "1.2.7", | ||
"@backstage/types": "1.2.1", | ||
"@types/json-schema": "^7.0.6", | ||
@@ -57,4 +57,4 @@ "ajv": "^8.10.0", | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "0.0.0-nightly-20250114022708", | ||
"@backstage/cli": "0.0.0-nightly-20250114022708", | ||
"@backstage/backend-test-utils": "0.0.0-nightly-20250117022919", | ||
"@backstage/cli": "0.0.0-nightly-20250117022919", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -61,0 +61,0 @@ "msw": "^1.0.0", |
Sorry, the diff of this file is not supported yet
263983
148509
52
200
29
4
+ Added@backstage/config@1.3.2(transitive)
+ Added@backstage/errors@1.2.7(transitive)
+ Added@backstage/types@1.2.1(transitive)
+ Added@types/node@18.19.74(transitive)
+ Addedfast-uri@3.0.6(transitive)
- Removed@backstage/config@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/errors@0.0.0-nightly-20250114022708(transitive)
- Removed@backstage/types@0.0.0-nightly-20250114022708(transitive)
- Removed@types/node@18.19.71(transitive)
- Removedfast-uri@3.0.5(transitive)
Updated@backstage/config@1.3.2
Updated@backstage/errors@1.2.7
Updated@backstage/types@1.2.1