@form8ion/utils-cli 13.1.21 → 13.1.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.
@@ -34,7 +34,7 @@ import { scaffold as scaffold$3 } from '@form8ion/codecov';
34
34
  var name = "@form8ion/utils-cli";
35
35
  var description = "cli for various tools for the organization";
36
36
  var license = "MIT";
37
- var version = "13.1.21";
37
+ var version = "13.1.22";
38
38
  var type = "module";
39
39
  var engines = {
40
40
  node: "^20.19.0 || >=22.14.0"
@@ -110,7 +110,7 @@ var dependencies = {
110
110
  "@form8ion/rollup": "6.0.0",
111
111
  "@form8ion/scaffolder-scaffolder": "7.0.5",
112
112
  "@form8ion/vite": "3.0.0",
113
- "@form8ion/vitest": "5.2.0",
113
+ "@form8ion/vitest": "5.3.0",
114
114
  "update-notifier": "7.3.1",
115
115
  yargs: "18.0.0"
116
116
  };
@@ -154,7 +154,7 @@ var devDependencies = {
154
154
  testdouble: "3.20.2",
155
155
  "unist-util-find": "3.0.0",
156
156
  vitest: "4.0.3",
157
- "vitest-when": "0.8.1"
157
+ "vitest-when": "0.9.0"
158
158
  };
159
159
  var pkg = {
160
160
  name: name,
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": "13.1.21",
5
+ "version": "13.1.22",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^20.19.0 || >=22.14.0"
@@ -78,7 +78,7 @@
78
78
  "@form8ion/rollup": "6.0.0",
79
79
  "@form8ion/scaffolder-scaffolder": "7.0.5",
80
80
  "@form8ion/vite": "3.0.0",
81
- "@form8ion/vitest": "5.2.0",
81
+ "@form8ion/vitest": "5.3.0",
82
82
  "update-notifier": "7.3.1",
83
83
  "yargs": "18.0.0"
84
84
  },
@@ -122,6 +122,6 @@
122
122
  "testdouble": "3.20.2",
123
123
  "unist-util-find": "3.0.0",
124
124
  "vitest": "4.0.3",
125
- "vitest-when": "0.8.1"
125
+ "vitest-when": "0.9.0"
126
126
  }
127
127
  }