kibana/packages/core/saved-objects/core-saved-objects-utils-server
Tiago Costa e38350f7f9
chore(NA): upgrades uuid to v9.0.0 (#149135)
This PR upgrades uuid into its latest version `9.0.0`.
The previous default used version `v4` was kept where it was previously
used and places using `v1` or `v5` are still using it.

In this latest version they removed the deep import feature and as we
are not using tree shaking it increased our bundles by a significant
size. As such, I've moved this dependency into the `ui-shared-deps-npm`
bundle.

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-01-19 19:48:07 +00:00
..
src chore(NA): upgrades uuid to v9.0.0 (#149135) 2023-01-19 19:48:07 +00:00
index.ts [Saved Objects] Consolidates Check & Enforce Authz Extension Methods (#147287) 2022-12-19 15:00:29 -05:00
jest.config.js Partially move server-side savedObjects domain implementation to packages (#137448) 2022-08-22 11:28:11 +02: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 Partially move server-side savedObjects domain implementation to packages (#137448) 2022-08-22 11:28:11 +02:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/core-saved-objects-utils-server

This package contains public utilities for Core's server-side savedObjects domain.