Skip to content

Commit

Permalink
Update to 1.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 29, 2024
1 parent cb029ba commit d5ad5e5
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 47 deletions.
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file removed dist/578bc95cd23eee31f032c0df5d493641.mem
Binary file not shown.
Binary file added dist/59ca6f7b7f70234be41e6d2aaeb27a16.mem
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/******/ promises.push(Promise.resolve().then(function() {
/******/ // "1" is the signal for "already loaded"
/******/ if(!installedChunks[chunkId]) {
/******/ importScripts(__webpack_require__.p + "" + chunkId + "." + "9e71c1296e1d762cc5e9" + ".worker.js");
/******/ importScripts(__webpack_require__.p + "" + chunkId + "." + "885d334040ad5d43a078" + ".worker.js");
/******/ }
/******/ }));
/******/ return Promise.all(promises);
Expand Down Expand Up @@ -3023,13 +3023,13 @@ module.exports = _typeof;
/* 6 */
/***/ (function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "d92a9f329cd8e9be6a6a173e1a7d1eb4.wasm";
module.exports = __webpack_require__.p + "04a20c36da28c92d85e36eb8cc19df09.wasm";

/***/ }),
/* 7 */
/***/ (function(module, exports, __webpack_require__) {

module.exports = __webpack_require__.p + "578bc95cd23eee31f032c0df5d493641.mem";
module.exports = __webpack_require__.p + "59ca6f7b7f70234be41e6d2aaeb27a16.mem";

/***/ }),
/* 8 */
Expand Down
2 changes: 1 addition & 1 deletion dist/tdweb.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module.exports = _slicedToArray;
/***/ (function(module, exports, __webpack_require__) {

module.exports = function() {
return new Worker(__webpack_require__.p + "9e71c1296e1d762cc5e9.worker.js");
return new Worker(__webpack_require__.p + "885d334040ad5d43a078.worker.js");
};

/***/ }),
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dibgram/tdweb",
"version": "1.8.26",
"version": "1.8.28",
"description": "JavaScript interface for TDLib (Telegram library)",
"main": "dist/tdweb.js",
"repository": {
Expand Down
42 changes: 23 additions & 19 deletions src/prebuilt/release/td_asmjs.js

Large diffs are not rendered by default.

Binary file modified src/prebuilt/release/td_asmjs.js.mem
Binary file not shown.
2 changes: 1 addition & 1 deletion src/prebuilt/release/td_wasm.js

Large diffs are not rendered by default.

Binary file modified src/prebuilt/release/td_wasm.wasm
Binary file not shown.

0 comments on commit d5ad5e5

Please sign in to comment.