@inweb/client 25.4.10 → 25.5.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
|
@@ -3768,7 +3768,7 @@
|
|
|
3768
3768
|
.then((data) => ({
|
|
3769
3769
|
...data,
|
|
3770
3770
|
server: data.version,
|
|
3771
|
-
client: "25.
|
|
3771
|
+
client: "25.5.0",
|
|
3772
3772
|
}));
|
|
3773
3773
|
}
|
|
3774
3774
|
/**
|
|
@@ -4487,7 +4487,7 @@
|
|
|
4487
4487
|
}
|
|
4488
4488
|
|
|
4489
4489
|
///////////////////////////////////////////////////////////////////////////////
|
|
4490
|
-
const version = "25.
|
|
4490
|
+
const version = "25.5.0";
|
|
4491
4491
|
|
|
4492
4492
|
exports.Assembly = Assembly;
|
|
4493
4493
|
exports.ClashTest = ClashTest;
|