Skip to content

Commit db73338

Browse files
authored
0.3.2 (#37)
* 0.3.2 * fix unit test
1 parent 42f67e3 commit db73338

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markdoc/next.js",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"author": "Stripe, Inc.",
55
"description": "Markdoc plugin for Next.js",
66
"license": "MIT",

tests/__snapshots__/index.test.js.snap

-6
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,8 @@ async function getMarkdocData(context = {}) {
169169
}
170170
171171
172-
export const dynamic = frontmatter.nextjs?.dynamic;
173-
export const dynamicParams = frontmatter.nextjs?.dynamicParams;
174-
export const fetchCache = frontmatter.nextjs?.fetchCache;
175-
export const maxDuration = frontmatter.nextjs?.maxDuration;
176172
export const metadata = frontmatter.nextjs?.metadata;
177-
export const preferredRegion = frontmatter.nextjs?.preferredRegion;
178173
export const revalidate = frontmatter.nextjs?.revalidate;
179-
export const runtime = frontmatter.nextjs?.runtime;
180174
export default async function MarkdocComponent(props) {
181175
const markdoc = await getMarkdocData();
182176
// Only execute HMR code in development

0 commit comments

Comments
 (0)