@form8ion/utils-cli 14.0.21 → 14.0.22
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/bin/form8ion-utils.js +4 -4
- package/package.json +4 -4
package/bin/form8ion-utils.js
CHANGED
|
@@ -35,7 +35,7 @@ import { scaffold as scaffold$3 } from '@form8ion/codecov';
|
|
|
35
35
|
var name = "@form8ion/utils-cli";
|
|
36
36
|
var description = "cli for various tools for the organization";
|
|
37
37
|
var license = "MIT";
|
|
38
|
-
var version = "14.0.
|
|
38
|
+
var version = "14.0.22";
|
|
39
39
|
var type = "module";
|
|
40
40
|
var engines = {
|
|
41
41
|
node: "^22.21.0 || >=24.12"
|
|
@@ -63,7 +63,7 @@ var scripts = {
|
|
|
63
63
|
"pretest:e2e": "run-s build",
|
|
64
64
|
"test:e2e": "NODE_OPTIONS=--enable-source-maps node ./test/e2e/smoke-test.js",
|
|
65
65
|
"test:unit": "run-s 'test:unit:base -- --coverage'",
|
|
66
|
-
"test:unit:base": "NODE_ENV=test DEBUG=any vitest run",
|
|
66
|
+
"test:unit:base": "NODE_ENV=test DEBUG=any vitest run src/",
|
|
67
67
|
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
|
|
68
68
|
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
|
|
69
69
|
"test:integration:debug": "DEBUG=nock.* run-s test:integration",
|
|
@@ -85,10 +85,10 @@ var publishConfig = {
|
|
|
85
85
|
access: "public",
|
|
86
86
|
provenance: true
|
|
87
87
|
};
|
|
88
|
-
var packageManager = "npm@11.12.
|
|
88
|
+
var packageManager = "npm@11.12.1+sha512.cdca14b85d647b3192028d02aadbe82d75f79a446aceea9874be98e6d768f20ebd3555770a48d0e9906106007877bbc690f715e9372f2e2dc644a3c3157fb14c";
|
|
89
89
|
var dependencies = {
|
|
90
90
|
"@form8ion/cli-core": "1.1.0",
|
|
91
|
-
"@form8ion/codecov": "7.
|
|
91
|
+
"@form8ion/codecov": "7.7.0",
|
|
92
92
|
"@form8ion/core": "4.11.1",
|
|
93
93
|
"@form8ion/cucumber-scaffolder": "5.2.0",
|
|
94
94
|
"@form8ion/github": "3.0.0",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@form8ion/utils-cli",
|
|
3
3
|
"description": "cli for various tools for the organization",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "14.0.
|
|
5
|
+
"version": "14.0.22",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": "^22.21.0 || >=24.12"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"pretest:e2e": "run-s build",
|
|
31
31
|
"test:e2e": "NODE_OPTIONS=--enable-source-maps node ./test/e2e/smoke-test.js",
|
|
32
32
|
"test:unit": "run-s 'test:unit:base -- --coverage'",
|
|
33
|
-
"test:unit:base": "NODE_ENV=test DEBUG=any vitest run",
|
|
33
|
+
"test:unit:base": "NODE_ENV=test DEBUG=any vitest run src/",
|
|
34
34
|
"test:integration": "run-s 'test:integration:base -- --profile noWip'",
|
|
35
35
|
"test:integration:base": "NODE_OPTIONS=--enable-source-maps DEBUG=any cucumber-js test/integration",
|
|
36
36
|
"test:integration:debug": "DEBUG=nock.* run-s test:integration",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"access": "public",
|
|
53
53
|
"provenance": true
|
|
54
54
|
},
|
|
55
|
-
"packageManager": "npm@11.12.
|
|
55
|
+
"packageManager": "npm@11.12.1+sha512.cdca14b85d647b3192028d02aadbe82d75f79a446aceea9874be98e6d768f20ebd3555770a48d0e9906106007877bbc690f715e9372f2e2dc644a3c3157fb14c",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@form8ion/cli-core": "1.1.0",
|
|
58
|
-
"@form8ion/codecov": "7.
|
|
58
|
+
"@form8ion/codecov": "7.7.0",
|
|
59
59
|
"@form8ion/core": "4.11.1",
|
|
60
60
|
"@form8ion/cucumber-scaffolder": "5.2.0",
|
|
61
61
|
"@form8ion/github": "3.0.0",
|