@inweb/client 25.4.7 → 25.4.11
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 +1 -1
package/dist/client.js
CHANGED
|
@@ -3759,7 +3759,7 @@
|
|
|
3759
3759
|
.then((data) => ({
|
|
3760
3760
|
...data,
|
|
3761
3761
|
server: data.version,
|
|
3762
|
-
client: "25.4.
|
|
3762
|
+
client: "25.4.11",
|
|
3763
3763
|
}));
|
|
3764
3764
|
}
|
|
3765
3765
|
/**
|
|
@@ -4452,7 +4452,7 @@
|
|
|
4452
4452
|
}
|
|
4453
4453
|
|
|
4454
4454
|
///////////////////////////////////////////////////////////////////////////////
|
|
4455
|
-
const version = "25.4.
|
|
4455
|
+
const version = "25.4.11";
|
|
4456
4456
|
|
|
4457
4457
|
exports.Assembly = Assembly;
|
|
4458
4458
|
exports.ClashTest = ClashTest;
|