kibana/packages/core/saved-objects/core-saved-objects-browser-internal
Tiago Costa e41569b4a6
fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463)
* chore(NA): remove overrides for rootDir on packages

* chore(NA): replace './target_types' with 'target_types' on packages

* chore(NA): removes stripInternal false configs

* chore(NA): remove unused strip internals
2022-11-03 01:04:55 +00:00
..
src [Saved Objects] Added created_at field in saved objects (#143507) 2022-10-20 12:57:53 +02:00
BUILD.bazel [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
jest.config.js Migrate core's browser-side saved objects service to packages (#137921) 2022-08-03 10:08:07 -07:00
kibana.jsonc add kibana.jsonc files to existing packages (#138965) 2022-09-08 13:31:57 -07:00
package.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00
README.md Migrate core's browser-side saved objects service to packages (#137921) 2022-08-03 10:08:07 -07:00
tsconfig.json fix(NA): wrongly spread stripInternal and rootDir configs across packages (#144463) 2022-11-03 01:04:55 +00:00

@kbn/core-saved-objects-browser-internal

This package contains the implementation, internal types and tests for Core's browser-side saved objects service.

Note: the types related to the savedObjects client and repository APIs can be found in the @kbn/core-saved-objects-api-browser package.