瀏覽代碼

update package.json

painor 4 年之前
父節點
當前提交
c438c47c85
共有 2 個文件被更改,包括 5 次插入11752 次删除
  1. 2 11749
      package-lock.json
  2. 3 3
      package.json

文件差異過大導致無法顯示
+ 2 - 11749
package-lock.json


+ 3 - 3
package.json

@@ -1,6 +1,6 @@
 {
   "name": "telegram",
-  "version": "1.5.11",
+  "version": "1.5.13",
   "description": "NodeJS MTProto API Telegram client library,",
   "main": "index.js",
   "types": "index.d.ts",
@@ -40,10 +40,10 @@
   "dependencies": {
     "@cryptography/aes": "^0.1.1",
     "async-mutex": "^0.3.0",
-    "big-integer": "peterolson/BigInteger.js",
+    "big-integer": "^1.6.48",
     "browser-or-node": "^1.3.0",
     "buffer": "^6.0.3",
-    "mime-types": "latest",
+    "mime-types": "^2.1.30",
     "node-localstorage": "^2.1.6",
     "os-browserify": "^0.3.0",
     "pako": "^2.0.3",

部分文件因文件數量過多而無法顯示