Skip to content

Commit 8cf473e

Browse files
committed
version: notion-utils v0.4.11
1 parent d3ee2a5 commit 8cf473e

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.11
4+
5+
### Patch Changes
6+
7+
- makePreviewImage 제외
8+
39
## 0.4.10
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.10",
3+
"version": "0.4.11",
44
"description": "",
55
"repository": {
66
"type": "git",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export * from './client';
2-
export * from './utils';
2+
// export * from './utils'; // ? lqip-modern 사이즈 문제로 일단 제외
33

44
import type {
55
PageObjectResponse,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './makePreviewImage';
1+
export * from './makePreviewImage'; // ? lqip-modern 사이즈 문제 확인 필요

packages/notion-to-utils/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export default defineConfig({
99
clean: true,
1010
dts: true,
1111
minify: true,
12-
external: ['@notionhq/client', 'lqip-modern', '@types/lqip-modern'],
12+
external: ['@notionhq'],
1313
});

0 commit comments

Comments
 (0)