@antongolub/lockfile 0.0.0-snapshot.65 → 0.0.0-snapshot.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/complete.js +0 -1
  2. package/package.json +1 -1
package/dist/complete.js CHANGED
@@ -182,7 +182,6 @@ async function completeTransitives(graph, registry, options = {}) {
182
182
  }
183
183
  const depBuckets = [
184
184
  { deps: pv.dependencies, kind: "dep" },
185
- { deps: pv.devDependencies, kind: "dev" },
186
185
  { deps: pv.optionalDependencies, kind: "optional" },
187
186
  { deps: pv.peerDependencies, kind: "peer" }
188
187
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antongolub/lockfile",
3
- "version": "0.0.0-snapshot.65",
3
+ "version": "0.0.0-snapshot.66",
4
4
  "private": false,
5
5
  "description": "Universal lockfile model and converter for npm, yarn, pnpm, bun",
6
6
  "type": "module",