Skip to content

Commit 97ce980

Browse files
committed
version: notion-utils v0.4.15
1 parent 84d94f6 commit 97ce980

File tree

5 files changed

+11
-312
lines changed

5 files changed

+11
-312
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.15
4+
5+
### Patch Changes
6+
7+
- lqip lib 삭제
8+
39
## 0.4.14
410

511
### Patch Changes

packages/notion-to-utils/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notion-to-utils",
3-
"version": "0.4.14",
3+
"version": "0.4.15",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -40,8 +40,6 @@
4040
"vitest": "^2.1.2"
4141
},
4242
"dependencies": {
43-
"@notionhq/client": "^2.2.15",
44-
"@types/lqip-modern": "^1.1.7",
45-
"lqip-modern": "^2.1.0"
43+
"@notionhq/client": "^2.2.15"
4644
}
4745
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
export * from './makePreviewImage'; // ? lqip-modern 사이즈 문제 확인 필요
1+
// ? lqip-modern 사이즈 문제 확인 필요
2+
// ! 일단 미사용 처리
3+
export * from './makePreviewImage';

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

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

0 commit comments

Comments
 (0)