CommandCodeAI / CommandCodeAI/command-code
Feature Production Lockfile on NPM
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Keine Sprachdaten
- Sterne
- 4k
- Forks
- 350
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Feature Description
I just packaged command code for nixpkgs : NixOS/nixpkgs#548781
However, there is only a package.json without any full production lockfile package.lock in the NPM registry : https://www.npmjs.com/package/command-code?activeTab=code
It is needed to ensure reproducible builds, and without the full production lockfile (matching the published package.json, containing only dependencies available from the npm registry), it is needed to replicate it using immediate pinning, which might differ from the one you tested the software with
Would it be possible to include the full production lockfile as well on NPM?
Thanks!
Use Case
Reproducible Packaging
Additional Context
Would be fixed by #618
How important is this to you?
Important for my workflow
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginne mit package.json und issue #618 und untersuche anschließend, wie das NPM package veröffentlicht wird. Stelle sicher, dass das production lockfile aus dem veröffentlichten package.json erzeugt und in das NPM registry package aufgenommen wird; als erledigt gilt die Aufgabe, wenn downstream packagers es für reproducible builds verwenden können.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- node.js
- Bereich
- build-system, release
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Ruhig
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 58/100