@korajs/sync 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -263,7 +263,7 @@ function isYjsDocUpdateMessage(value) {
263
263
 
264
264
  // src/protocol/serializer.ts
265
265
  import { SyncError } from "@korajs/core";
266
- import protobuf from "protobufjs/minimal";
266
+ import protobuf from "protobufjs/minimal.js";
267
267
  var { Reader, Writer } = protobuf;
268
268
  function versionVectorToWire(vector) {
269
269
  const wire = {};