@backstage/config-loader 1.1.4-next.2 → 1.1.4

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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/config-loader
2
2
 
3
+ ## 1.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 5ecca7e44b: No longer log when reloading remote config.
8
+ - 7d47def9c4: Removed dependency on `@types/jest`.
9
+ - 667d917488: Updated dependency `msw` to `^0.47.0`.
10
+ - 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
11
+ - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
12
+ - Updated dependencies
13
+ - @backstage/cli-common@0.1.10
14
+ - @backstage/config@1.0.2
15
+ - @backstage/errors@1.1.1
16
+
3
17
  ## 1.1.4-next.2
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/config-loader",
3
3
  "description": "Config loading functionality used by Backstage backend, and CLI",
4
- "version": "1.1.4-next.2",
4
+ "version": "1.1.4",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.cjs.js",
@@ -33,9 +33,9 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/cli-common": "^0.1.10-next.0",
37
- "@backstage/config": "^1.0.2-next.0",
38
- "@backstage/errors": "^1.1.1-next.0",
36
+ "@backstage/cli-common": "^0.1.10",
37
+ "@backstage/config": "^1.0.2",
38
+ "@backstage/errors": "^1.1.1",
39
39
  "@backstage/types": "^1.0.0",
40
40
  "@types/json-schema": "^7.0.6",
41
41
  "ajv": "^8.10.0",
@@ -50,7 +50,7 @@
50
50
  "yup": "^0.32.9"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.19.0-next.3",
53
+ "@backstage/cli": "^0.19.0",
54
54
  "@types/json-schema-merge-allof": "^0.6.0",
55
55
  "@types/mock-fs": "^4.10.0",
56
56
  "@types/node": "^16.11.26",
@@ -61,6 +61,6 @@
61
61
  "files": [
62
62
  "dist"
63
63
  ],
64
- "gitHead": "2f458448f850dc68a711e2f31d14a91f96cf175d",
64
+ "gitHead": "25b94e63455f1fb170506f9e84e3f430f4b79406",
65
65
  "module": "dist/index.esm.js"
66
66
  }