@backstage/config-loader 1.9.3-next.0 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/config-loader
2
2
 
3
+ ## 1.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c9cc05: Use native fetch instead of node-fetch
8
+ - Updated dependencies
9
+ - @backstage/errors@1.2.6
10
+ - @backstage/cli-common@0.1.15
11
+ - @backstage/config@1.3.1
12
+ - @backstage/types@1.2.0
13
+
14
+ ## 1.9.3-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/errors@1.2.6-next.0
20
+ - @backstage/cli-common@0.1.15
21
+ - @backstage/config@1.3.1-next.0
22
+ - @backstage/types@1.2.0
23
+
3
24
  ## 1.9.3-next.0
4
25
 
5
26
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -197,7 +197,7 @@ interface ReadConfigDataOptions {
197
197
  signal?: AbortSignal;
198
198
  }
199
199
  /**
200
- * The the generator returned by {@link ConfigSource.readConfigData}.
200
+ * The generator returned by {@link ConfigSource.readConfigData}.
201
201
  *
202
202
  * @public
203
203
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/config-loader",
3
- "version": "1.9.3-next.0",
3
+ "version": "1.9.3",
4
4
  "description": "Config loading functionality used by Backstage backend, and CLI",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -36,10 +36,10 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/cli-common": "0.1.15",
40
- "@backstage/config": "1.3.0",
41
- "@backstage/errors": "1.2.5",
42
- "@backstage/types": "1.2.0",
39
+ "@backstage/cli-common": "^0.1.15",
40
+ "@backstage/config": "^1.3.1",
41
+ "@backstage/errors": "^1.2.6",
42
+ "@backstage/types": "^1.2.0",
43
43
  "@types/json-schema": "^7.0.6",
44
44
  "ajv": "^8.10.0",
45
45
  "chokidar": "^3.5.2",
@@ -53,8 +53,8 @@
53
53
  "yaml": "^2.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/backend-test-utils": "1.2.0-next.1",
57
- "@backstage/cli": "0.29.3-next.1",
56
+ "@backstage/backend-test-utils": "^1.2.0",
57
+ "@backstage/cli": "^0.29.4",
58
58
  "@types/json-schema-merge-allof": "^0.6.0",
59
59
  "msw": "^1.0.0",
60
60
  "zen-observable": "^0.10.0"