@any-listen/extension-kit 0.1.9 → 0.1.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@any-listen/extension-kit",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "keywords": [
5
5
  "any-listen",
6
6
  "any-listen-extension"
@@ -801,6 +801,7 @@ declare global {
801
801
  headers: Record<string, string | string[] | undefined>
802
802
  raw: Uint8Array
803
803
  body: Resp
804
+ history: string[]
804
805
  }
805
806
 
806
807
  type ConverterFormatFrom = 'base64' | 'hex' | 'utf-8'