@form8ion/utils-cli 10.1.10 → 10.1.12

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.10";
1879
+ var version = "10.1.12";
1880
1880
  var type = "module";
1881
1881
  var engines = {
1882
1882
  node: "^18.17.0 || >=20.6.1"
@@ -1928,8 +1928,8 @@ var dependencies = {
1928
1928
  "@form8ion/cucumber-scaffolder": "3.1.1",
1929
1929
  "@form8ion/github-actions-node-ci": "4.0.1",
1930
1930
  "@form8ion/hapi-scaffolder": "4.0.7",
1931
- "@form8ion/javascript": "12.0.0",
1932
- "@form8ion/javascript-core": "10.1.0",
1931
+ "@form8ion/javascript": "12.0.2",
1932
+ "@form8ion/javascript-core": "11.0.0",
1933
1933
  "@form8ion/jetbrains": "1.1.3",
1934
1934
  "@form8ion/lift": "9.0.1",
1935
1935
  "@form8ion/mocha-scaffolder": "5.0.1",
@@ -1950,7 +1950,7 @@ var dependencies = {
1950
1950
  yargs: "17.7.2"
1951
1951
  };
1952
1952
  var devDependencies = {
1953
- "@cucumber/cucumber": "10.3.0",
1953
+ "@cucumber/cucumber": "10.3.1",
1954
1954
  "@form8ion/commitlint-config": "1.0.66",
1955
1955
  "@form8ion/core": "4.2.0",
1956
1956
  "@form8ion/eslint-config": "7.0.8",
@@ -1989,7 +1989,7 @@ var devDependencies = {
1989
1989
  "rollup-plugin-json": "4.0.0",
1990
1990
  testdouble: "3.20.1",
1991
1991
  "unist-util-find": "3.0.0",
1992
- vitest: "1.2.0"
1992
+ vitest: "1.2.1"
1993
1993
  };
1994
1994
  var pkg = {
1995
1995
  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": "10.1.10",
5
+ "version": "10.1.12",
6
6
  "type": "module",
7
7
  "engines": {
8
8
  "node": "^18.17.0 || >=20.6.1"
@@ -54,8 +54,8 @@
54
54
  "@form8ion/cucumber-scaffolder": "3.1.1",
55
55
  "@form8ion/github-actions-node-ci": "4.0.1",
56
56
  "@form8ion/hapi-scaffolder": "4.0.7",
57
- "@form8ion/javascript": "12.0.0",
58
- "@form8ion/javascript-core": "10.1.0",
57
+ "@form8ion/javascript": "12.0.2",
58
+ "@form8ion/javascript-core": "11.0.0",
59
59
  "@form8ion/jetbrains": "1.1.3",
60
60
  "@form8ion/lift": "9.0.1",
61
61
  "@form8ion/mocha-scaffolder": "5.0.1",
@@ -76,7 +76,7 @@
76
76
  "yargs": "17.7.2"
77
77
  },
78
78
  "devDependencies": {
79
- "@cucumber/cucumber": "10.3.0",
79
+ "@cucumber/cucumber": "10.3.1",
80
80
  "@form8ion/commitlint-config": "1.0.66",
81
81
  "@form8ion/core": "4.2.0",
82
82
  "@form8ion/eslint-config": "7.0.8",
@@ -115,6 +115,6 @@
115
115
  "rollup-plugin-json": "4.0.0",
116
116
  "testdouble": "3.20.1",
117
117
  "unist-util-find": "3.0.0",
118
- "vitest": "1.2.0"
118
+ "vitest": "1.2.1"
119
119
  }
120
120
  }