Skip to content

Commit

Permalink
Fix/head stream error types (#7000)
Browse files Browse the repository at this point in the history
* chore: change pkg version

* fix: add head stream error types exports

* chore: plugin-stream-error changelog

* fix: plugin-stream-error use typesVersions
  • Loading branch information
wjn760371 authored Oct 9, 2024
1 parent 189892e commit 942cb53
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 7 additions & 1 deletion packages/plugin-stream-error/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 8 additions & 1 deletion packages/plugin-stream-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/plugin-stream-error",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"license": "MIT",
"type": "module",
Expand All @@ -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": [
Expand Down

0 comments on commit 942cb53

Please sign in to comment.