fix sorting bug that only affects older node versions (probably because old sorting algorithms are not stable)
This commit is contained in:
@@ -42,5 +42,5 @@ export {
|
||||
iterateDeletedStructs,
|
||||
applyUpdate,
|
||||
encodeStateAsUpdate,
|
||||
encodeDocumentStateVector
|
||||
encodeStateVector
|
||||
} from './internals.js'
|
||||
|
||||
Reference in New Issue
Block a user