switch to uint53 for generateNewClientId

This commit is contained in:
Nik Graf 2023-09-11 22:43:39 +02:00 committed by GitHub
parent a099e98bd6
commit 7d35331c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ import * as map from 'lib0/map'
import * as array from 'lib0/array'
import * as promise from 'lib0/promise'
export const generateNewClientId = random.uint32
export const generateNewClientId = random.uint53
/**
* @typedef {Object} DocOpts