Skip to content

Commit

Permalink
Update to 1.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 13, 2023
1 parent 4b8c350 commit 8597081
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 41 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

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

module.exports = __webpack_require__.p + "2264780bf6ca2498a86e2f8a356c715a.mem";
module.exports = __webpack_require__.p + "aee7492aa0c8622a1335d61df7edd48c.mem";

/***/ }),
/* 8 */
Expand Down
Binary file not shown.
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 + "ae8bb512069f412de80e.worker.js");
return new Worker(__webpack_require__.p + "e38ebefd973dcce9ac1b.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.17",
"version": "1.8.18",
"description": "JavaScript interface for TDLib (Telegram library)",
"main": "dist/tdweb.js",
"repository": {
Expand Down
32 changes: 16 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 8597081

Please sign in to comment.