kibana/packages/core/saved-objects/core-saved-objects-browser-internal
Michael Dokolin 17876df41a
[Saved Objects] Update the migrationVersion property to hold a plain string value (#150075)
* Update document migrator to rely on `typeMigrationVersion` instead of `migrationVersion`.
* Refactor document migrator to extract migration pipeline logic.
* Add `core` migration type.
2023-03-24 13:45:30 +01:00
..
src [Saved Objects] Update the migrationVersion property to hold a plain string value (#150075) 2023-03-24 13:45:30 +01: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 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 Migrate core's browser-side saved objects service to packages (#137921) 2022-08-03 10:08:07 -07:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06: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.