@hugojosefson/cli 0.13.0 → 0.14.0
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/esm/deno.js +5 -1
- package/package.json +3 -3
package/esm/deno.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
"name": "@hugojosefson/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"hj": {
|
|
6
6
|
"commandName": "hj"
|
|
@@ -170,6 +170,10 @@ export default {
|
|
|
170
170
|
"publish-check",
|
|
171
171
|
"readme-check"
|
|
172
172
|
]
|
|
173
|
+
},
|
|
174
|
+
"validation-compare": {
|
|
175
|
+
"description": "Compare two fresh validation observation reports without reusing test results",
|
|
176
|
+
"command": "deno run --allow-read scripts/compare-validation.ts"
|
|
173
177
|
}
|
|
174
178
|
},
|
|
175
179
|
"coverage": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hugojosefson/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "Repository tools for Deno, Node.js and Bun.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bin": {
|
|
11
11
|
"hj": "./esm/hj.js"
|
|
12
12
|
},
|
|
13
|
-
"gitHead": "
|
|
13
|
+
"gitHead": "a1e58878cc4eb0639cc013e09fc9373e87025cdf",
|
|
14
14
|
"type": "module",
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=24.0.0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"access": "public",
|
|
30
30
|
"registry": "https://registry.npmjs.org/"
|
|
31
31
|
},
|
|
32
|
-
"hjNpmArchive": "hugojosefson-cli-0.
|
|
32
|
+
"hjNpmArchive": "hugojosefson-cli-0.14.0.tgz",
|
|
33
33
|
"_generatedBy": "dnt@0.43.2",
|
|
34
34
|
"files": [
|
|
35
35
|
"esm",
|