Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: include all jsr deps in lockfile #15

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Feb 5, 2024

Follow-up to #14. I'll include the version manifest integrity in a future PR.

@@ -5,7 +5,7 @@
"specifiers": {
"jsr:@scope/package_a": "jsr:@scope/package_a@0.0.1",
"jsr:@scope/package_b": "jsr:@scope/package_b@0.0.1",
"jsr:@scope/package_c": "jsr:@scope/package_b@0.0.1"
"jsr:@scope/package_c": "jsr:@scope/package_c@0.0.1"
Copy link
Member Author

Choose a reason for hiding this comment

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

This was previously passing because of the missing condition in src/lib.rs (this test was setup wrong)

@dsherret dsherret merged commit 2b95dcd into denoland:main Feb 5, 2024
1 check passed
@dsherret dsherret deleted the fix_include_all_deps_in_lockfile branch February 5, 2024 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants