Skip to content

Commit

Permalink
chore: upgrade @narkdown/notion-faker
Browse files Browse the repository at this point in the history
  • Loading branch information
younho9 committed Nov 18, 2021
1 parent 27af668 commit 656fe7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@babel/preset-typescript": "7.16.0",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@narkdown/notion-faker": "0.2.1",
"@narkdown/notion-faker": "0.4.1",
"@tsconfig/node12": "1.0.9",
"@types/faker": "5.5.9",
"@types/jest": "27.0.2",
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import process from 'node:process';
import dotenv from 'dotenv';
import NotionFaker from '@narkdown/notion-faker';
import {NotionFaker} from '@narkdown/notion-faker';
import {QueryDatabaseResponse} from '@notionhq/client/build/src/api-endpoints';
import {NarkdownClient} from '../src';

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1356,10 +1356,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@narkdown/notion-faker@0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@narkdown/notion-faker/-/notion-faker-0.2.1.tgz#8335b53816e9494ebe2686a3324dddad0eca6207"
integrity sha512-F99D+Pd63HXg9VWGI4Yn72/6XkN7lAUYxpbJ4BfOJX1aVqBQlyKM1h2Q6X30ksc+mFZuq8pQ46tNIKsucNWKgg==
"@narkdown/notion-faker@0.4.1":
version "0.4.1"
resolved "https://registry.yarnpkg.com/@narkdown/notion-faker/-/notion-faker-0.4.1.tgz#ca155b54193290592fb63bdecc6d754ea21212e1"
integrity sha512-gfj4Xl/rhXec3i+G1eDmvv+lnY/C4oK54w2GPu2V6IHXzI1ovILzzMXFA9s5QVdNqprqxvlXmYtyK1NEaXZL2Q==
dependencies:
"@notionhq/client" "0.4.4"
"@types/faker" "5.5.9"
Expand Down

0 comments on commit 656fe7e

Please sign in to comment.