@inweb/client 26.4.1 → 26.5.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 +3 -3
- 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/lib/Api/File.d.ts +1 -1
- package/package.json +2 -2
- package/src/Api/File.ts +1 -1
package/dist/client.js
CHANGED
|
@@ -2431,7 +2431,7 @@
|
|
|
2431
2431
|
return this.data.status;
|
|
2432
2432
|
}
|
|
2433
2433
|
/**
|
|
2434
|
-
* File type, matches the file extension.
|
|
2434
|
+
* File type, matches the file extension (includes dot).
|
|
2435
2435
|
*
|
|
2436
2436
|
* @readonly
|
|
2437
2437
|
*/
|
|
@@ -4562,7 +4562,7 @@
|
|
|
4562
4562
|
.then((data) => ({
|
|
4563
4563
|
...data,
|
|
4564
4564
|
server: data.version,
|
|
4565
|
-
client: "26.
|
|
4565
|
+
client: "26.5.1",
|
|
4566
4566
|
}));
|
|
4567
4567
|
}
|
|
4568
4568
|
/**
|
|
@@ -5447,7 +5447,7 @@
|
|
|
5447
5447
|
// By use of this software, its documentation or related materials, you
|
|
5448
5448
|
// acknowledge and accept the above terms.
|
|
5449
5449
|
///////////////////////////////////////////////////////////////////////////////
|
|
5450
|
-
const version = "26.
|
|
5450
|
+
const version = "26.5.1";
|
|
5451
5451
|
|
|
5452
5452
|
exports.Assembly = Assembly;
|
|
5453
5453
|
exports.ClashTest = ClashTest;
|