You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(object-id): provide static forms for OID generation
This appears to have been an oversight during the 4.x refactoring.
These methods should be statics, not called on instances of an
ObjectId class. Moved them over to statics, provided a non-BC
breaking instance method, and documented them as deprecated.
0 commit comments