Merge branch 'release/8.11.0'
This commit is contained in:
commit
1865f60a1e
12 changed files with 833 additions and 50 deletions
|
|
@ -185,6 +185,7 @@ export type {
|
|||
PortableGraphRelation,
|
||||
ExportSelector,
|
||||
ExportOptions,
|
||||
ExportIndexDrift,
|
||||
ImportOptions,
|
||||
ImportResult,
|
||||
PortableGraphValidation
|
||||
|
|
@ -194,7 +195,8 @@ export {
|
|||
SpeculativeOverlayError,
|
||||
GenerationCompactedError,
|
||||
StoreInconsistentError,
|
||||
PendingFlushDurabilityError
|
||||
PendingFlushDurabilityError,
|
||||
CanonicalEnumerationUnavailableError
|
||||
} from './db/errors.js'
|
||||
export type { UnreconciledRecord } from './db/errors.js'
|
||||
export type {
|
||||
|
|
|
|||
Reference in a new issue