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

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/config-loader
2
2
 
3
+ ## 1.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ff23618: Loosen the requirements for a key to be considered valid config.
8
+ - Updated dependencies
9
+ - @backstage/config@1.3.3
10
+
3
11
  ## 1.10.2-next.0
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/config-loader",
3
- "version": "1.10.2-next.0",
3
+ "version": "1.10.2",
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.3-next.0",
41
- "@backstage/errors": "1.2.7",
42
- "@backstage/types": "1.2.1",
39
+ "@backstage/cli-common": "^0.1.15",
40
+ "@backstage/config": "^1.3.3",
41
+ "@backstage/errors": "^1.2.7",
42
+ "@backstage/types": "^1.2.1",
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.7.0-next.1",
57
- "@backstage/cli": "0.33.1-next.1",
56
+ "@backstage/backend-test-utils": "^1.7.0",
57
+ "@backstage/cli": "^0.33.1",
58
58
  "@types/json-schema-merge-allof": "^0.6.0",
59
59
  "@types/minimist": "^1.2.5",
60
60
  "msw": "^1.0.0",