From 942cb53499e44b443ccaf239762fb5e4c62b366f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E8=B1=86?= <65597591+wjn760371@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:01:04 +0800 Subject: [PATCH] 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 --- packages/plugin-stream-error/CHANGELOG.md | 8 +++++++- packages/plugin-stream-error/package.json | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/packages/plugin-stream-error/CHANGELOG.md b/packages/plugin-stream-error/CHANGELOG.md index 4d07b1b4c4..f6b5f4cdb9 100644 --- a/packages/plugin-stream-error/CHANGELOG.md +++ b/packages/plugin-stream-error/CHANGELOG.md @@ -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 diff --git a/packages/plugin-stream-error/package.json b/packages/plugin-stream-error/package.json index eb98db096e..33818360e4 100644 --- a/packages/plugin-stream-error/package.json +++ b/packages/plugin-stream-error/package.json @@ -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": [