@vltpkg/run 0.0.0-3 → 0.0.0-5

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 +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  # @vltpkg/run
4
4
 
5
- Run a script defined in a `package.json` file (eg, `vlt run` and lifecycle scripts), or an arbitrary command as if it was (eg, `vlt exec`).
5
+ Run a script defined in a `package.json` file (eg, `vlt run` and
6
+ lifecycle scripts), or an arbitrary command as if it was (eg,
7
+ `vlt exec`).
6
8
 
7
9
  ## Usage
8
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vltpkg/run",
3
3
  "description": "Run package.json scripts and execute commands",
4
- "version": "0.0.0-3",
4
+ "version": "0.0.0-5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/vltpkg/vltpkg.git",
@@ -21,10 +21,10 @@
21
21
  "dependencies": {
22
22
  "foreground-child": "^3.2.0",
23
23
  "walk-up-path": "^4.0.0",
24
- "@vltpkg/error-cause": "0.0.0-3",
25
- "@vltpkg/package-json": "0.0.0-3",
26
- "@vltpkg/promise-spawn": "0.0.0-3",
27
- "@vltpkg/types": "0.0.0-3"
24
+ "@vltpkg/error-cause": "0.0.0-5",
25
+ "@vltpkg/promise-spawn": "0.0.0-5",
26
+ "@vltpkg/package-json": "0.0.0-5",
27
+ "@vltpkg/types": "0.0.0-5"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@eslint/js": "^9.20.0",