Skip to content

Commit

Permalink
Update to 1.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 23, 2023
1 parent 8597081 commit ef995b2
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 41 deletions.
Binary file added dist/0fa7e53488ae4800799690c365527c0f.mem
Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file removed dist/aee7492aa0c8622a1335d61df7edd48c.mem
Binary file not shown.
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 + "." + "e38ebefd973dcce9ac1b" + ".worker.js");
/******/ importScripts(__webpack_require__.p + "" + chunkId + "." + "e3e2181d483ff83f2725" + ".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 + "fa33a3d668ed61afb53aa2af24a6bc2e.wasm";
module.exports = __webpack_require__.p + "b97324b33c83caff95665796690342ac.wasm";

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

module.exports = __webpack_require__.p + "aee7492aa0c8622a1335d61df7edd48c.mem";
module.exports = __webpack_require__.p + "0fa7e53488ae4800799690c365527c0f.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 + "e38ebefd973dcce9ac1b.worker.js");
return new Worker(__webpack_require__.p + "e3e2181d483ff83f2725.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.18",
"version": "1.8.19",
"description": "JavaScript interface for TDLib (Telegram library)",
"main": "dist/tdweb.js",
"repository": {
Expand Down
36 changes: 20 additions & 16 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 ef995b2

Please sign in to comment.