@form8ion/utils-cli 10.1.34 → 10.1.36

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.
@@ -1876,7 +1876,7 @@ const mainFilename = __dirname.substring(0, __dirname.lastIndexOf('node_modules'
1876
1876
  var name = "@form8ion/utils-cli";
1877
1877
  var description = "cli for various tools for the organization";
1878
1878
  var license = "MIT";
1879
- var version = "10.1.34";
1879
+ var version = "10.1.36";
1880
1880
  var type = "module";
1881
1881
  var engines = {
1882
1882
  node: "^18.17.0 || >=20.6.1"
@@ -1926,9 +1926,9 @@ var publishConfig = {
1926
1926
  var dependencies = {
1927
1927
  "@form8ion/codecov": "5.3.0",
1928
1928
  "@form8ion/cucumber-scaffolder": "4.0.0",
1929
- "@form8ion/github-actions-node-ci": "4.0.2",
1929
+ "@form8ion/github-actions-node-ci": "4.1.0",
1930
1930
  "@form8ion/hapi-scaffolder": "4.0.7",
1931
- "@form8ion/javascript": "12.4.0",
1931
+ "@form8ion/javascript": "12.5.0",
1932
1932
  "@form8ion/javascript-core": "11.0.0",
1933
1933
  "@form8ion/jetbrains": "1.1.3",
1934
1934
  "@form8ion/lift": "9.1.3",
@@ -1987,7 +1987,7 @@ var devDependencies = {
1987
1987
  "rollup-plugin-auto-external": "2.0.0",
1988
1988
  "rollup-plugin-executable": "1.6.3",
1989
1989
  "rollup-plugin-json": "4.0.0",
1990
- testdouble: "3.20.1",
1990
+ testdouble: "3.20.2",
1991
1991
  "unist-util-find": "3.0.0",
1992
1992
  vitest: "1.4.0"
1993
1993
  };
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": "10.1.34",
5
+ "version": "10.1.36",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.17.0 || >=20.6.1"
@@ -52,9 +52,9 @@
52
52
  "dependencies": {
53
53
  "@form8ion/codecov": "5.3.0",
54
54
  "@form8ion/cucumber-scaffolder": "4.0.0",
55
- "@form8ion/github-actions-node-ci": "4.0.2",
55
+ "@form8ion/github-actions-node-ci": "4.1.0",
56
56
  "@form8ion/hapi-scaffolder": "4.0.7",
57
- "@form8ion/javascript": "12.4.0",
57
+ "@form8ion/javascript": "12.5.0",
58
58
  "@form8ion/javascript-core": "11.0.0",
59
59
  "@form8ion/jetbrains": "1.1.3",
60
60
  "@form8ion/lift": "9.1.3",
@@ -113,7 +113,7 @@
113
113
  "rollup-plugin-auto-external": "2.0.0",
114
114
  "rollup-plugin-executable": "1.6.3",
115
115
  "rollup-plugin-json": "4.0.0",
116
- "testdouble": "3.20.1",
116
+ "testdouble": "3.20.2",
117
117
  "unist-util-find": "3.0.0",
118
118
  "vitest": "1.4.0"
119
119
  },