@backstage/config-loader
Advanced tools
Comparing version 0.0.0-nightly-20241119023621 to 0.0.0-nightly-20241203023801
# @backstage/config-loader | ||
## 0.0.0-nightly-20241119023621 | ||
## 0.0.0-nightly-20241203023801 | ||
### Patch Changes | ||
- 5c9cc05: Use native fetch instead of node-fetch | ||
- Updated dependencies | ||
- @backstage/cli-common@0.1.15 | ||
- @backstage/config@1.3.0 | ||
- @backstage/errors@1.2.5 | ||
- @backstage/types@1.2.0 | ||
## 1.9.2 | ||
### Patch Changes | ||
- c5e39e7: Internal refactor to use the deferred from the types package | ||
- Updated dependencies | ||
- @backstage/types@0.0.0-nightly-20241119023621 | ||
- @backstage/cli-common@0.0.0-nightly-20241119023621 | ||
- @backstage/config@0.0.0-nightly-20241119023621 | ||
- @backstage/errors@0.0.0-nightly-20241119023621 | ||
- @backstage/config@1.3.0 | ||
- @backstage/types@1.2.0 | ||
- @backstage/cli-common@0.1.15 | ||
- @backstage/errors@1.2.5 | ||
@@ -14,0 +25,0 @@ ## 1.9.2-next.0 |
@@ -11,3 +11,2 @@ 'use strict'; | ||
require('lodash/isEqual'); | ||
require('node-fetch'); | ||
@@ -14,0 +13,0 @@ async function loadConfig(options) { |
@@ -6,3 +6,2 @@ 'use strict'; | ||
var isEqual = require('lodash/isEqual'); | ||
var fetch = require('node-fetch'); | ||
var apply = require('./transform/apply.cjs.js'); | ||
@@ -14,3 +13,2 @@ var utils = require('./utils.cjs.js'); | ||
var isEqual__default = /*#__PURE__*/_interopDefaultCompat(isEqual); | ||
var fetch__default = /*#__PURE__*/_interopDefaultCompat(fetch); | ||
@@ -74,3 +72,3 @@ const DEFAULT_RELOAD_INTERVAL = { seconds: 60 }; | ||
async #load(signal) { | ||
const res = await fetch__default.default(this.#url, { | ||
const res = await fetch(this.#url, { | ||
signal | ||
@@ -77,0 +75,0 @@ }); |
{ | ||
"name": "@backstage/config-loader", | ||
"version": "0.0.0-nightly-20241119023621", | ||
"version": "0.0.0-nightly-20241203023801", | ||
"description": "Config loading functionality used by Backstage backend, and CLI", | ||
@@ -39,6 +39,6 @@ "backstage": { | ||
"dependencies": { | ||
"@backstage/cli-common": "0.0.0-nightly-20241119023621", | ||
"@backstage/config": "0.0.0-nightly-20241119023621", | ||
"@backstage/errors": "0.0.0-nightly-20241119023621", | ||
"@backstage/types": "0.0.0-nightly-20241119023621", | ||
"@backstage/cli-common": "0.1.15", | ||
"@backstage/config": "1.3.0", | ||
"@backstage/errors": "1.2.5", | ||
"@backstage/types": "1.2.0", | ||
"@types/json-schema": "^7.0.6", | ||
@@ -53,3 +53,2 @@ "ajv": "^8.10.0", | ||
"minimist": "^1.2.5", | ||
"node-fetch": "^2.7.0", | ||
"typescript-json-schema": "^0.65.0", | ||
@@ -59,4 +58,4 @@ "yaml": "^2.0.0" | ||
"devDependencies": { | ||
"@backstage/backend-test-utils": "0.0.0-nightly-20241119023621", | ||
"@backstage/cli": "0.0.0-nightly-20241119023621", | ||
"@backstage/backend-test-utils": "0.0.0-nightly-20241203023801", | ||
"@backstage/cli": "0.0.0-nightly-20241203023801", | ||
"@types/json-schema-merge-allof": "^0.6.0", | ||
@@ -63,0 +62,0 @@ "msw": "^1.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
15
260659
2381
+ Added@backstage/cli-common@0.1.15(transitive)
+ Added@backstage/config@1.3.0(transitive)
+ Added@backstage/errors@1.2.5(transitive)
+ Added@backstage/types@1.2.0(transitive)
+ Addedms@2.1.3(transitive)
- Removednode-fetch@^2.7.0
- Removed@backstage/cli-common@0.0.0-nightly-20241119023621(transitive)
- Removed@backstage/config@0.0.0-nightly-20241119023621(transitive)
- Removed@backstage/errors@0.0.0-nightly-20241119023621(transitive)
- Removed@backstage/types@0.0.0-nightly-20241119023621(transitive)
- Removednode-fetch@2.7.0(transitive)
- Removedtr46@0.0.3(transitive)
- Removedwebidl-conversions@3.0.1(transitive)
- Removedwhatwg-url@5.0.0(transitive)
Updated@backstage/cli-common@0.1.15
Updated@backstage/config@1.3.0
Updated@backstage/errors@1.2.5
Updated@backstage/types@1.2.0