瀏覽代碼

fix: Fixes strophe disconnection.

https://github.com/strophe/strophejs/pull/603
master
damencho 2 年之前
父節點
當前提交
67d92a9677
共有 3 個文件被更改,包括 609 次插入50 次删除
  1. 561
    50
      package-lock.json
  2. 2
    0
      package.json
  3. 46
    0
      patches/strophe.js+1.6.0.patch

+ 561
- 50
package-lock.json
文件差異過大導致無法顯示
查看文件


+ 2
- 0
package.json 查看文件

@@ -27,6 +27,7 @@
27 27
     "lodash.clonedeep": "4.5.0",
28 28
     "lodash.debounce": "4.0.8",
29 29
     "lodash.isequal": "4.5.0",
30
+    "patch-package": "6.5.1",
30 31
     "promise.allsettled": "1.0.4",
31 32
     "sdp-transform": "2.3.0",
32 33
     "strophe.js": "1.6.0",
@@ -69,6 +70,7 @@
69 70
     "gen-types": "tsc --declaration --declarationDir types/auto --emitDeclarationOnly",
70 71
     "lint": "eslint .",
71 72
     "lint-fix": "eslint . --fix",
73
+    "postinstall": "patch-package",
72 74
     "prepack": "npm run build && npm run gen-types",
73 75
     "test": "karma start karma.conf.js",
74 76
     "test-watch": "karma start karma.conf.js --no-single-run",

+ 46
- 0
patches/strophe.js+1.6.0.patch
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存