@vltpkg/satisfies 0.0.0-3 → 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 +6 -6
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  # @vltpkg/satisfies
4
4
 
5
- Give it a DepID and a Spec, and it'll tell you whether that dep satisfies the spec.
5
+ Give it a DepID and a Spec, and it'll tell you whether that dep
6
+ satisfies the spec.
6
7
 
7
8
  ## Usage
8
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vltpkg/satisfies",
3
3
  "description": "method for determining if a DepID satisfies a Spec",
4
- "version": "0.0.0-3",
4
+ "version": "0.0.0-4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/vltpkg/vltpkg.git",
@@ -19,11 +19,11 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@vltpkg/dep-id": "0.0.0-3",
23
- "@vltpkg/error-cause": "0.0.0-3",
24
- "@vltpkg/semver": "0.0.0-3",
25
- "@vltpkg/spec": "0.0.0-3",
26
- "@vltpkg/workspaces": "0.0.0-3"
22
+ "@vltpkg/error-cause": "0.0.0-4",
23
+ "@vltpkg/dep-id": "0.0.0-4",
24
+ "@vltpkg/semver": "0.0.0-4",
25
+ "@vltpkg/spec": "0.0.0-4",
26
+ "@vltpkg/workspaces": "0.0.0-4"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@eslint/js": "^9.20.0",