kibana/packages/kbn-std
Pierre Gayvallet 83abc6e3c0
[uiSettings] always use the latest config document to create the new one (#159649)
## Summary

Fix https://github.com/elastic/kibana/issues/159646

Fix the config creation-from-previous-one logic by always using the
latest config for the new version's creation


## Release Note

Fix a bug that could cause old Kibana deployments to loose their
uiSettings after an upgrade

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-06-19 00:09:27 -07:00
..
src [uiSettings] always use the latest config document to create the new one (#159649) 2023-06-19 00:09:27 -07:00
BUILD.bazel Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
index.ts [uiSettings] always use the latest config document to create the new one (#159649) 2023-06-19 00:09:27 -07:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md Create the @kbn/std package (#77329) 2020-09-15 15:21:05 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/std — Kibana standard library

This package is a set of utilities that can be used both on server-side and client-side.