Skip to content

Commit e9b0762

Browse files
committed
version: notion-utils v0.4.13
1 parent 8cf473e commit e9b0762

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
lines changed

packages/notion-to-utils/CHANGELOG.md

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

3+
## 0.4.13
4+
5+
### Patch Changes
6+
7+
- test
8+
9+
## 0.4.12
10+
11+
### Patch Changes
12+
13+
- external lqip-modern 추가
14+
315
## 0.4.11
416

517
### 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.11",
3+
"version": "0.4.13",
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'; // ? lqip-modern 사이즈 문제로 일단 제외
2+
export * from './utils'; // ? lqip-modern 사이즈 문제로 일단 제외
33

44
import type {
55
PageObjectResponse,

packages/notion-to-utils/src/utils/makePreviewImage.spec.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
import {
2-
describe,
3-
it,
4-
expect,
5-
beforeEach,
6-
vi,
7-
beforeAll,
8-
afterEach,
9-
} from 'vitest';
1+
import { describe, it, expect, vi, beforeAll, afterEach } from 'vitest';
102
import { makePreviewImage } from './makePreviewImage';
113
import lqip from 'lqip-modern';
124

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'],
12+
external: ['@notionhq', 'lqip-modern'],
1313
});

0 commit comments

Comments
 (0)