@priders/cwindsurf 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,51 @@
2
2
 
3
3
  本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
4
4
 
5
+ ## 0.7.0 - 2026-08-03
6
+
7
+ ### 新功能
8
+
9
+ - **PWA Remote 远程工作台 Beta**:新增端到端加密的电脑、项目与会话三级工作台,可查看会话目录和完整历史,远程新建、续接、停止、重试和归档任务,并支持模型/模式选择、文件与终端检查、结构化工具详情、附件、通知及移动端布局。服务端仍可独立关闭 Remote、危险写入权限、Broker 与 Push。
10
+ - **远程文件差异与安全撤销**:文件修改以红色删除、绿色新增的统一 Diff 展示,包含新旧行号、上下文折叠和增删统计;在授权范围内可使用一次性指纹安全撤销工作区、暂存区或未跟踪文件变更,状态过期或冲突时会拒绝操作。
11
+ - **灵动岛任务管理增强**:多任务视图支持固定、排序、聚焦、复制、重试、停止、单会话静音、完成归档和历史重新打开;等待确认的问题可在灵动岛中直接选择、输入或跳过,并支持多窗口宿主仲裁和故障接管。
12
+ - **GPT-5.6 与 Devin Local 兼容增强**:扩展模型解锁、请求字段过滤、认证注入和客户端元数据改写,提升官方新模型、Devin Local、Cascade、CLI 与子代理场景的兼容性。
13
+
14
+ ### 改进
15
+
16
+ - **会话历史与实时过程同步**:支持大历史分页、尾页增量拉取、最终助手总结补全、运行中临时用户消息、最近过程轨迹和真实问题回答确认;结构化展示命令、Thinking、Memory、Fast Context、Todo 与代码修改结果。
17
+ - **连接与存储可靠性**:优化 E2EE WebSocket 重连、心跳、领导者协调、离线队列、ACK 和有界缓存;Relay 存储额度或浏览器 Web Locks、BroadcastChannel、IndexedDB、localStorage 不可用时可安全降级。
18
+ - **启动与运行性能**:Provider SDK、统计和抓包模块按需加载;减少统计、工作区数据库、灵动岛租约与补丁状态的磁盘写入;历史缓存、投影和界面更新采用有界队列与去重。
19
+ - **代理多窗口稳定性**:MITM 启动增加跨进程锁、运行时证书身份校验和故障接管,避免多窗口并发启动导致 `EADDRINUSE`;常见瞬时断连降噪聚合,真实证书与监听错误仍保留为错误。
20
+ - **认证与正式包隔离**:增强设备身份备份、刷新令牌并发轮换和离线租约保留;正式公共构建移除 Staging 开关、域名、租约公钥和私有文案,从 Testing 升级时会自动将已知 Staging 地址切回正式环境,同时保留用户显式自定义认证地址。
21
+
22
+ ### 修复
23
+
24
+ - 修复大型 Cascade trajectory 只返回部分步骤时,PWA 历史缺少最终助手总结或显示超时的问题。
25
+ - 修复标准 Cascade 多问题或多选题点击 Next 无响应、不同会话复用 step index 时误去重的问题。
26
+ - 修复多个 Devin 窗口重复显示灵动岛、恢复问题无法可靠提交,以及提交失败后不能重试的问题。
27
+ - 修复 Remote 活动会话历史不同步、项目折叠后搜索结果不可见、运行中状态或队列消息展示不准确的问题。
28
+ - 修复网络切换、扩展更新和多宿主并发刷新时可能掉登录或误废弃设备会话的问题。
29
+
30
+ ### 兼容性
31
+
32
+ - Provider、模型、统计、设备身份和正式环境登录配置保持兼容;PWA Remote 需要服务端显式启用并使用兼容的桌面扩展与网页客户端。
33
+ - 从 Testing 包切换到正式公共包时,已知 Staging 登录地址会自动恢复为 `https://cwindsurf.priders.org`;其他显式自定义授权服务地址保持不变。
34
+ - 建议升级后重新执行 `cwindsurf install`,并完全退出后重新打开 Windsurf/Devin,使扩展、补丁和跨平台灵动岛宿主全部生效。
35
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
36
+
37
+ ## 0.6.1 - 2026-07-27
38
+
39
+ ### 修复
40
+
41
+ - **Windows 自定义安装位置发现**:修复 Devin/Windsurf 安装在非系统盘、中文目录、映射盘或 `app-*` 子目录时可能找不到应用,导致补丁注入后自定义模型不显示的问题。现在会结合当前运行路径、显式配置、App Paths/卸载注册表、`PATH` 和默认目录发现实际安装位置,并继续兼容 C 盘默认安装。
42
+ - **跨平台代理就绪检测**:MITM 代理启动检测改用当前 Node/Electron 进程执行原生 TCP 探测,不再依赖 `nc`、`lsof` 或 `sleep`;内置代理脚本不存在时不会无意义等待,减少 Windows 首次启动延迟和模型配置加载竞态。
43
+
44
+ ### 兼容性
45
+
46
+ - 登录会话、设备授权、Provider 配置与 BYOK 协议保持兼容,升级后无需重新配置。
47
+ - 建议升级后重新执行 `cwindsurf install`,并完全退出后重新打开 Windsurf/Devin。
48
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
49
+
5
50
  ## 0.6.0 - 2026-07-26
6
51
 
7
52
  ### 新功能
@@ -38,6 +38,11 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
38
38
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
39
39
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
40
40
 
41
+ ================================================================================
42
+ @cwindsurf/remote-protocol@1.0.0
43
+ License: Apache-2.0
44
+ Apache-2.0. The repository-level license applies to this package.
45
+
41
46
  ================================================================================
42
47
  @google/genai@2.11.0
43
48
  License: Apache-2.0
@@ -750,6 +755,38 @@ Redistribution and use in source and binary forms, with or without modification,
750
755
 
751
756
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
752
757
 
758
+ ================================================================================
759
+ camelcase@5.3.1
760
+ License: MIT
761
+ MIT License
762
+
763
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
764
+
765
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
766
+
767
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
768
+
769
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
770
+
771
+ ================================================================================
772
+ cliui@6.0.0
773
+ License: ISC
774
+ Upstream: http://github.com/yargs/cliui.git
775
+ Copyright (c) 2015, Contributors
776
+
777
+ Permission to use, copy, modify, and/or distribute this software
778
+ for any purpose with or without fee is hereby granted, provided
779
+ that the above copyright notice and this permission notice
780
+ appear in all copies.
781
+
782
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
783
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
784
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
785
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
786
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
787
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
788
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
789
+
753
790
  ================================================================================
754
791
  cliui@8.0.1
755
792
  License: ISC
@@ -835,6 +872,55 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMA
835
872
  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
836
873
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
837
874
 
875
+ ================================================================================
876
+ decamelize@1.2.0
877
+ License: MIT
878
+ The MIT License (MIT)
879
+
880
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
881
+
882
+ Permission is hereby granted, free of charge, to any person obtaining a copy
883
+ of this software and associated documentation files (the "Software"), to deal
884
+ in the Software without restriction, including without limitation the rights
885
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
886
+ copies of the Software, and to permit persons to whom the Software is
887
+ furnished to do so, subject to the following conditions:
888
+
889
+ The above copyright notice and this permission notice shall be included in
890
+ all copies or substantial portions of the Software.
891
+
892
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
893
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
894
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
895
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
896
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
897
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
898
+ THE SOFTWARE.
899
+
900
+ ================================================================================
901
+ dijkstrajs@1.0.3
902
+ License: MIT
903
+ Upstream: https://github.com/tcort/dijkstrajs
904
+ ```
905
+ Dijkstra path-finding functions. Adapted from the Dijkstar Python project.
906
+
907
+ Copyright (C) 2008
908
+ Wyatt Baldwin <self@wyattbaldwin.com>
909
+ All rights reserved
910
+
911
+ Licensed under the MIT license.
912
+
913
+ http://www.opensource.org/licenses/mit-license.php
914
+
915
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
916
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
917
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
918
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
920
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
921
+ THE SOFTWARE.
922
+ ```
923
+
838
924
  ================================================================================
839
925
  ecdsa-sig-formatter@1.0.11
840
926
  License: Apache-2.0
@@ -1168,6 +1254,19 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1168
1254
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1169
1255
  SOFTWARE.
1170
1256
 
1257
+ ================================================================================
1258
+ find-up@4.1.0
1259
+ License: MIT
1260
+ MIT License
1261
+
1262
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1263
+
1264
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1265
+
1266
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1267
+
1268
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1269
+
1171
1270
  ================================================================================
1172
1271
  formdata-polyfill@4.0.10
1173
1272
  License: MIT
@@ -2192,6 +2291,19 @@ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
2192
2291
  FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2193
2292
  ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2194
2293
 
2294
+ ================================================================================
2295
+ locate-path@5.0.0
2296
+ License: MIT
2297
+ MIT License
2298
+
2299
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2300
+
2301
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2302
+
2303
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2304
+
2305
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2306
+
2195
2307
  ================================================================================
2196
2308
  long@5.3.2
2197
2309
  License: Apache-2.0
@@ -3041,6 +3153,32 @@ Apache License
3041
3153
  See the License for the specific language governing permissions and
3042
3154
  limitations under the License.
3043
3155
 
3156
+ ================================================================================
3157
+ p-limit@2.3.0
3158
+ License: MIT
3159
+ MIT License
3160
+
3161
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3162
+
3163
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3164
+
3165
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3166
+
3167
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3168
+
3169
+ ================================================================================
3170
+ p-locate@4.1.0
3171
+ License: MIT
3172
+ MIT License
3173
+
3174
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3175
+
3176
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3177
+
3178
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3179
+
3180
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3181
+
3044
3182
  ================================================================================
3045
3183
  p-retry@4.6.2
3046
3184
  License: MIT
@@ -3054,6 +3192,57 @@ The above copyright notice and this permission notice shall be included in all c
3054
3192
 
3055
3193
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3056
3194
 
3195
+ ================================================================================
3196
+ p-try@2.2.0
3197
+ License: MIT
3198
+ MIT License
3199
+
3200
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3201
+
3202
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3203
+
3204
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3205
+
3206
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3207
+
3208
+ ================================================================================
3209
+ path-exists@4.0.0
3210
+ License: MIT
3211
+ MIT License
3212
+
3213
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3214
+
3215
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3216
+
3217
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3218
+
3219
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3220
+
3221
+ ================================================================================
3222
+ pngjs@5.0.0
3223
+ License: MIT
3224
+ Upstream: https://github.com/lukeapage/pngjs
3225
+ pngjs2 original work Copyright (c) 2015 Luke Page & Original Contributors
3226
+ pngjs derived work Copyright (c) 2012 Kuba Niegowski
3227
+
3228
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3229
+ of this software and associated documentation files (the "Software"), to deal
3230
+ in the Software without restriction, including without limitation the rights
3231
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3232
+ copies of the Software, and to permit persons to whom the Software is
3233
+ furnished to do so, subject to the following conditions:
3234
+
3235
+ The above copyright notice and this permission notice shall be included in
3236
+ all copies or substantial portions of the Software.
3237
+
3238
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3239
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3240
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3241
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3242
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3243
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3244
+ THE SOFTWARE.
3245
+
3057
3246
  ================================================================================
3058
3247
  protobufjs@7.6.5
3059
3248
  License: BSD-3-Clause
@@ -3098,6 +3287,20 @@ of the input file used when generating it. This code is not
3098
3287
  standalone and requires a support library to be linked with it. This
3099
3288
  support library is itself covered by the above license.
3100
3289
 
3290
+ ================================================================================
3291
+ qrcode@1.5.4
3292
+ License: MIT
3293
+ Upstream: http://github.com/soldair/node-qrcode
3294
+ The MIT License (MIT)
3295
+
3296
+ Copyright (c) 2012 Ryan Day
3297
+
3298
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3299
+
3300
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3301
+
3302
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3303
+
3101
3304
  ================================================================================
3102
3305
  require-directory@2.1.1
3103
3306
  License: MIT
@@ -3125,6 +3328,25 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3125
3328
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3126
3329
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3127
3330
 
3331
+ ================================================================================
3332
+ require-main-filename@2.0.0
3333
+ License: ISC
3334
+ Upstream: https://github.com/yargs/require-main-filename#readme
3335
+ Copyright (c) 2016, Contributors
3336
+
3337
+ Permission to use, copy, modify, and/or distribute this software
3338
+ for any purpose with or without fee is hereby granted, provided
3339
+ that the above copyright notice and this permission notice
3340
+ appear in all copies.
3341
+
3342
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3343
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
3344
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
3345
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
3346
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
3347
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
3348
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3349
+
3128
3350
  ================================================================================
3129
3351
  retry@0.13.1
3130
3352
  License: MIT
@@ -3183,6 +3405,25 @@ License: UNKNOWN
3183
3405
  Upstream: https://github.com/abrkn/semaphore.js
3184
3406
  No standalone license text was included by the upstream package; see its package metadata and project homepage.
3185
3407
 
3408
+ ================================================================================
3409
+ set-blocking@2.0.0
3410
+ License: ISC
3411
+ Upstream: https://github.com/yargs/set-blocking#readme
3412
+ Copyright (c) 2016, Contributors
3413
+
3414
+ Permission to use, copy, modify, and/or distribute this software
3415
+ for any purpose with or without fee is hereby granted, provided
3416
+ that the above copyright notice and this permission notice
3417
+ appear in all copies.
3418
+
3419
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3420
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
3421
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
3422
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
3423
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
3424
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
3425
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3426
+
3186
3427
  ================================================================================
3187
3428
  standardwebhooks@1.0.0
3188
3429
  License: MIT
@@ -3267,6 +3508,32 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3267
3508
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3268
3509
  SOFTWARE.
3269
3510
 
3511
+ ================================================================================
3512
+ undici@6.28.0
3513
+ License: MIT
3514
+ Upstream: https://undici.nodejs.org
3515
+ MIT License
3516
+
3517
+ Copyright (c) Matteo Collina and Undici contributors
3518
+
3519
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3520
+ of this software and associated documentation files (the "Software"), to deal
3521
+ in the Software without restriction, including without limitation the rights
3522
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3523
+ copies of the Software, and to permit persons to whom the Software is
3524
+ furnished to do so, subject to the following conditions:
3525
+
3526
+ The above copyright notice and this permission notice shall be included in all
3527
+ copies or substantial portions of the Software.
3528
+
3529
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3530
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3531
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3532
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3533
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3534
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3535
+ SOFTWARE.
3536
+
3270
3537
  ================================================================================
3271
3538
  uuid@11.1.1
3272
3539
  License: MIT
@@ -3308,6 +3575,37 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3308
3575
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3309
3576
  SOFTWARE.
3310
3577
 
3578
+ ================================================================================
3579
+ which-module@2.0.1
3580
+ License: ISC
3581
+ Upstream: https://github.com/nexdrew/which-module#readme
3582
+ Copyright (c) 2016, Contributors
3583
+
3584
+ Permission to use, copy, modify, and/or distribute this software for any purpose
3585
+ with or without fee is hereby granted, provided that the above copyright notice
3586
+ and this permission notice appear in all copies.
3587
+
3588
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3589
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
3590
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3591
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
3592
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3593
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
3594
+ THIS SOFTWARE.
3595
+
3596
+ ================================================================================
3597
+ wrap-ansi@6.2.0
3598
+ License: MIT
3599
+ MIT License
3600
+
3601
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3602
+
3603
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3604
+
3605
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3606
+
3607
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3608
+
3311
3609
  ================================================================================
3312
3610
  wrap-ansi@7.0.0
3313
3611
  License: MIT
@@ -3346,6 +3644,24 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3346
3644
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3347
3645
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3348
3646
 
3647
+ ================================================================================
3648
+ y18n@4.0.3
3649
+ License: ISC
3650
+ Upstream: https://github.com/yargs/y18n
3651
+ Copyright (c) 2015, Contributors
3652
+
3653
+ Permission to use, copy, modify, and/or distribute this software for any purpose
3654
+ with or without fee is hereby granted, provided that the above copyright notice
3655
+ and this permission notice appear in all copies.
3656
+
3657
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
3658
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
3659
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
3660
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
3661
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3662
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
3663
+ THIS SOFTWARE.
3664
+
3349
3665
  ================================================================================
3350
3666
  y18n@5.0.8
3351
3667
  License: ISC
@@ -3364,6 +3680,25 @@ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
3364
3680
  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
3365
3681
  THIS SOFTWARE.
3366
3682
 
3683
+ ================================================================================
3684
+ yargs-parser@18.1.3
3685
+ License: ISC
3686
+ Upstream: https://github.com/yargs/yargs-parser.git
3687
+ Copyright (c) 2016, Contributors
3688
+
3689
+ Permission to use, copy, modify, and/or distribute this software
3690
+ for any purpose with or without fee is hereby granted, provided
3691
+ that the above copyright notice and this permission notice
3692
+ appear in all copies.
3693
+
3694
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3695
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
3696
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
3697
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
3698
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
3699
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
3700
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3701
+
3367
3702
  ================================================================================
3368
3703
  yargs-parser@21.1.1
3369
3704
  License: ISC
@@ -3383,6 +3718,32 @@ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
3383
3718
  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
3384
3719
  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3385
3720
 
3721
+ ================================================================================
3722
+ yargs@15.4.1
3723
+ License: MIT
3724
+ Upstream: https://yargs.js.org/
3725
+ MIT License
3726
+
3727
+ Copyright 2010 James Halliday (mail@substack.net); Modified work Copyright 2014 Contributors (ben@npmjs.com)
3728
+
3729
+ Permission is hereby granted, free of charge, to any person obtaining a copy
3730
+ of this software and associated documentation files (the "Software"), to deal
3731
+ in the Software without restriction, including without limitation the rights
3732
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3733
+ copies of the Software, and to permit persons to whom the Software is
3734
+ furnished to do so, subject to the following conditions:
3735
+
3736
+ The above copyright notice and this permission notice shall be included in
3737
+ all copies or substantial portions of the Software.
3738
+
3739
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3740
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3741
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3742
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3743
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3744
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3745
+ THE SOFTWARE.
3746
+
3386
3747
  ================================================================================
3387
3748
  yargs@17.7.3
3388
3749
  License: MIT