@antongolub/lockfile 0.0.0-snapshot.50 → 0.0.0-snapshot.51
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.
- package/dist/{_npm-flat-types-6ABSGUI9.d.ts → _npm-flat-types-DnyApcb5.d.ts} +1 -1
- package/dist/{_pnpm-flat-core-CGSknThP.d.ts → _pnpm-flat-core-CTAPp1B_.d.ts} +1 -1
- package/dist/{_yarn-berry-core-E1kzf3tA.d.ts → _yarn-berry-core-BX8m074X.d.ts} +4 -1
- package/dist/complete.d.ts +2 -2
- package/dist/formats/bun-text.d.ts +1 -1
- package/dist/formats/npm-1.d.ts +1 -1
- package/dist/formats/npm-2.d.ts +2 -2
- package/dist/formats/npm-3.d.ts +2 -2
- package/dist/formats/pnpm-v5.d.ts +1 -1
- package/dist/formats/pnpm-v6.d.ts +2 -2
- package/dist/formats/pnpm-v9.d.ts +2 -2
- package/dist/formats/yarn-berry-v10.d.ts +2 -2
- package/dist/formats/yarn-berry-v10.js +512 -41
- package/dist/formats/yarn-berry-v4.d.ts +2 -2
- package/dist/formats/yarn-berry-v4.js +513 -42
- package/dist/formats/yarn-berry-v5.d.ts +2 -2
- package/dist/formats/yarn-berry-v5.js +512 -41
- package/dist/formats/yarn-berry-v6.d.ts +2 -2
- package/dist/formats/yarn-berry-v6.js +512 -41
- package/dist/formats/yarn-berry-v7.d.ts +2 -2
- package/dist/formats/yarn-berry-v7.js +512 -41
- package/dist/formats/yarn-berry-v8.d.ts +2 -2
- package/dist/formats/yarn-berry-v8.js +512 -41
- package/dist/formats/yarn-berry-v9.d.ts +2 -2
- package/dist/formats/yarn-berry-v9.js +512 -41
- package/dist/formats/yarn-classic.d.ts +6 -3
- package/dist/formats/yarn-classic.js +168 -16
- package/dist/{graph-DL9MNz81.d.ts → graph-hx9HLuBV.d.ts} +1 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.js +492 -143
- package/dist/{modify-CT0MxdsI.d.ts → modify-DowGqC4i.d.ts} +2 -2
- package/dist/modify.d.ts +3 -3
- package/dist/{optimize-DVIavJ_L.d.ts → optimize-BK8NKQc1.d.ts} +1 -1
- package/dist/optimize.d.ts +2 -2
- package/dist/registry.d.ts +3 -3
- package/dist/{types-BJ6TTw2m.d.ts → types-D-9ZZM6k.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { D as Diagnostic } from './graph-
|
|
1
|
+
import { O as OverrideConstraint, D as Diagnostic } from './graph-hx9HLuBV.js';
|
|
2
2
|
|
|
3
3
|
interface YarnBerryFamilyParseOptions {
|
|
4
4
|
workspaceRoot?: string;
|
|
5
|
+
overrides?: OverrideConstraint[];
|
|
5
6
|
}
|
|
6
7
|
interface YarnBerryFamilyStringifyOptions {
|
|
7
8
|
lineEnding?: 'lf' | 'crlf';
|
|
@@ -9,6 +10,8 @@ interface YarnBerryFamilyStringifyOptions {
|
|
|
9
10
|
onDiagnostic?: (diagnostic: Diagnostic) => void;
|
|
10
11
|
}
|
|
11
12
|
interface YarnBerryFamilyEnrichOptions {
|
|
13
|
+
workspaceRoot?: string;
|
|
14
|
+
peerMetaResolver?: (parentName: string, parentVersion: string, peerName: string) => boolean | undefined;
|
|
12
15
|
}
|
|
13
16
|
interface YarnBerryFamilyOptimizeOptions {
|
|
14
17
|
}
|
package/dist/complete.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { N as NodeId, D as Diagnostic, G as Graph, E as EdgeTriple, a as Node, b as EdgeKind } from './graph-
|
|
2
|
-
import { R as RegistryAdapter } from './types-
|
|
1
|
+
import { N as NodeId, D as Diagnostic, G as Graph, E as EdgeTriple, a as Node, b as EdgeKind } from './graph-hx9HLuBV.js';
|
|
2
|
+
import { R as RegistryAdapter } from './types-D-9ZZM6k.js';
|
|
3
3
|
|
|
4
4
|
interface CompletionSeed {
|
|
5
5
|
/** NodeIds the modifier added in the just-completed mutate phase. */
|
package/dist/formats/npm-1.d.ts
CHANGED
package/dist/formats/npm-2.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as Graph, D as Diagnostic } from '../graph-
|
|
2
|
-
import { N as NpmFamilyEnrichOptions, a as NpmFamilyOptimizeOptions, b as NpmFamilyParseOptions, c as NpmFamilyStringifyOptions } from '../_npm-flat-types-
|
|
1
|
+
import { G as Graph, D as Diagnostic } from '../graph-hx9HLuBV.js';
|
|
2
|
+
import { N as NpmFamilyEnrichOptions, a as NpmFamilyOptimizeOptions, b as NpmFamilyParseOptions, c as NpmFamilyStringifyOptions } from '../_npm-flat-types-DnyApcb5.js';
|
|
3
3
|
|
|
4
4
|
interface Npm2ParseOptions extends NpmFamilyParseOptions {
|
|
5
5
|
}
|
package/dist/formats/npm-3.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as Graph, D as Diagnostic } from '../graph-
|
|
2
|
-
import { N as NpmFamilyEnrichOptions, a as NpmFamilyOptimizeOptions, b as NpmFamilyParseOptions, c as NpmFamilyStringifyOptions } from '../_npm-flat-types-
|
|
1
|
+
import { G as Graph, D as Diagnostic } from '../graph-hx9HLuBV.js';
|
|
2
|
+
import { N as NpmFamilyEnrichOptions, a as NpmFamilyOptimizeOptions, b as NpmFamilyParseOptions, c as NpmFamilyStringifyOptions } from '../_npm-flat-types-DnyApcb5.js';
|
|
3
3
|
|
|
4
4
|
interface Npm3ParseOptions extends NpmFamilyParseOptions {
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as Graph, D as Diagnostic } from '../graph-
|
|
2
|
-
import { P as PnpmFamilyEnrichOptions, a as PnpmManifest, b as PnpmFamilyOptimizeOptions, c as PnpmFamilyParseOptions, d as PnpmSettings, e as PnpmFamilyStringifyOptions } from '../_pnpm-flat-core-
|
|
1
|
+
import { G as Graph, D as Diagnostic } from '../graph-hx9HLuBV.js';
|
|
2
|
+
import { P as PnpmFamilyEnrichOptions, a as PnpmManifest, b as PnpmFamilyOptimizeOptions, c as PnpmFamilyParseOptions, d as PnpmSettings, e as PnpmFamilyStringifyOptions } from '../_pnpm-flat-core-CTAPp1B_.js';
|
|
3
3
|
|
|
4
4
|
interface PnpmV6ParseOptions extends PnpmFamilyParseOptions {
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as Graph, D as Diagnostic } from '../graph-
|
|
2
|
-
import { P as PnpmFamilyEnrichOptions, a as PnpmManifest, b as PnpmFamilyOptimizeOptions, c as PnpmFamilyParseOptions, d as PnpmSettings, e as PnpmFamilyStringifyOptions } from '../_pnpm-flat-core-
|
|
1
|
+
import { G as Graph, D as Diagnostic } from '../graph-hx9HLuBV.js';
|
|
2
|
+
import { P as PnpmFamilyEnrichOptions, a as PnpmManifest, b as PnpmFamilyOptimizeOptions, c as PnpmFamilyParseOptions, d as PnpmSettings, e as PnpmFamilyStringifyOptions } from '../_pnpm-flat-core-CTAPp1B_.js';
|
|
3
3
|
|
|
4
4
|
interface PnpmV9ParseOptions extends PnpmFamilyParseOptions {
|
|
5
5
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { G as Graph, D as Diagnostic } from '../graph-
|
|
2
|
-
import { Y as YarnBerryFamilyEnrichOptions, a as YarnBerryFamilyOptimizeOptions, b as YarnBerryFamilyParseOptions, c as YarnBerryFamilyStringifyOptions } from '../_yarn-berry-core-
|
|
1
|
+
import { G as Graph, D as Diagnostic } from '../graph-hx9HLuBV.js';
|
|
2
|
+
import { Y as YarnBerryFamilyEnrichOptions, a as YarnBerryFamilyOptimizeOptions, b as YarnBerryFamilyParseOptions, c as YarnBerryFamilyStringifyOptions } from '../_yarn-berry-core-BX8m074X.js';
|
|
3
3
|
|
|
4
4
|
interface YarnBerryParseOptions extends YarnBerryFamilyParseOptions {
|
|
5
5
|
}
|