Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markedjs/testutils",
"version": "18.0.0-0",
"version": "18.0.0-1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version in package-lock.json (both at the root and in the packages[""] entry) is still set to 17.0.5-0, which is out of sync with the new version 18.0.0-1 in package.json. This discrepancy will cause npm ci to fail in CI environments. Please run npm install to ensure the lockfile is correctly updated and synchronized.

"description": "Test utilities for marked and marked extensions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "lib",
"rootDir": "./",
"rootDir": "./src",
"skipLibCheck": true,
"strict": true,
"target": "ES2022",
Expand Down