@inweb/client 25.12.0 → 25.12.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/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/dist/client.module.js.map +1 -1
- package/package.json +2 -2
package/dist/client.js
CHANGED
|
@@ -4324,7 +4324,7 @@
|
|
|
4324
4324
|
.then((data) => ({
|
|
4325
4325
|
...data,
|
|
4326
4326
|
server: data.version,
|
|
4327
|
-
client: "25.12.
|
|
4327
|
+
client: "25.12.1",
|
|
4328
4328
|
}));
|
|
4329
4329
|
}
|
|
4330
4330
|
/**
|
|
@@ -5139,7 +5139,7 @@
|
|
|
5139
5139
|
// By use of this software, its documentation or related materials, you
|
|
5140
5140
|
// acknowledge and accept the above terms.
|
|
5141
5141
|
///////////////////////////////////////////////////////////////////////////////
|
|
5142
|
-
const version = "25.12.
|
|
5142
|
+
const version = "25.12.1";
|
|
5143
5143
|
|
|
5144
5144
|
exports.Assembly = Assembly;
|
|
5145
5145
|
exports.ClashTest = ClashTest;
|