Skip to content

Commit

Permalink
chore: add export type of @ice/runtime (#6846)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Apr 1, 2024
1 parent 28b2874 commit 37c4278
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @ice/runtime

## 1.4.4

- chore: add ts type for `@ice/runtime/data-loader`

## 1.4.3

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions packages/runtime/data-loader.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './esm/dataLoader';
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ice/runtime",
"version": "1.4.3",
"version": "1.4.4",
"description": "Runtime module for ice.js",
"type": "module",
"types": "./esm/index.d.ts",
Expand Down

0 comments on commit 37c4278

Please sign in to comment.