Skip to content

Commit d5ef73e

Browse files
committed
version: notion-utils v0.4.4
1 parent 98c1952 commit d5ef73e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

packages/notion-to-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# notion-to-utils
22

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- type 명시 추가
8+
39
## 0.4.3
410

511
### Patch Changes

packages/notion-to-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-to-utils",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/notion-to-utils/src/index.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
export * from './client';
2-
export type * from '@notionhq/client/build/src/api-endpoints.d.ts';
2+
3+
import type {
4+
PageObjectResponse,
5+
MultiSelectPropertyItemObjectResponse,
6+
GetPageResponse,
7+
} from '@notionhq/client/build/src/api-endpoints';
8+
export type {
9+
PageObjectResponse,
10+
MultiSelectPropertyItemObjectResponse,
11+
GetPageResponse,
12+
};

0 commit comments

Comments
 (0)