@vltpkg/run 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.
- package/README.md +3 -1
- 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
|
|
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-
|
|
4
|
+
"version": "0.0.0-4",
|
|
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-
|
|
25
|
-
"@vltpkg/package-json": "0.0.0-
|
|
26
|
-
"@vltpkg/
|
|
27
|
-
"@vltpkg/
|
|
24
|
+
"@vltpkg/error-cause": "0.0.0-4",
|
|
25
|
+
"@vltpkg/package-json": "0.0.0-4",
|
|
26
|
+
"@vltpkg/types": "0.0.0-4",
|
|
27
|
+
"@vltpkg/promise-spawn": "0.0.0-4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@eslint/js": "^9.20.0",
|