@vltpkg/types 0.0.0-2 → 0.0.0-4

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/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  # @vltpkg/types
4
4
 
5
- A module for a handful of core types that are used throughout vlt extensively, and don't belong to any one particular implementation.
5
+ A module for a handful of core types that are used throughout vlt
6
+ extensively, and don't belong to any one particular implementation.
6
7
 
7
8
  ## Usage
8
9
 
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": "0.0.0-2",
4
+ "version": "0.0.0-4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/vltpkg/vltpkg.git",
@@ -19,7 +19,7 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@vltpkg/error-cause": "0.0.0-2"
22
+ "@vltpkg/error-cause": "0.0.0-4"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@eslint/js": "^9.20.0",