Fix/head stream error types (#7000)

* chore: change pkg version

* fix: add head stream error types exports

* chore: plugin-stream-error changelog

* fix: plugin-stream-error use typesVersions
This commit is contained in:
木豆 2024-10-09 15:01:04 +08:00 committed by GitHub
parent 189892edad
commit 942cb53499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 2 deletions

View File

@ -10,4 +10,10 @@
### Patch Change
- feat: plugin export head stream error recover component
- 2928447c: plugin export head stream error recover component
## 1.0.2
### Patch Change
- 069579a3: add head stream error types exports

View File

@ -1,6 +1,6 @@
{
"name": "@ice/plugin-stream-error",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"license": "MIT",
"type": "module",
@ -12,6 +12,13 @@
},
"./head-stream-error": "./esm/components/headStreamErrorRecoverScript.js"
},
"typesVersions": {
"*": {
"head-stream-error": [
"./esm/components/headStreamErrorRecoverScript.d.ts"
]
}
},
"main": "./esm/index.js",
"types": "./esm/index.d.ts",
"files": [