@inweb/client 26.12.7 → 27.1.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/dist/client.module.js.map +1 -1
- package/package.json +2 -2
package/dist/client.js
CHANGED
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
.then((data) => ({
|
|
2242
2242
|
...data,
|
|
2243
2243
|
server: data.version,
|
|
2244
|
-
client: "
|
|
2244
|
+
client: "27.1.0",
|
|
2245
2245
|
}));
|
|
2246
2246
|
}
|
|
2247
2247
|
registerUser(email, password, userName) {
|
|
@@ -2725,7 +2725,7 @@
|
|
|
2725
2725
|
}
|
|
2726
2726
|
}
|
|
2727
2727
|
|
|
2728
|
-
const version = "
|
|
2728
|
+
const version = "27.1.0";
|
|
2729
2729
|
|
|
2730
2730
|
exports.Assembly = Assembly;
|
|
2731
2731
|
exports.ClashTest = ClashTest;
|