@inweb/client 25.3.26 → 25.4.0
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/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/client.min.js +1 -1
- package/dist/client.module.js +2 -2
- package/package.json +2 -2
package/dist/client.js
CHANGED
|
@@ -3727,7 +3727,7 @@
|
|
|
3727
3727
|
.then((data) => ({
|
|
3728
3728
|
...data,
|
|
3729
3729
|
server: data.version,
|
|
3730
|
-
client: "25.
|
|
3730
|
+
client: "25.4.0",
|
|
3731
3731
|
}));
|
|
3732
3732
|
}
|
|
3733
3733
|
/**
|
|
@@ -4407,7 +4407,7 @@
|
|
|
4407
4407
|
}
|
|
4408
4408
|
|
|
4409
4409
|
///////////////////////////////////////////////////////////////////////////////
|
|
4410
|
-
const version = "25.
|
|
4410
|
+
const version = "25.4.0";
|
|
4411
4411
|
|
|
4412
4412
|
exports.Assembly = Assembly;
|
|
4413
4413
|
exports.ClashTest = ClashTest;
|