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: 4 additions & 0 deletions apify-docs-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"types",
"static"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apify/apify-docs.git"
},
Copy link

Choose a reason for hiding this comment

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

Bug: Repository URL Mismatch Breaks Provenance

The repository.url uses SSH format (git@github.com:) instead of HTTPS format (git+https://github.com/). This is inconsistent with the root package.json which uses HTTPS format, and may prevent npm provenance generation from working correctly, which is the stated purpose of adding this field.

Fix in Cursor Fix in Web

Copy link
Contributor

Choose a reason for hiding this comment

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

He ain't lying, I guess we can play it safe @barjin?

Copy link
Member Author

Choose a reason for hiding this comment

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

npm will normalize it, but sure 👍

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo 'Building @apify/docs-theme!'"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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