@mml-io/delta-net-web 0.0.0-experimental-3a2278c-20250715 → 0.0.0-experimental-4fa4c42-20250715
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/build/index.js +2 -2
- package/package.json +2 -2
package/build/index.js
CHANGED
@@ -292,7 +292,7 @@ var DeltaNetClientState = class {
|
|
292
292
|
};
|
293
293
|
|
294
294
|
// src/DeltaNetClientWebsocket.ts
|
295
|
-
import { deltaNetProtocolSubProtocol_v0_1 } from "
|
295
|
+
import { deltaNetProtocolSubProtocol_v0_1 } from "@mml-io/delta-net-protocol";
|
296
296
|
|
297
297
|
// src/DeltaNetClientWebsocketV01Adapter.ts
|
298
298
|
import {
|
@@ -302,7 +302,7 @@ import {
|
|
302
302
|
encodeClientMessage,
|
303
303
|
lastInitialCheckoutDebugData,
|
304
304
|
lastTickDebugData
|
305
|
-
} from "
|
305
|
+
} from "@mml-io/delta-net-protocol";
|
306
306
|
function areUint8ArraysEqual(a, b) {
|
307
307
|
if (a.length !== b.length) return false;
|
308
308
|
for (let i = 0; i < a.length; i++) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mml-io/delta-net-web",
|
3
|
-
"version": "0.0.0-experimental-
|
3
|
+
"version": "0.0.0-experimental-4fa4c42-20250715",
|
4
4
|
"publishConfig": {
|
5
5
|
"access": "public"
|
6
6
|
},
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"test-iterate": "cross-env NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
21
21
|
},
|
22
22
|
"dependencies": {
|
23
|
-
"@mml-io/delta-net-protocol": "0.0.0-experimental-
|
23
|
+
"@mml-io/delta-net-protocol": "0.0.0-experimental-4fa4c42-20250715"
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"jest-canvas-mock": "2.5.2",
|