@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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -347,7 +347,7 @@ function isYjsDocUpdateMessage(value) {
|
|
|
347
347
|
|
|
348
348
|
// src/protocol/serializer.ts
|
|
349
349
|
var import_core2 = require("@korajs/core");
|
|
350
|
-
var import_minimal = __toESM(require("protobufjs/minimal"), 1);
|
|
350
|
+
var import_minimal = __toESM(require("protobufjs/minimal.js"), 1);
|
|
351
351
|
var { Reader, Writer } = import_minimal.default;
|
|
352
352
|
function versionVectorToWire(vector) {
|
|
353
353
|
const wire = {};
|