@zhin.js/adapter-icqq 3.0.4 → 3.0.6

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.
Files changed (67) hide show
  1. package/CHANGELOG.md +106 -78
  2. package/README.md +3 -3
  3. package/client/index.tsx +1 -1
  4. package/client/tsconfig.json +1 -1
  5. package/dist/index.js +1 -1
  6. package/lib/bot.d.ts +56 -12
  7. package/lib/bot.d.ts.map +1 -1
  8. package/lib/bot.js +416 -136
  9. package/lib/bot.js.map +1 -1
  10. package/lib/cq-message.d.ts +10 -0
  11. package/lib/cq-message.d.ts.map +1 -0
  12. package/lib/cq-message.js +119 -0
  13. package/lib/cq-message.js.map +1 -0
  14. package/lib/forward-msg.d.ts +27 -0
  15. package/lib/forward-msg.d.ts.map +1 -0
  16. package/lib/forward-msg.js +387 -0
  17. package/lib/forward-msg.js.map +1 -0
  18. package/lib/get-msg.d.ts +3 -0
  19. package/lib/get-msg.d.ts.map +1 -0
  20. package/lib/get-msg.js +46 -0
  21. package/lib/get-msg.js.map +1 -0
  22. package/lib/icqq-inbound.d.ts +114 -0
  23. package/lib/icqq-inbound.d.ts.map +1 -0
  24. package/lib/icqq-inbound.js +495 -0
  25. package/lib/icqq-inbound.js.map +1 -0
  26. package/lib/icqq-side-events.d.ts +34 -0
  27. package/lib/icqq-side-events.d.ts.map +1 -0
  28. package/lib/icqq-side-events.js +194 -0
  29. package/lib/icqq-side-events.js.map +1 -0
  30. package/lib/index.d.ts +4 -2
  31. package/lib/index.d.ts.map +1 -1
  32. package/lib/index.js +1 -0
  33. package/lib/index.js.map +1 -1
  34. package/lib/ipc-client.d.ts +7 -2
  35. package/lib/ipc-client.d.ts.map +1 -1
  36. package/lib/ipc-client.js +74 -16
  37. package/lib/ipc-client.js.map +1 -1
  38. package/lib/protocol.d.ts +3 -10
  39. package/lib/protocol.d.ts.map +1 -1
  40. package/lib/protocol.js +2 -0
  41. package/lib/protocol.js.map +1 -1
  42. package/lib/routes.d.ts +1 -1
  43. package/lib/routes.d.ts.map +1 -1
  44. package/lib/types.d.ts +44 -0
  45. package/lib/types.d.ts.map +1 -1
  46. package/lib/typing-indicator-example.d.ts +108 -0
  47. package/lib/typing-indicator-example.d.ts.map +1 -0
  48. package/lib/typing-indicator-example.js +220 -0
  49. package/lib/typing-indicator-example.js.map +1 -0
  50. package/lib/typing-indicator.d.ts +87 -0
  51. package/lib/typing-indicator.d.ts.map +1 -0
  52. package/lib/typing-indicator.js +225 -0
  53. package/lib/typing-indicator.js.map +1 -0
  54. package/package.json +18 -12
  55. package/src/bot.ts +524 -149
  56. package/src/cq-message.ts +120 -0
  57. package/src/forward-msg.ts +433 -0
  58. package/src/get-msg.ts +56 -0
  59. package/src/icqq-inbound.ts +616 -0
  60. package/src/icqq-side-events.ts +228 -0
  61. package/src/index.ts +10 -2
  62. package/src/ipc-client.ts +76 -16
  63. package/src/protocol.ts +4 -10
  64. package/src/routes.ts +1 -1
  65. package/src/types.ts +45 -0
  66. package/src/typing-indicator-example.ts +269 -0
  67. package/src/typing-indicator.ts +312 -0
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # @zhin.js/adapter-icqq
2
2
 
3
+ ## 3.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 90d9efd: fix: 处理包名
8
+ - zhin.js@1.0.87
9
+ - @zhin.js/core@1.1.29
10
+ - @zhin.js/agent@0.1.27
11
+ - @zhin.js/host-api@0.0.1
12
+ - @zhin.js/host-router@0.0.1
13
+
14
+ ## 3.0.5
15
+
16
+ ### Patch Changes
17
+
18
+ - 6295cbd: fix: @优化
19
+ - a51d504: fix: ai 回应
20
+ - 7e14f8d: fix: 统一发个版,优化一些列安全问题
21
+ - Updated dependencies [6295cbd]
22
+ - Updated dependencies [7e14f8d]
23
+ - Updated dependencies [996ebb3]
24
+ - @zhin.js/agent@0.1.26
25
+ - @zhin.js/core@1.1.28
26
+ - @zhin.js/client@1.1.4
27
+ - zhin.js@1.0.86
28
+ - @zhin.js/console@3.0.5
29
+ - @zhin.js/host-router@1.0.79
30
+
3
31
  ## 3.0.4
4
32
 
5
33
  ### Patch Changes
6
34
 
7
35
  - zhin.js@1.0.85
8
36
  - @zhin.js/console@3.0.4
9
- - @zhin.js/http@1.0.78
37
+ - @zhin.js/host-router@1.0.78
10
38
  - @zhin.js/core@1.1.27
11
39
 
12
40
  ## 3.0.3
@@ -21,7 +49,7 @@
21
49
  - @zhin.js/core@1.1.26
22
50
  - zhin.js@1.0.84
23
51
  - @zhin.js/client@1.1.3
24
- - @zhin.js/http@1.0.77
52
+ - @zhin.js/host-router@1.0.77
25
53
 
26
54
  ## 3.0.2
27
55
 
@@ -30,7 +58,7 @@
30
58
  - 775427e: fix: edge 支持
31
59
  - Updated dependencies [775427e]
32
60
  - @zhin.js/console@3.0.2
33
- - @zhin.js/http@1.0.76
61
+ - @zhin.js/host-router@1.0.76
34
62
  - @zhin.js/client@1.1.2
35
63
  - @zhin.js/core@1.1.25
36
64
  - zhin.js@1.0.83
@@ -42,7 +70,7 @@
42
70
  - 32049f5: fix: init publish
43
71
  - Updated dependencies [32049f5]
44
72
  - @zhin.js/console@3.0.1
45
- - @zhin.js/http@1.0.75
73
+ - @zhin.js/host-router@1.0.75
46
74
  - @zhin.js/client@1.1.1
47
75
  - @zhin.js/core@1.1.24
48
76
  - zhin.js@1.0.82
@@ -64,7 +92,7 @@
64
92
  - @zhin.js/core@1.1.23
65
93
  - zhin.js@1.0.81
66
94
  - @zhin.js/console@2.0.24
67
- - @zhin.js/http@1.0.74
95
+ - @zhin.js/host-router@1.0.74
68
96
 
69
97
  ## 2.0.25
70
98
 
@@ -73,7 +101,7 @@
73
101
  - 3b3e49b: fix: ask 工具修复,icqq skill 优化
74
102
  - zhin.js@1.0.80
75
103
  - @zhin.js/console@2.0.23
76
- - @zhin.js/http@1.0.73
104
+ - @zhin.js/host-router@1.0.73
77
105
  - @zhin.js/core@1.1.22
78
106
 
79
107
  ## 2.0.24
@@ -89,7 +117,7 @@
89
117
  - 92da96d: fix skill 激活优化
90
118
  - zhin.js@1.0.79
91
119
  - @zhin.js/console@2.0.22
92
- - @zhin.js/http@1.0.72
120
+ - @zhin.js/host-router@1.0.72
93
121
  - @zhin.js/core@1.1.21
94
122
 
95
123
  ## 2.0.22
@@ -100,7 +128,7 @@
100
128
  - @zhin.js/console@2.0.21
101
129
  - @zhin.js/core@1.1.20
102
130
  - zhin.js@1.0.78
103
- - @zhin.js/http@1.0.71
131
+ - @zhin.js/host-router@1.0.71
104
132
 
105
133
  ## 2.0.21
106
134
 
@@ -109,7 +137,7 @@
109
137
  - zhin.js@1.0.77
110
138
  - @zhin.js/core@1.1.19
111
139
  - @zhin.js/console@2.0.20
112
- - @zhin.js/http@1.0.70
140
+ - @zhin.js/host-router@1.0.70
113
141
 
114
142
  ## 2.0.20
115
143
 
@@ -118,7 +146,7 @@
118
146
  - Updated dependencies [cb9fbf1]
119
147
  - zhin.js@1.0.76
120
148
  - @zhin.js/console@2.0.19
121
- - @zhin.js/http@1.0.69
149
+ - @zhin.js/host-router@1.0.69
122
150
  - @zhin.js/core@1.1.18
123
151
 
124
152
  ## 2.0.19
@@ -128,7 +156,7 @@
128
156
  - @zhin.js/core@1.1.17
129
157
  - zhin.js@1.0.75
130
158
  - @zhin.js/console@2.0.18
131
- - @zhin.js/http@1.0.68
159
+ - @zhin.js/host-router@1.0.68
132
160
 
133
161
  ## 2.0.18
134
162
 
@@ -138,7 +166,7 @@
138
166
  - @zhin.js/core@1.1.16
139
167
  - zhin.js@1.0.74
140
168
  - @zhin.js/console@2.0.17
141
- - @zhin.js/http@1.0.67
169
+ - @zhin.js/host-router@1.0.67
142
170
 
143
171
  ## 2.0.17
144
172
 
@@ -146,7 +174,7 @@
146
174
 
147
175
  - zhin.js@1.0.73
148
176
  - @zhin.js/console@2.0.16
149
- - @zhin.js/http@1.0.66
177
+ - @zhin.js/host-router@1.0.66
150
178
  - @zhin.js/core@1.1.15
151
179
 
152
180
  ## 2.0.16
@@ -174,7 +202,7 @@
174
202
  - @zhin.js/core@1.1.14
175
203
  - zhin.js@1.0.72
176
204
  - @zhin.js/console@2.0.13
177
- - @zhin.js/http@1.0.65
205
+ - @zhin.js/host-router@1.0.65
178
206
 
179
207
  ## 2.0.13
180
208
 
@@ -193,7 +221,7 @@
193
221
  - @zhin.js/core@1.1.13
194
222
  - zhin.js@1.0.71
195
223
  - @zhin.js/console@2.0.11
196
- - @zhin.js/http@1.0.64
224
+ - @zhin.js/host-router@1.0.64
197
225
 
198
226
  ## 2.0.11
199
227
 
@@ -203,14 +231,14 @@
203
231
  - @zhin.js/core@1.1.10
204
232
  - zhin.js@1.0.68
205
233
  - @zhin.js/console@2.0.10
206
- - @zhin.js/http@1.0.63
234
+ - @zhin.js/host-router@1.0.63
207
235
 
208
236
  ## 2.0.10
209
237
 
210
238
  ### Patch Changes
211
239
 
212
240
  - Updated dependencies [0eba6d6]
213
- - @zhin.js/http@1.0.62
241
+ - @zhin.js/host-router@1.0.62
214
242
  - @zhin.js/core@1.1.9
215
243
  - zhin.js@1.0.67
216
244
  - @zhin.js/console@2.0.9
@@ -222,7 +250,7 @@
222
250
  - zhin.js@1.0.66
223
251
  - @zhin.js/core@1.1.8
224
252
  - @zhin.js/console@2.0.8
225
- - @zhin.js/http@1.0.61
253
+ - @zhin.js/host-router@1.0.61
226
254
 
227
255
  ## 2.0.8
228
256
 
@@ -231,7 +259,7 @@
231
259
  - @zhin.js/core@1.1.7
232
260
  - zhin.js@1.0.65
233
261
  - @zhin.js/console@2.0.7
234
- - @zhin.js/http@1.0.60
262
+ - @zhin.js/host-router@1.0.60
235
263
 
236
264
  ## 2.0.7
237
265
 
@@ -249,7 +277,7 @@
249
277
  - @zhin.js/core@1.1.6
250
278
  - zhin.js@1.0.64
251
279
  - @zhin.js/console@2.0.6
252
- - @zhin.js/http@1.0.59
280
+ - @zhin.js/host-router@1.0.59
253
281
 
254
282
  ## 2.0.5
255
283
 
@@ -258,7 +286,7 @@
258
286
  - ba30934: fix: web 优化
259
287
  - Updated dependencies [ba30934]
260
288
  - @zhin.js/console@2.0.5
261
- - @zhin.js/http@1.0.58
289
+ - @zhin.js/host-router@1.0.58
262
290
  - zhin.js@1.0.63
263
291
  - @zhin.js/core@1.1.5
264
292
 
@@ -268,7 +296,7 @@
268
296
 
269
297
  - zhin.js@1.0.62
270
298
  - @zhin.js/console@2.0.4
271
- - @zhin.js/http@1.0.57
299
+ - @zhin.js/host-router@1.0.57
272
300
  - @zhin.js/core@1.1.4
273
301
 
274
302
  ## 2.0.3
@@ -277,7 +305,7 @@
277
305
 
278
306
  - zhin.js@1.0.61
279
307
  - @zhin.js/console@2.0.3
280
- - @zhin.js/http@1.0.56
308
+ - @zhin.js/host-router@1.0.56
281
309
  - @zhin.js/core@1.1.3
282
310
 
283
311
  ## 2.0.2
@@ -295,7 +323,7 @@
295
323
  - @zhin.js/console@2.0.2
296
324
  - @zhin.js/core@1.1.2
297
325
  - zhin.js@1.0.60
298
- - @zhin.js/http@1.0.55
326
+ - @zhin.js/host-router@1.0.55
299
327
 
300
328
  ## 2.0.1
301
329
 
@@ -307,7 +335,7 @@
307
335
  - @zhin.js/core@1.1.1
308
336
  - zhin.js@1.0.59
309
337
  - @zhin.js/console@2.0.1
310
- - @zhin.js/http@1.0.54
338
+ - @zhin.js/host-router@1.0.54
311
339
 
312
340
  ## 2.0.0
313
341
 
@@ -317,7 +345,7 @@
317
345
  - @zhin.js/core@1.1.0
318
346
  - zhin.js@1.0.58
319
347
  - @zhin.js/console@2.0.0
320
- - @zhin.js/http@1.0.53
348
+ - @zhin.js/host-router@1.0.53
321
349
 
322
350
  ## 1.0.71
323
351
 
@@ -327,7 +355,7 @@
327
355
  - @zhin.js/core@1.0.57
328
356
  - zhin.js@1.0.57
329
357
  - @zhin.js/console@1.0.59
330
- - @zhin.js/http@1.0.52
358
+ - @zhin.js/host-router@1.0.52
331
359
 
332
360
  ## 1.0.70
333
361
 
@@ -336,7 +364,7 @@
336
364
  - zhin.js@1.0.56
337
365
  - @zhin.js/core@1.0.56
338
366
  - @zhin.js/console@1.0.58
339
- - @zhin.js/http@1.0.51
367
+ - @zhin.js/host-router@1.0.51
340
368
 
341
369
  ## 1.0.69
342
370
 
@@ -353,7 +381,7 @@
353
381
  - @zhin.js/core@1.0.55
354
382
  - zhin.js@1.0.55
355
383
  - @zhin.js/console@1.0.56
356
- - @zhin.js/http@1.0.50
384
+ - @zhin.js/host-router@1.0.50
357
385
 
358
386
  ## 1.0.67
359
387
 
@@ -365,7 +393,7 @@
365
393
  - @zhin.js/core@1.0.54
366
394
  - zhin.js@1.0.54
367
395
  - @zhin.js/console@1.0.55
368
- - @zhin.js/http@1.0.49
396
+ - @zhin.js/host-router@1.0.49
369
397
 
370
398
  ## 1.0.66
371
399
 
@@ -374,7 +402,7 @@
374
402
  - @zhin.js/core@1.0.53
375
403
  - zhin.js@1.0.53
376
404
  - @zhin.js/console@1.0.54
377
- - @zhin.js/http@1.0.48
405
+ - @zhin.js/host-router@1.0.48
378
406
 
379
407
  ## 1.0.65
380
408
 
@@ -383,7 +411,7 @@
383
411
  - a3511a0: 各包内 Agent 技能说明已固定为随包发布的 `skills/*/SKILL.md`(替代已移除的运行时 `declareSkill`)。本批为 registry / 分发侧对齐的 **patch** 版本递增。
384
412
  - Updated dependencies [a3511a0]
385
413
  - @zhin.js/console@1.0.53
386
- - @zhin.js/http@1.0.47
414
+ - @zhin.js/host-router@1.0.47
387
415
 
388
416
  ## 1.0.64
389
417
 
@@ -396,7 +424,7 @@
396
424
  - zhin.js@1.0.52
397
425
  - @zhin.js/console@1.0.52
398
426
  - @zhin.js/client@1.0.13
399
- - @zhin.js/http@1.0.46
427
+ - @zhin.js/host-router@1.0.46
400
428
 
401
429
  ## 1.0.63
402
430
 
@@ -412,7 +440,7 @@
412
440
  - 607acc4: fix: 视觉模型处理
413
441
  - zhin.js@1.0.51
414
442
  - @zhin.js/console@1.0.50
415
- - @zhin.js/http@1.0.45
443
+ - @zhin.js/host-router@1.0.45
416
444
  - @zhin.js/core@1.0.51
417
445
 
418
446
  ## 1.0.61
@@ -429,7 +457,7 @@
429
457
 
430
458
  - zhin.js@1.0.50
431
459
  - @zhin.js/console@1.0.48
432
- - @zhin.js/http@1.0.44
460
+ - @zhin.js/host-router@1.0.44
433
461
  - @zhin.js/core@1.0.50
434
462
 
435
463
  ## 1.0.59
@@ -440,7 +468,7 @@
440
468
  - @zhin.js/core@1.0.49
441
469
  - zhin.js@1.0.49
442
470
  - @zhin.js/console@1.0.47
443
- - @zhin.js/http@1.0.43
471
+ - @zhin.js/host-router@1.0.43
444
472
 
445
473
  ## 1.0.58
446
474
 
@@ -450,7 +478,7 @@
450
478
  - @zhin.js/core@1.0.48
451
479
  - zhin.js@1.0.48
452
480
  - @zhin.js/console@1.0.46
453
- - @zhin.js/http@1.0.42
481
+ - @zhin.js/host-router@1.0.42
454
482
 
455
483
  ## 1.0.57
456
484
 
@@ -461,7 +489,7 @@
461
489
  - @zhin.js/core@1.0.47
462
490
  - zhin.js@1.0.47
463
491
  - @zhin.js/console@1.0.45
464
- - @zhin.js/http@1.0.41
492
+ - @zhin.js/host-router@1.0.41
465
493
 
466
494
  ## 1.0.56
467
495
 
@@ -471,7 +499,7 @@
471
499
  - @zhin.js/core@1.0.46
472
500
  - zhin.js@1.0.46
473
501
  - @zhin.js/console@1.0.44
474
- - @zhin.js/http@1.0.40
502
+ - @zhin.js/host-router@1.0.40
475
503
 
476
504
  ## 1.0.55
477
505
 
@@ -481,7 +509,7 @@
481
509
  - @zhin.js/core@1.0.45
482
510
  - zhin.js@1.0.45
483
511
  - @zhin.js/console@1.0.43
484
- - @zhin.js/http@1.0.39
512
+ - @zhin.js/host-router@1.0.39
485
513
 
486
514
  ## 1.0.54
487
515
 
@@ -489,7 +517,7 @@
489
517
 
490
518
  - zhin.js@1.0.44
491
519
  - @zhin.js/console@1.0.42
492
- - @zhin.js/http@1.0.38
520
+ - @zhin.js/host-router@1.0.38
493
521
  - @zhin.js/core@1.0.44
494
522
 
495
523
  ## 1.0.53
@@ -498,7 +526,7 @@
498
526
 
499
527
  - Updated dependencies [72ec4ba]
500
528
  - @zhin.js/console@1.0.41
501
- - @zhin.js/http@1.0.37
529
+ - @zhin.js/host-router@1.0.37
502
530
  - @zhin.js/client@1.0.11
503
531
  - @zhin.js/core@1.0.43
504
532
  - zhin.js@1.0.43
@@ -517,7 +545,7 @@
517
545
  - zhin.js@1.0.42
518
546
  - @zhin.js/core@1.0.42
519
547
  - @zhin.js/console@1.0.39
520
- - @zhin.js/http@1.0.36
548
+ - @zhin.js/host-router@1.0.36
521
549
 
522
550
  ## 1.0.50
523
551
 
@@ -528,7 +556,7 @@
528
556
  - @zhin.js/core@1.0.41
529
557
  - zhin.js@1.0.41
530
558
  - @zhin.js/console@1.0.38
531
- - @zhin.js/http@1.0.35
559
+ - @zhin.js/host-router@1.0.35
532
560
 
533
561
  ## 1.0.49
534
562
 
@@ -539,7 +567,7 @@
539
567
  - @zhin.js/core@1.0.40
540
568
  - zhin.js@1.0.40
541
569
  - @zhin.js/console@1.0.37
542
- - @zhin.js/http@1.0.34
570
+ - @zhin.js/host-router@1.0.34
543
571
 
544
572
  ## 1.0.48
545
573
 
@@ -549,7 +577,7 @@
549
577
  - @zhin.js/core@1.0.39
550
578
  - zhin.js@1.0.39
551
579
  - @zhin.js/console@1.0.36
552
- - @zhin.js/http@1.0.33
580
+ - @zhin.js/host-router@1.0.33
553
581
 
554
582
  ## 1.0.47
555
583
 
@@ -560,7 +588,7 @@
560
588
  - @zhin.js/core@1.0.38
561
589
  - zhin.js@1.0.38
562
590
  - @zhin.js/console@1.0.35
563
- - @zhin.js/http@1.0.32
591
+ - @zhin.js/host-router@1.0.32
564
592
 
565
593
  ## 1.0.46
566
594
 
@@ -568,7 +596,7 @@
568
596
 
569
597
  - Updated dependencies [631da6e]
570
598
  - @zhin.js/console@1.0.34
571
- - @zhin.js/http@1.0.31
599
+ - @zhin.js/host-router@1.0.31
572
600
 
573
601
  ## 1.0.45
574
602
 
@@ -584,7 +612,7 @@
584
612
  - @zhin.js/core@1.0.37
585
613
  - zhin.js@1.0.37
586
614
  - @zhin.js/console@1.0.33
587
- - @zhin.js/http@1.0.30
615
+ - @zhin.js/host-router@1.0.30
588
616
 
589
617
  ## 1.0.43
590
618
 
@@ -593,7 +621,7 @@
593
621
  - Updated dependencies [432d0a5]
594
622
  - Updated dependencies [6d94111]
595
623
  - @zhin.js/console@1.0.32
596
- - @zhin.js/http@1.0.29
624
+ - @zhin.js/host-router@1.0.29
597
625
  - @zhin.js/core@1.0.36
598
626
  - zhin.js@1.0.36
599
627
 
@@ -605,7 +633,7 @@
605
633
  - @zhin.js/core@1.0.35
606
634
  - zhin.js@1.0.35
607
635
  - @zhin.js/console@1.0.31
608
- - @zhin.js/http@1.0.28
636
+ - @zhin.js/host-router@1.0.28
609
637
 
610
638
  ## 1.0.41
611
639
 
@@ -615,7 +643,7 @@
615
643
  - @zhin.js/core@1.0.34
616
644
  - zhin.js@1.0.34
617
645
  - @zhin.js/console@1.0.30
618
- - @zhin.js/http@1.0.27
646
+ - @zhin.js/host-router@1.0.27
619
647
 
620
648
  ## 1.0.40
621
649
 
@@ -625,7 +653,7 @@
625
653
  - @zhin.js/core@1.0.33
626
654
  - zhin.js@1.0.33
627
655
  - @zhin.js/console@1.0.29
628
- - @zhin.js/http@1.0.26
656
+ - @zhin.js/host-router@1.0.26
629
657
 
630
658
  ## 1.0.39
631
659
 
@@ -634,9 +662,9 @@
634
662
  - 48481a8: fix: @zhin.js/adapter-icqq 内置点赞工具
635
663
  fix: create-zhin-app 默认增加 send 指令
636
664
  fix: @zhin.js/cli 重命名 onborading 为 onborad 并重写实现,新增 zhin send 命令,用于直接通过 send 命令发送消息
637
- fix: @zhin.js/http 新增消息发送 api
665
+ fix: @zhin.js/host-router 新增消息发送 api
638
666
  - Updated dependencies [48481a8]
639
- - @zhin.js/http@1.0.25
667
+ - @zhin.js/host-router@1.0.25
640
668
 
641
669
  ## 1.0.38
642
670
 
@@ -646,7 +674,7 @@
646
674
  - @zhin.js/core@1.0.32
647
675
  - zhin.js@1.0.32
648
676
  - @zhin.js/console@1.0.28
649
- - @zhin.js/http@1.0.24
677
+ - @zhin.js/host-router@1.0.24
650
678
 
651
679
  ## 1.0.37
652
680
 
@@ -656,7 +684,7 @@
656
684
  - @zhin.js/core@1.0.31
657
685
  - zhin.js@1.0.31
658
686
  - @zhin.js/console@1.0.27
659
- - @zhin.js/http@1.0.23
687
+ - @zhin.js/host-router@1.0.23
660
688
 
661
689
  ## 1.0.36
662
690
 
@@ -665,7 +693,7 @@
665
693
  - Updated dependencies [460a6c6]
666
694
  - zhin.js@1.0.30
667
695
  - @zhin.js/console@1.0.26
668
- - @zhin.js/http@1.0.22
696
+ - @zhin.js/host-router@1.0.22
669
697
  - @zhin.js/core@1.0.30
670
698
 
671
699
  ## 1.0.35
@@ -676,7 +704,7 @@
676
704
  - @zhin.js/core@1.0.29
677
705
  - zhin.js@1.0.29
678
706
  - @zhin.js/console@1.0.25
679
- - @zhin.js/http@1.0.21
707
+ - @zhin.js/host-router@1.0.21
680
708
 
681
709
  ## 1.0.34
682
710
 
@@ -684,7 +712,7 @@
684
712
 
685
713
  - Updated dependencies [05a514d]
686
714
  - @zhin.js/console@1.0.24
687
- - @zhin.js/http@1.0.20
715
+ - @zhin.js/host-router@1.0.20
688
716
  - @zhin.js/client@1.0.10
689
717
  - @zhin.js/core@1.0.28
690
718
  - zhin.js@1.0.28
@@ -694,14 +722,14 @@
694
722
  ### Patch Changes
695
723
 
696
724
  - Updated dependencies [2b44e18]
697
- - @zhin.js/http@1.0.19
725
+ - @zhin.js/host-router@1.0.19
698
726
 
699
727
  ## 1.0.32
700
728
 
701
729
  ### Patch Changes
702
730
 
703
731
  - Updated dependencies [b27e633]
704
- - @zhin.js/http@1.0.18
732
+ - @zhin.js/host-router@1.0.18
705
733
  - @zhin.js/core@1.0.27
706
734
  - zhin.js@1.0.27
707
735
  - @zhin.js/console@1.0.23
@@ -713,7 +741,7 @@
713
741
  - 106d357: fix: ai
714
742
  - Updated dependencies [106d357]
715
743
  - @zhin.js/console@1.0.22
716
- - @zhin.js/http@1.0.17
744
+ - @zhin.js/host-router@1.0.17
717
745
  - @zhin.js/client@1.0.9
718
746
  - @zhin.js/core@1.0.26
719
747
  - zhin.js@1.0.26
@@ -730,7 +758,7 @@
730
758
  - @zhin.js/core@1.0.25
731
759
  - zhin.js@1.0.25
732
760
  - @zhin.js/console@1.0.21
733
- - @zhin.js/http@1.0.16
761
+ - @zhin.js/host-router@1.0.16
734
762
 
735
763
  ## 1.0.29
736
764
 
@@ -740,7 +768,7 @@
740
768
  - @zhin.js/core@1.0.24
741
769
  - zhin.js@1.0.24
742
770
  - @zhin.js/console@1.0.20
743
- - @zhin.js/http@1.0.15
771
+ - @zhin.js/host-router@1.0.15
744
772
 
745
773
  ## 1.0.28
746
774
 
@@ -751,7 +779,7 @@
751
779
  - @zhin.js/core@1.0.23
752
780
  - zhin.js@1.0.23
753
781
  - @zhin.js/console@1.0.19
754
- - @zhin.js/http@1.0.14
782
+ - @zhin.js/host-router@1.0.14
755
783
 
756
784
  ## 1.0.27
757
785
 
@@ -760,7 +788,7 @@
760
788
  - Updated dependencies [26aba27]
761
789
  - zhin.js@1.0.22
762
790
  - @zhin.js/console@1.0.18
763
- - @zhin.js/http@1.0.13
791
+ - @zhin.js/host-router@1.0.13
764
792
  - @zhin.js/core@1.0.22
765
793
 
766
794
  ## 1.0.26
@@ -771,7 +799,7 @@
771
799
  - @zhin.js/core@1.0.21
772
800
  - zhin.js@1.0.21
773
801
  - @zhin.js/console@1.0.17
774
- - @zhin.js/http@1.0.12
802
+ - @zhin.js/host-router@1.0.12
775
803
 
776
804
  ## 1.0.25
777
805
 
@@ -782,7 +810,7 @@
782
810
  - Updated dependencies [a3b7673]
783
811
  - Updated dependencies [5141137]
784
812
  - @zhin.js/console@1.0.16
785
- - @zhin.js/http@1.0.11
813
+ - @zhin.js/host-router@1.0.11
786
814
  - @zhin.js/core@1.0.20
787
815
  - zhin.js@1.0.20
788
816
 
@@ -796,7 +824,7 @@
796
824
  - @zhin.js/core@1.0.19
797
825
  - zhin.js@1.0.19
798
826
  - @zhin.js/console@1.0.15
799
- - @zhin.js/http@1.0.10
827
+ - @zhin.js/host-router@1.0.10
800
828
 
801
829
  ## 1.0.23
802
830
 
@@ -808,7 +836,7 @@
808
836
  - @zhin.js/core@1.0.18
809
837
  - zhin.js@1.0.18
810
838
  - @zhin.js/console@1.0.14
811
- - @zhin.js/http@1.0.9
839
+ - @zhin.js/host-router@1.0.9
812
840
 
813
841
  ## 1.0.22
814
842
 
@@ -860,7 +888,7 @@
860
888
  - Updated dependencies [547028f]
861
889
  - @zhin.js/console@1.0.10
862
890
  - @zhin.js/types@1.0.5
863
- - @zhin.js/http@1.0.7
891
+ - @zhin.js/host-router@1.0.7
864
892
  - zhin.js@1.0.14
865
893
 
866
894
  ## 1.0.15
@@ -901,7 +929,7 @@
901
929
  - Updated dependencies [c490260]
902
930
  - @zhin.js/console@1.0.7
903
931
  - @zhin.js/client@1.0.5
904
- - @zhin.js/http@1.0.6
932
+ - @zhin.js/host-router@1.0.6
905
933
  - zhin.js@1.0.9
906
934
 
907
935
  ## 1.0.10
@@ -914,7 +942,7 @@
914
942
  - @zhin.js/types@1.0.3
915
943
  - @zhin.js/client@1.0.4
916
944
  - zhin.js@1.0.8
917
- - @zhin.js/http@1.0.5
945
+ - @zhin.js/host-router@1.0.5
918
946
 
919
947
  ## 1.0.9
920
948
 
@@ -933,7 +961,7 @@
933
961
  - Updated dependencies [b213bbc]
934
962
  - @zhin.js/console@1.0.4
935
963
  - @zhin.js/client@1.0.3
936
- - @zhin.js/http@1.0.4
964
+ - @zhin.js/host-router@1.0.4
937
965
  - zhin.js@1.0.6
938
966
 
939
967
  ## 1.0.7
@@ -948,7 +976,7 @@
948
976
  ### Patch Changes
949
977
 
950
978
  - Updated dependencies [f347667]
951
- - @zhin.js/http@1.0.3
979
+ - @zhin.js/host-router@1.0.3
952
980
  - zhin.js@1.0.5
953
981
 
954
982
  ## 1.0.5
@@ -958,7 +986,7 @@
958
986
  - Updated dependencies [d291005]
959
987
  - @zhin.js/console@1.0.2
960
988
  - @zhin.js/client@1.0.2
961
- - @zhin.js/http@1.0.2
989
+ - @zhin.js/host-router@1.0.2
962
990
 
963
991
  ## 1.0.4
964
992
 
@@ -994,4 +1022,4 @@
994
1022
  - Updated dependencies [efdd58a]
995
1023
  - @zhin.js/types@1.0.1
996
1024
  - zhin.js@1.0.1
997
- - @zhin.js/http@1.0.1
1025
+ - @zhin.js/host-router@1.0.1