config: make get always return a clone

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-08 16:23:26 +01:00
parent a95e788059
commit f5343e7c1a
3 changed files with 55 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config': patch
---
The `ConfigReader#get` method now always returns a deep clone of the configuration data.