@vltpkg/types 1.0.2 → 1.0.3

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/index.d.ts +1 -0
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -524,6 +524,7 @@ export type NodeLike = {
524
524
  version?: string | null;
525
525
  integrity?: string | null;
526
526
  resolved?: string | null;
527
+ resolvedFromLockfile?: boolean;
527
528
  importer: boolean;
528
529
  graph: GraphLike;
529
530
  mainImporter: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vltpkg/types",
3
3
  "description": "definitions for some of vlt's core types",
4
- "version": "1.0.2",
4
+ "version": "1.0.3",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/vltpkg/vltpkg.git",
@@ -13,10 +13,10 @@
13
13
  "url": "http://vlt.sh"
14
14
  },
15
15
  "dependencies": {
16
- "@vltpkg/dep-id": "1.0.2",
17
- "@vltpkg/error-cause": "1.0.2",
18
- "@vltpkg/semver": "1.0.2",
19
- "@vltpkg/spec": "1.0.2"
16
+ "@vltpkg/dep-id": "1.0.3",
17
+ "@vltpkg/error-cause": "1.0.3",
18
+ "@vltpkg/semver": "1.0.3",
19
+ "@vltpkg/spec": "1.0.3"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@eslint/js": "^9.39.1",